Justin Hammond

Results 179 comments of Justin Hammond

LSB - least significant bit. Bit 1 which equals 1. MSB - most significant bit. Eg, bit 8 which equals 127.

Well - There is no "other maintainer" so by default you end up as the sole maintainer for now. If you want to post a few PR's and they are...

>This device requires polling and verify changes to work correctly It shouldn't. Both are basically doing the same thing - polling continuously polls the device for changes. VerifyChanges will poll...

You probably need to add https://github.com/OpenZWave/open-zwave/wiki/CommandClass-Compatibility-Flags#multiinstance-commandclass MapRootToEndpoint in the config file - Without all the other CommandClass Info you have right now. Otherwise, please post a log file of the...

Anything in the Java Console etc on the browser? Can you post the log somewhere that it dumps to the console. Might give us a idea where its going wrong.

The code writes temporary files to the "temp" directory, that it then serves upto the browser. I would check your changes around the temp directory changes....

Keeping it open as I want to integrate the target Value with the Refresh mechanisms. So the CC is updated but we can leverage a bit better internally

I have no idea if HA implements it, or if the setting you refer to is the same thing, but as long as you call SetChangeVerified on the ValueID in...

> > > > I have no idea if HA implements it, or if the setting you refer to is the same thing, but as long as you call SetChangeVerified...