Hi there, I have a problem with the display from Tasmota smart meter. All is looking good, but I want to change the display from Bar to graph. I have a normal Tasmota script
1,77070100010800ff@1000,Gesamt kWh bezogen,kWh,Power_total_in,1
1,77070100020800ff@1000,Gesamt kWh geliefert,kWh,Power_total_out,1
1,77070100100700ff@1,Verbrauch aktuell,W,Power_curr,0
1,77070100240700ff@1,Power L1,W,Power_L1_curr,0
1,77070100380700ff@1,Power L2,W,Power_L2_curr,0
1,770701004C0700ff@1,Power L3,W,Power_L3_curr,0
Which gives me a bar with values
But I want this as a graph, which is more easy to read like this:
How to change this and must it be done in Tasmota or can it be done in HA?
Thanks for helping.