unfug-at-github
unfug-at-github
I have started to fix the issues and will soon create a merge request. I have solved or am on the was of solving the following issues: - the time...
I have provided a pull request that will fix the issues: #124644
> Thank you for your efforts – it would be so good to get back to using this integration. Whilst you are looking at it, is there any way to...
The spikes were created by race conditions. The component has an internal queue that is supposed to be sorted by time. During the startup phase values are loaded from the...
Since getting this into the core system seems to take quite some time, I have published a [custom component](https://github.com/unfug-at-github/statistics-home-assistant) to test the changes I made to fix this issue. It...
@Dtrotmw: You can install it like any other custom component (e.g. by using HACS or just copying the files into the custom_component folder). This will basically overwrite the core component,...
> Thanks, that sounds simple but I can't find anything in HACS with the name statistics-home-assistant or just statistics. I'm not experienced in installing things without using HACS. David You'll...
@jorgemarmor: I guess we shouldn't spam this issue with off topic discussions. You can contact me under unfugmail AT arcor DOT de
> @unfug-at-github Can you please point to the races fixed by your PR? > > Looking at the statistics sensor, I see two issues: > > * The `async_added_to_hass` coroutine...
@emontnemery: What about the following proposal: I remove all changes in the actual statistics functions that add significantly to the number of changed lines. This will make the code less...