JasonY00
JasonY00
Hi Dave, I have not seen and older sensor configuration dialog like this before. half way down on the right in the Toolkit config is the "application" option which is...
Hi Dave, I have had a play around with my 5031RDTSL set up as a 5031TS. Although the configuration screen is slightly different. It looks like the 5031TS does not...
Hi BradJJ2000, The motion detector works by a simple binary ON/OFF scenario that takes the standard lighting application response from C-Bus of 0/255 for OFF/On and converts it to 0/1....
No problem. Remember, writing the logic in the PAC will also give you what you want. Just chose which application you want the PIR’s to be on and write the...
AFAIK, the C-Bus messages for enable & trigger control are in a lighting format. I did notice in your homebridge log that there was a errored "ramp" command. Is this...
OK, Try it as a switch: { "type": "switch", "application": 203, "id": 0, "name": "AC Power", "enabled": true } It is implicit in the design of the switch accessory that...
Hmmm. That's puzzling. I will look up the options for enable and see if perhaps we can write an enable accessory. I'm not sure if there is a specific "enable"...
OK. So looking at the c-gate manual I had a false memory that "enable" and "trigger" had a similar command. A trigger event command looks like this: trigger event //system/1/202/144...
I think it is worth the effort. Anything that brings C-Bus and Homekit closer to a 1:1 relationship is worth the effort. In this case, its not a big effort...
I have written a enable control accessory and submitted it today as a pull request for Anthony. As soon as he approves it , you are good to go. It...