I have a Meross integration which started acting up recently and devices keep going offline (even though it says they are connected in the logs) while I have raised the issue with the owner, I need a way to fix their availability with some automation
It looks like this when they stop responding:
I created an automation like so but it never triggers:
- id: '1627152370529'
alias: Meross is unavailable
description: ''
trigger:
- platform: state
entity_id: switch.recliners
to: Unavailable
for: 0:05:00
condition: []
action:
- service: notify.mobile_app_sm_g998b
data:
message: Meross is unavailable for more than 5 mins
mode: single
Any ideas why it is not triggering, I’m thinking the trigger logic but it looks good to me