JasonY00

Results 64 comments of JasonY00

Hi Brianza, The types supported are: lights, switches (with optional timeout), dimmers, shutter relays, fans, motion sensors, security presence detectors, trigger events, contact sensors, smoke Sensor and temperature sensors. Examples...

Hi Brian, A switch is something that turns a device on/off. It is virtual. An example may be a watering system valve. This is why there is an active duration...

Hi Dave, look at this thread. It may help you. https://www.cbusforums.com/threads/c-bus-homebridge-accessory-motion-sensor-no-response.10352/#post-55721 Remember, that your PIR is merely turning a Group Address ON/OFF in C-Bus that YOU choose. You are not...

Sounds like you need to set your limit switches on your shutter. No matter what your request From homebridge-CBus to the shutter is, the inbuilt limit switches should stop the...

Hi Dave, this is all you need: { "type": "switch", "id": 162, "name": "Garage Door", "activeDuration": "2s", "enabled": true }, Where the ID is the number of your Group Address...

Hi Dave, Glad it worked. Remember if using the homebridge-config-UI (ie. the web interface) There is an option at the top right to backup your configuration. If you destroy the...

Hi Max, I managed to write a temp sensor accessory for the 5031RDTSL but it was set up for the temperature application in C-Gate. This did require "breaking" some of...

Hi Max, screen shots below of the c-bus temp sensor in the home app: ![Status Page](https://user-images.githubusercontent.com/56619655/68066456-84657080-fd8c-11e9-91eb-322b127aded6.jpg) ![Temp Sensor Icon](https://user-images.githubusercontent.com/56619655/68066457-84657080-fd8c-11e9-8c0b-c96edb478fe6.jpg) Sorry about the waffle below, but as a lapsed programmer, this...

Hi Max, I have a temperature sensor going within the c-bus measurement application that also supports temperature, humidity and light level. I am testing the latter two with a c-bus...

Hi Dave, to enable the support for the c-bus temperature sensors, you will need to copy the homebridge-cbus repository from JamesPickup and not here at AnthonyWebb. This is because the...