#Unfollowed consumption shown wrong in energy panel

1 messages ยท Page 1 of 1 (latest)

plain cargo
#

Hi, is anybody else affected this "unfollowed consumption" rendering issue with new HA versions?

For me it is so annoying that I even thought of starting to learn frontend development to fix it ๐Ÿ˜„

I don't think this is related to my configuration, but I haven't heard that anybody else is seeing the same issue?

https://1drv.ms/u/s!Ak5-09aoR5JLhOxwjgVzB8P5luL2Vg?e=h7GulR

https://github.com/home-assistant/frontend/issues/24174

GitHub

Checklist I have updated to the latest available Home Assistant version. I have cleared the cache of my browser. I have tried a different browser to see if it is related to my browser. I have tried...

#

Also interested to hear if there are alternative panels to be used without starting from the scratch myself?

tawny umbra
#

do you have any frontend hacs integrations? they can break stuff

#

no issues here

plain cargo
#

I didn't even think that, but I do have some swipe gesture stuff. Have to try to disable that.

plain cargo
#

Removed all HACS frontend integrations, rebooted and refreshed UI cache, but no success.

tawny umbra
#

that looks okay to me?

plain cargo
#

no, it's a bit hard to see from the pic, but bars 1-4 the rendering of the unfollowed consumption starts from the bottom of the bar when it should start from the top of the other consumptions like in the bars 5-7

#

it's like rendered on the top of the other consumptions so that height of the whole bar is wrong, see the vid in the original post for better explanation

tawny umbra
#

oh yeah I see it now

#

tried a different browser?

plain cargo
#

yeah, chrome & edge & chrome on android

tawny umbra
#

then im out of ideas

#

but @warm scaffold works on this stuff so maybe he knows

plain cargo
#

Ok thanks for help anyway. I'm not so familiar with UI side to start to debug it myself, so hopefully somebody figures out the issue eventually ๐Ÿ™‚

warm scaffold
#

try safe mode as well

#

do you have custom theme / custom chart colors?

#

I wasn't too much involved with echarts change so I don't have a great understanding of what it might have broken.

plain cargo
#

I don't have anything custom, also removed hacs frontend integrations. I will try safe mode then..

#

Same result in safe mode

#

Hmm I have some apex-chart stuff for the electricity price.. I am not sure how to disable it. Does it load those in safe mode?

warm scaffold
#

no apex wont load in safe mode

#

Curious does it always look like that every day? Always the first hours of the day?

#

Can you grab the csv and share it?

plain cargo
#

@warm scaffold now that you asked, it looks that from the past days it is showing data correctly between 8-17 and it is broken rest of the hours. But at least found one day where it was also broken in the middle of the day ๐Ÿ˜„

Please find the csv data attached

warm scaffold
#

I see the glitchy bars seems to line up exactly with the solar sensor having no data/ unavailable

#

could be relevant

#

does that hold for the day it was broken in the middle?

plain cargo
#

haha, you are right. By removing the solar power generation it works

#

I tried to add it back with and without solar generation forecast, but the graphs are still working correctly

#

The solar generation csv entry looks completely different now after adding it back, it even has more commas in the end of the line

sensor.filtered_solar_generation,solar_production,kWh,,,,,,,,,0,0.09999999999854481,0.3000000000010914,0.2999999999992724,0.3999999999996362,0.4000000000014552,0.1999999999989086,0.1000000000003638,0,0,,,,,,
sensor.filtered_solar_generation,solar_production,kWh,,,,,,,,,0,0.2000000000007276,0.3999999999996362,0.2999999999992724,0.3999999999996362,0.4000000000014552,0.3999999999996362,0.1000000000003638,0.1999999999989086,0,
warm scaffold
#

are you looking at a different day?

plain cargo
#

yes.

warm scaffold
#

well that's why it's different

plain cargo
#

I'm getting confused myself

#

But yeah, looks like I'm not getting it broken anymore. Just removing and adding the solar production sensor to energy panel fixed the issue.

Thanks @warm scaffold for figuring it out! I think I can close my bug ticket as it seems to be only me affected.

warm scaffold
#

hmm, well that's certainly odd

#

maybe leave it a bit and make sure it doesn't come back in a day or two

#

you could update it with your findings

#

but it's up to you.

plain cargo
#

Yeah I wrote there the findings, but will certainly open it again if it reoccurs.

#

I even migrated from HAOS to HA in docker and issue persisted, but that resolved it. ๐Ÿ™‚

dusty oriole
#

Replying here to say that I had the same issue and re-adding solar to the energy dashboard fixed it for me as well

warm scaffold