kpine

Results 215 comments of kpine

This is probably a duplicate of https://github.com/OpenZWave/open-zwave/issues/2284, as it doesn't look like `intervalBetweenPoll` is working. The other problem is that your command topic is incorrect, it should be all lowercase:...

Adding `QT_LOGGING_RULES="*.debug=false"` to your docker environment will quiet things down significantly.

And `QT_LOGGING_RULES="*.debug=false;ozw.library.debug=true"` will result in something similar to the default OZW_Log.txt in OZW 1.4.

I think this is because the Button type is being treated as a boolean? https://github.com/OpenZWave/qt-openzwave/blob/89cc0d86c983101aacd89c780bae18bb3dffe9b4/qt-openzwave/source/qtozwmanager_p.cpp#L2206-L2210 Manager::SetValue() for bool only handles ValueType_Bool. There is a special API for button presses and...

> Unfortunately, automatically restarting ozwdaemon is not really possible in my environment as I have the ozwdaemon container running on a completely different host than most of my other stuff...

Just noticed you were asking about this in the HA forums. In response there was [this](https://community.home-assistant.io/t/the-future-of-z-wave-in-ha-qt-openzwave/148541/497?u=freshcoast) interesting suggestion about bridging an mqtt broker that is local to the ozwd host...

> I haven't tested this as I don't have a qt environment set up yet... You don't need a QT environment, you can build with docker. https://github.com/OpenZWave/qt-openzwave#building-instructions

It won't let you clear the same usercode slot multiple times in a row. Try clearing the invalid slot "0" or another slot, prior to the slot you want to...

Most dimmer problems now are caused by https://github.com/OpenZWave/open-zwave/issues/1321. You didn't specify which models of switches you have, or provide any logs, so it's only an educated guess. For old dimmers,...

The WD200+ should be new enough to have Multilevel V4. The 14294 has several different versions (product IDs are different). Mine is old and doesn't support Multilevel V4, but the...