I use Tasmota for ages now, upgraded them some time ago to fw v8.x and since then it shows THREE values for total power on my Sonoff POWs.
You see ENERGY Today is totally fine, showing today’s kWh.
But the line below has 3 Values of which the first one is TOTAL POWER, but what are the other two. I searched a lot, but can’t find that info.
I guess showing the first value needs some value_template sensor, correct?
That’s odd. I cant find anything about that change…
Can you run ‘status 8’ on the tasmota console to see the output?
What version were you running before the upgrade?
Warning
Tasmota 8.1 introduced a major change in parameter storage. Downgrading is not recommended and upgrading to 8.1 has to follow the recommended path and can still fail in some cases.
How are your sensors integrated? MQTT? Auto Discovery? What is the config for those sensors?
You could just make a template sensor for it. It would be simple enough, but I’m more concerned about why it is like that. Is it a bug?
18:26:23 CMD: status 8
18:26:23 MQT: waermepumpe/stat/STATUS8 = {"StatusSNS":{"Time":"2020-04-09T18:26:23","ENERGY":{"TotalStartTime":"2020-04-09T09:26:49","Total":[6.322,39137.133,27980.795],"Yesterday":0.000,"Today":6.322,"Power":0,"ApparentPower":0,"ReactivePower":0,"Factor":0.00,"Voltage":0,"Current":0.000}}}
It’s the stuff after “Total” that concerns me.
I’m not 100% sure what the last version was. I don’t upgrade on a regular base. I’m quite sure it was 6.x, and I did an update with 8.x minimal (but going from 6.x to 7.x minimal to 8.x minima to 8.x standard). Everything else works fine.
The integration was done through sensors.yaml MQTT sensors. Changed that to autodiscover and the result is exactly the same.
Templating is a solution, but I’d still be interested what the other values are?
Btw: This is the same for both POW sensors I use.
That is out of scope at the moment. The Sonoff is installed and I can’t remove it as I’m a bit handicaped after a surgery. Any other ways to do a complete reset?
EDIT: Strange thing: Today it has resolved by it’s own, maybe because it crossed midnight 00:00, and reset some counters? It now shows the correct value:
if i want to use tariff and want to grab different results(readings) for total, total peak and total offpeak as different entity,
can i get?
how to get it,
Please guide
thanks