kpine
kpine
I would assume there is a bug somewhere and you'd need to examine the code. I think the `2900` number is the wrong one. Here is a decoding of the...
Similar to #107. It would be helpful if you reproduced this with the official container so a crash dump is reported. The HA Addon disable crash dumps.
No, I mean the [official](https://hub.docker.com/r/openzwave/ozwdaemon) docker image. You are using the HA Addon right? The Addon is its own custom build and doesn't include the ability to capture crash dumps....
Duplicate of #140. See that issue for workarounds.
There shouldn't be any difference between `this->m_client` and `m_client`. I would guess it's just a style preference, so fixing it would at least make it consistent, but I wouldn't expect...
I have a GE 14294 dimmer which implements Switch Multilevel V2. It suffers from this known issue in Home Assistant, where the Get after the Set reads the wrong level...
The duration value is not being set correctly with these latest changes. For example, duration 0x255 is actually being sent as 0x4.
For example: ``` [20200709 8:13:17.807 PDT] [ozw.library] [info]: Info - Node: 3 Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Level - 0 - 1 - 255 [20200709 8:13:17.807 PDT] [ozw.library] [info]: Info -...
Here's a full log of toggling the switch on and off. With the 4 second transition it takes 7 seconds to complete. OZW seems to be stuck too many times...