C4.php script without ZWD
Interfacing Control4 to the DALI bus for DIY users
Simple method - here is what you need:
- AL-DALI-PI with raspbian installed
- Our installation script from AL-DALI-PI
- update install C4.php from our server at http://atxled.com/C4/C4.txt and rename as C4.php
- in control4 create the buttons you want
- assign each button to a DALI command - for example all lights off is FE00 ( See our AL-WS-DR2 for a list of DALI commands)
- send those commands to the Pi at it's local IP address
- example:
- http://192.168.5.22/C4.php?DALI=FE00
- this will turn off all the lights
Philips Hue emulation method