Hi! Looking for some support on 2 Third Reality Plug Gen3’s that I just bought.
I am using these in Home Assistant to monitor the power usage from my washer and dryer, along with an automation to alert me when each cycle is done.
The automation is working, but the notification is delayed. It looks like the plug is only sending an update on the power every 15 minutes or so.
Additionally, both plugs (washer and dryer) are constantly reporting on and off events. They don’t appear to be cycling on and off physically, as I hear and see nothing from the plugs themselves.
They read as such:
"Washer Plug Third Reality On event was fired
12:48:08 PM - Now
Washer Plug Third Reality Attribute Updated event was fired with arguments: {‘attribute_id’: 0, ‘attribute_name’: ‘on_off’, ‘attribute_value’: <Bool.true: 1>, ‘value’: <Bool.true: 1>}
12:48:08 PM - Now
Washer Plug Third Reality On event was fired
12:48:07 PM - 1 second ago
Washer Plug Third Reality Attribute Updated event was fired with arguments: {‘attribute_id’: 0, ‘attribute_name’: ‘on_off’, ‘attribute_value’: <Bool.true: 1>, ‘value’: "
What is going on with these on and off events?
How can I shorten the polling interval to once a minute?
Thanks!