Closed segfaultex closed 1 year ago
What do your MQTT calls look like for setting user codes?
I don't know if the usercode zwave ids are specific per device You publish to the topic. (subscribed topics can be found from the lock device entity MQTT INFO)
Set the code to available mqtt topic: zwave/nodeID_16/99/0/userIdStatus/1/set
{
"value": "0"
}
mqtt topic: zwave/nodeID_16/99/0/userCode/1/set Set user code 1 to 123456
{
"value": "123456"
}
Is your feature request related to a problem? Please describe.
Doesn't work through mqtt which is a common solution to running HA in a container/remote from the zwave dongle.
Describe the solution you'd like
To be able to control the lock when added through mqtt.
Is this a possibility?
Can you qualify that this is a common solution? Analytics tell a different story.
Is there any plan on supporting this? It’s a much more simple integration for zwave
Is your feature request related to a problem? Please describe. Doesn't work through mqtt which is a common solution to running HA in a container/remote from the zwave dongle.
Describe the solution you'd like To be able to control the lock when added through mqtt.
Is this a possibility?