Greetings
I been trying to set an email alert, but not having much luck.
Goal:
Temperature sensor on EV Charger Cable to monitor its temperature
If Temperature goes above 60º trigger an email alert
Trigger only Once or Trigger it then wait 1 hour, if temp > 60º trigger again
My first attempt was simple with IF <, Skip next. However once the temps went above 60º i would get an email every 10 seconds.
I then tried to implement the If Mute. However - and i understand why - i get an email every 1440seconds, regardless of the actual temperature. This is my latest implementation
I thought i had it solved with this process list but it doesnt quite work, what am i doing wrong please?
I have another alert i would like to set as well, the voltage where i live is quite erratic, being very influenced by load, so i wanted to set a email alert. IF Voltage > 250 or Voltage < 215, trigger email - ONCE
As a side note, the supported template tags: {type}, {id}, {key}, {name}, {node}, {time}, {value}
are not working. Only time seems to work currently.
So if we use the example body text:
At {time} your {type} from {node} with key {key} named {name} had value {value}.
Email will return At 019-08-11 19:59:08 your {type} from {node} with key {key} named {name} had value {value}.
I think i didnt wrap my brain arround the right way to implement this.
Any advice please?
Thanks