Justin Hammond

Results 179 comments of Justin Hammond

I think you are thoroughly confused! Central Scene, as the name implies, IS NOT really intended for controlling devices directly. Its for triggering a "Scene" on a controller. in 99.999999%...

> does openzwave create a value changed notification every 200 milliseconds when it receives the notification from the device for the button being held down? because technically speaking the value...

btw, when will you be able to open PR's for this? There are a bunch of users waiting to "test" :)

This is by design. There is a lot of state information that is stored in the broker via Retained messages and the only way to “restore” some of that information...

Fixed the enum - Its a new notification, so I doubt this will break as people are still adopting. Regarding the documentation fix - The change around "Node(s)" is incorrect....

It’s the device config files that lives in the config/*/*.xml directories. Each file has a revision number and OZW checks for later revisions on the OZW site. If you have...

1) So you should have a "\ Units" for sensors that support multiple Scales. Set that to your preferred scale, and OZW will get that version when issuing a SensorMultilevelCmd_Get...

Decoding For my Reference... From your output: >0x31, 0x04, 0x01, 0x01, 0x31 - SensorMultiLevel CC 0x04 - Get 0x01 - Air Temp 0x01 - In Fahrenheit The Report we get...

>then checked the ozwcache file and it still shows Celsius as chosen. The cache is only updated on certian events, and changing values is not one of these events, so...

I've pushed a potential fix. Should be updated when the next ozwdaemon container is pushed out.