Hello,
I’m new to Hass.io. Currently running on a Raspberry Pi 3 and an Aeotec Z-stick Gen5. So far I’ve successfully added a Kwikset 910 lock to my z-wave network using this method. I can go under Developer Tools > Services and set the code(s) for the lock. That’s all working great. I’ve also set up ssh and can poke around the files, view the “help” documentation, etc., while on my local network.
Now, the next step is: I want to set a lock code remotely and integrate this control into my own website/GUI. I was hoping there would be an easy way to do an HTTP POST to perform a service call. Does some method for this exist?
Do I have to use the Hass.io GUI, or is there some way I can write a script to accept HTTP requests? I know there’s a RESTful API, but I don’t immediately see a way to use it to run a “service”.
I just need to know if this is possible, what direction to look into, what keywords to look up. Any & all guidance would be much appreciated. Thanks in advance.