JS Zwave / Kwikset PIN codes
-
Hi- looking for a hint in where to start. My goal is to set a PIN code in a zwave kwikset lock triggered in a rule.
The device isn’t exposing methods to help. The x-hass.call-service looks promising, but what would the service name be?
Plan b would be send the zwave controller a config command- I don’t see any way to explicitly send a command through JS Zwave in my environment.
Running reactor bare metal. JS Zwave is running as an add on inside HASS OS.
Any tips are appreciated.
-
You would likely need to use the
x-hass.call-service
action on the lock entity and your service ID would bezwave_js.set_lock_usercode
. In the data portion you'd have to fill out thecode_slot
andcode
. Note that this will not work if your lock isn't securely included with your HASS controller. -
T toggledbits locked this topic on