The hub. I also updated two add-ons at the same time, but I reinstalled them both after the full restore, and still no issues. The log showed that it couldnât connect, but I should have copied the details. I may have to do the update again to get the specifics.
Has anybody experienced HA stability issues? I have HA deployed on docker in a raspberry pi 3b (official docker image), and for the first time in years I noticed that HA is unstable, restarting itself once or twice a day, since the upgrade to 2021.7.1. I was running 2021.5 and .6 prior to this with no issue. I could not yet narrow down the component that could be causing this. I use zwave-js-mqtt, multiple cameras (stream integration) and many REST sensors that I developed myself.
Trying to gauge first if itâs only and issue for me/my installation or if it shows up for other people as well; havenât seen many folks saying that itâs an issue for them, too.
Do you observe the same behavior?
Well, you made me look. I have 2021.7.0 running on my test server and, after staring at this graph for a minute, I can confirm it didnât display anything other than what I asked it to display.
My first attempt â no dice. But I picked a graph with data that changes more rapidly and sure enough, everything comes back with the selections still lined out.
My guess is that the deselected trace will reappear when whatever is plotted changes from its last value.
This is a frontend bug, not a core bug, FYI.
A mod there will probably move it for you if they can, or will close it and ask you to re-open it against the frontend repo.
Since you are that 100% sure that HA is causing the slowdown, especially on FF, just open HA on FF, open the âInspectorâ and check for âWarningsâ and âErrorsâ. They should show up there.
The only warning I find, whichever page (Logbook, History etc.) I browse inside HAâs WebUI, is:
The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'.
But this doesnât seem to affect the responsivness of HA UI on FF at all. At least not on Win10/64.
I have checked this also on Chrome based SRWare Iron 91.0.4650.0 and Palemoon 29.2.1 (64-bit). All smooth and snappy as ever.
Maybe itâs a problem with FF on Mac (dunno what system @gazpachoking is running FF on).
And this seems to be the HA frontend doing this too. I did ask Balloob about it a few releases back and he said to ignore it. Itâs a nuisance though.
Can someone confirm that @jbouwh changes to allow for fan speed control apply only to FAN type devices? I have a thermostat with a fan setting that Iâm trying to control (without success) - Iâm thinking Iâll probably create a fan template to get around this.
Mine was root caused down to the presence of the Rainbird integration. The encoding is longer needed with Python 3.9 from what I read. I just took it out for now. I say there is already a fix, but it doesnât appear it has been brought into HA yet as an update.