Hi All,
After having the mysensors gateway and a node configured and working, it’s time to start the automations.
my mysensors-1.json file:
{
"0": {
"sensor_id": 0,
"children": {},
"type": 18,
"sketch_name": null,
"sketch_version": null,
"battery_level": 0,
"protocol_version": "2.3.2",
"heartbeat": 0
},
"1": {
"sensor_id": 1,
"children": {
"1": {
"id": 1,
"type": 0,
"description": "",
"values": {
"16": "0"
}
},
"2": {
"id": 2,
"type": 0,
"description": "",
"values": {
"16": "0"
}
}
},
"type": 17,
"sketch_name": "Door Window Sns x2",
"sketch_version": "1.0",
"battery_level": 0,
"protocol_version": "2.3.2",
"heartbeat": 0
}
}
Logbook shows:
6:02:49 PM Door Window Sns x2 1 2 is closed
6:02:49 PM Door Window Sns x2 1 2 is opened
6:02:48 PM Door Window Sns x2 1 2 is closed
6:02:44 PM Door Window Sns x2 1 2 is opened
6:02:43 PM Door Window Sns x2 1 2 is closed
6:02:41 PM Door Window Sns x2 1 2 is opened
Creating automation:
Create a new automation
Type below what this automation should do, and we will try to convert it into a Home Assistant automation. (only English is supported for now)
For example:
Turn off the lights when I leave home
Turn on the lights when the sun is set
Notify me if the door opens and I am not at home
Turn the light on when motion is detected
What should this automation do?
Notify when door is open
Powered by Almond
By next, it shows:
Great! Now we need to link some devices.
Trigger:
Add Binary sensor, cover of type door device
Just could not find what to add… anything i try to enter is not accepted.
Any hint?
Thx in advance.