I like to test when my smartmeter sensor is down. I have a P1 smartmeter module that send every 10 sec the values with mqtt to home assistant.
That is working fine.
Now I like to send a whatsapp if my smartmeter is down for 2 minutes. This 2 minutes is just for example.
If my smartmeter module is out ( not sending any information ) then the last sent value stay the same.
So if the value is not changing for 2 minutes then I like to send a whatsapp.
Sending a whatsapp is not the problem, I don’t kow how to test if the sensor is down.
I don’t know where to start to make that automation, can somebody point me the right direction.