Phil Pearson
Phil Pearson
In this image, you can see a Trigger Group in application 202, created with an ID value of 80, and two actions. This would translate to { "type": "trigger", "application":...
check your action is a valid integer { "type": "trigger", "application": 202, "id": 80, "action": 0, "name": "Lights On" } for some reason yours is showing as undefined '[106] trigger...
Oh! my bad. https://github.com/anthonywebb/homebridge-cbus/blob/10a68cf1d3ae6fd48dfeae6abc8d35bd610cbc03/accessories/trigger-accessory.js#L29 this try catch block should not be commented out
sure. best option would probably be to setup a repository on github or use a series of gists.
Yeah which doesn't work with the shutter devices as the hardware doesn't have a sense of position. I've got a single channel shutter coming on Monday I'll be able to...
Assuming you installed everything using 'npm -g' your files would most likely be in '/usr/lib/node_modules/homebridge-cbus/accessories/' Overwrite these files with your own changes then restart homebridge to apply. Invert appears to...
Writing a new accessory is not too difficult. I dont have a 5031RDTSL but looking at toolkit it seems that you can configure it to broadcast the temperature setting on...
I think you'll find that network is an integer value, not a string. Try `"network": 254`