Seems like i can’t even get the simplest of automation to work.
I’ve search all over but can’t figure it out.
I want to trigger a switch on/off based on temperature.
If i trigger the automation in the GUI manually the switch turns off and on. But it seems like i’m reading the temperature wrong since it dosen’t matter what temperature it is. Nothing gets triggered.
I have this in my configuration.yaml:
`automation:
Are you sure it isn’t working? It seems like it should, I was looking for more of an error message in the logs I meant. And see if there is a tile that says something like invalid config for automation on your front page of the dashboard.
I’m quite noob myself, so take this with a pinch of salt, but instead of
service: switch.turn_on
try
service: homeassistant.turn_on
I have no idea what the difference is, but my fibaro light switches use the latter in their automations (from copying an example on here) rather than light.turn_on or switch.turn_on
Are you sure you are referencing the right sensor. Your automation refers to a motion sensor which appears to be node 2 but the information you posted from the GUI is for a flood sensor which is node 5.
Yes, found that in some other thread and tried it. Unfortunately it did not work either.
It works if i manually trigger the automation so i don’t think that part is to blame.