FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
239 stars 44 forks source link

Support locks through zwavejs2mqtt [Feature Request] #266

Closed segfaultex closed 1 year ago

segfaultex commented 2 years ago

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?

firstof9 commented 2 years ago

What do your MQTT calls look like for setting user codes?

segfaultex commented 2 years ago

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"
}

image

mqtt topic: zwave/nodeID_16/99/0/userCode/1/set Set user code 1 to 123456

{
  "value": "123456"
}

image

raman325 commented 2 years ago

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.

blueharford commented 2 months ago

Is there any plan on supporting this? It’s a much more simple integration for zwave