Hi,
I’m new to HA and have the following setup:
- Rpi3 with Home Assistant OS (OS 6.2, core 2021.8. 1, supervisor 2021.06. 8)
- Aeotec z-stick usb gen5 (firmware 1.1)
- Z-wave JS (0.1.34)
- ID lock 150 (z-wave firmware 1.6, lock firmware 1.5.9), secure paring. See user guide here https://idlock.no/kundesenter/user-manual-z-wave-modul_en_1-1/
I’d like to make an automation where HA checks my Nextcloud calendar to see if there is an appointment with the cleaner, asks the lock to generate a random x1 service code, returns the code to HA which sendes a sms through my phone to the cleaner.
So far no luck using the entities showing up in HA. Also installed Keymaster through HACS, but this is only a UI in lovelace for code management as far as I understood. What am I missing here? Is it possible to achive this by sending raw z-wave messages through the zwave_js.set_config_parameter service (see user guide above section COMMAND_CLASS_CONFIGURATION)?
Thanks!