The HDL App adds support for your HDL equipment to Homey. The vision is to replace the need for a logic controller on your HDL bus with Homey.
Support for new devices
If you need support for a device, please supply the full model number and a small description of the device. Be aware that as I don’t have all the different models myself, your involvement as tester will be required. If you can contribute with code, please do so at the Github Repo as a Pull Request.
Suggestions are also welcome
About multisensors
As the multisensors from HDL does not publish any motion status on its own, you have to create this yourself. You do this by adding a piece of logic to the sensor. When motion is detected, you let a universal switch number be true
and then false
when you want to turn the motion status to off. The default universal switch number is 212, but you can change this in the apps settings. Do this on every sensor, and then this app will see who the sender of the switch is and then activate/deactivate that sensor.