FutureTense / lock-manager

Home Assistant Lock Manager
55 stars 19 forks source link

ISSUE: lock-manager not work with remote zwavejs feeding into MQTT into HA? #87

Closed pushc6 closed 3 months ago

pushc6 commented 4 months ago

Describe the bug I installed lock-manager and am attempting to get it working. It will lock the door, unlock the door, show lock states all fine. The problem is when trying to set PIN codes. I am running a separate pi that has my zwave sensor on it, and zwavejs running on it. That pi then forwards the mqtt traffic to HA via the MQTT plugin in HA. When I try to set the pin I get a "z-wave integration not found error." Is this not a supported config? I set both the execute and startup variables to true manually. The pin codes will always say "deleting" or "adding" as a result and nothing happens on the lock itself.

Environment (please complete the following information):

Logs This error originated from a custom integration.

Logger: custom_components.keymaster.binary_sensor Source: custom_components/keymaster/binary_sensor.py:50 integration: keymaster (documentation, issues) First occurred: 8:56:30 PM (8 occurrences) Last logged: 9:09:36 PM

Z-Wave integration not found

Screenshots

Additional context

pushc6 commented 3 months ago

got it sorted, using websockets!