When the smart home has a smart door lock, there are many useful (and useless) automations you can set up. It can be good to know when the children come home, or just generally know who unlocked the door.
With ID Lock 150 this is possible.
Requirements
- The lock must be (naturally) connected to the smart house
- It should have the latest software update
- The Z-wave module must have firmware version 1.6 or later
Once the lock is connected to the Smart House, it’s time to make a simple automation.
By listening to the zwave_js_notification service, it is possible to retrieve information about which ID unlocks the door.
The trigger here will then be an Event
All codes on the door have their own ID (userID). So by inserting UserID: x in the automation, you can link this to a person
The next step will then be to define an action when the person returns home. If it is the children who come home, then you can set up that a message is sent to the parents’ mobile phone. Or you can start one set of events in the house (lights are turned on, the heat in some rooms is turned on, etc.).