Hello,
I’m using Home Assistant (last release) and several smart plugs NOUS A1Z
Actually I see the total of the consumed energy.
But I would like to see the consumed energy for each day.
First option is to use the Home Assistant ENERGY tab : nothing appears in this screen and I do not understand how to make it work.
Second option : make a counter reset each day.
I have seen a lot of similar questions but the answers do not work for me.
I first added utility_meter integration following this link :
https://www.home-assistant.io/integrations/utility_meter/#service-utility_meterreset
Then in Home Assistant, I have created an automation : Parameters – Automations and scenes – Create an automation – Create a new automation –
Trigger : Hour – 18:40:00
Action : Call a service – utility_meter.calibrate – target : NOUS_02 – value = 0
When I execute this automation, there is no error message but the summation delivered is not reset.
Any idea ?
Thanks for your help.