@ttaidapos, I did this guide ages ago for upgrading python when running core in a venv. Obviously you’ll need to download and run the python version you want rather than the one in the commands there, and make sure you adapt for your install paths and autostart service if they are different…
There’s some troubleshooting further down the thread too if needed.
Logger: homeassistant.components.stream.worker
Source: components/stream/worker.py:246
Integration: Stream (documentation, issues)
First occurred: 20:06:18 (3 occurrences)
Last logged: 20:17:00
Dropping out of order packet: 183510 <= 183510
Dropping out of order packet: 195267 <= 195267
When you open the camera player visually there is no problem
The system monitor runs inside the container so it doesn’t know what is going on outside of it unless there is an external service that provides the data.
In that case, the new System Metrics feature provides a more accurate picture of what is actually being reported:
Core CPU usage
Supervisor CPU usage
where System Monitor’s processor_use is Core CPU usage and has never represented the total CPU usage when part of Home Assistant OS, Supervised, or Container.
That would indeed explain why tom_I’s system was reporting high temperatures but processor_use was very low; something beyond the homeassistant container’s boundaries was monopolizing the CPU.
@tom_l
If your system overheats again, let us know what Supervisor CPU usage indicates. Even at idle, it already consumes more CPU time on my RPI3 than Core.
Great release! I love the improvements to the Synology component. Thanks to the whole team and double extra special thanks to @shenxn for the Synology work!!
Install very smooth. I tried the new Raspberry PI power supply integration and it would not install. Clicked on install and it closes without installing. No errors in log. Should I open an issue on github? Error showed up today: Error occurred loading configuration flow for integration rpi_power: No module named 'custom_components.rpi_power.config_flow.
I had a custom component that I forgot I installed. Removed and it installed correctly.
I have a pi 4. Looks like it works for some and not for others. Tried again this morning and get Error occurred loading configuration flow for integration rpi_power: No module named 'custom_components.rpi_power.config_flow.
I had a custom component that I forgot I installed. Removed and it installed correctly.
Edit: awesome performance metrics, if I could make 1 feature request/suggestion to add to it: Uptime
then I can remove all the manual stats I made in one of the panels.
It does not work for me too… Did anyone find anything on this?
Is that because we had custom component for rpi_power before? I tried removing it too, but did not work for me. Entity name is same as that of custom component.