07.08.2024, 13:00
Hi all,
I have a dummy group address with the data type to switch to enable some automation on HomeKit.
When trying to write a 1 on the bus it sends a 00 64 with the data type 9.*-byte float value and I cannot enable the switch.
Can anyone tell me how to send DTP switch information (0/1 or ON/OFF)?
I am using this line
grp.write('12/0/4', 1)
I can switch it off with grp.write('12/0/4', 0) but not switch it on.
Thanks!
I have a dummy group address with the data type to switch to enable some automation on HomeKit.
When trying to write a 1 on the bus it sends a 00 64 with the data type 9.*-byte float value and I cannot enable the switch.
Can anyone tell me how to send DTP switch information (0/1 or ON/OFF)?
I am using this line
grp.write('12/0/4', 1)
I can switch it off with grp.write('12/0/4', 0) but not switch it on.
Thanks!