Hi there -
I have this automation that use to work on another inverter.
For this particular inverter I am letting it watch the electricity supply using the ac frequency.
We had a power outage and it went on, yet my notification was not sent.
Not sure why? Missing something small. Our normal frequency runs at 50hz.
With power out I checked and saw that this sensor reading was at 0 hz.
alias: Power Restored Message
description: “”
trigger:
- platform: state
entity_id:- sensor.solis_ac_frequency
from: “0”
condition:
action:
- sensor.solis_ac_frequency
- service: notify.whatsapp
data:
message: PowerON
mode: single