Open SeanChengN opened 1 year ago
@tomaae , if you need my help testing again, I'm standby ;-)
Do we have any PR/documentation to this? Its not necessary, but it would help.
Do we have any PR/documentation to this? Its not necessary, but it would help.
https://github.com/openmediavault/openmediavault/commit/cf66f4c8bd44bb3bbd72cac361632135e338ba70 https://github.com/openmediavault/openmediavault/commit/a7adcc21330b6a8b976354238bfba86a2491d20b Maybe this.
perfect, thanks
@tomaae Any Progress?
I have Home Assistant in Docker and I just updated OMV to version 7.
A workaround is to open the folder:
your_homeassistant_folder\custom_components\openmediavault
With the help of Visual Studio Code or similar, search through all the files (although there are really 2 [omv_controller.py, sensor_types.py]):
cpuUsage
And replace with:
cpuUtilization
Save and restart Home Assistant.
I have Home Assistant in Docker and I just updated OMV to version 7. A workaround is to open the folder:
your_homeassistant_folder\custom_components\openmediavault
With the help of Visual Studio Code or similar, search through all the files (although there are really 2 [omv_controller.py, sensor_types.py]):cpuUsage
And replace with:cpuUtilization
Save and restart Home Assistant.
Thanks so mush! This solved the issue. I will create a PR using your method.
I have Home Assistant in Docker and I just updated OMV to version 7. A workaround is to open the folder:
your_homeassistant_folder\custom_components\openmediavault
With the help of Visual Studio Code or similar, search through all the files (although there are really 2 [omv_controller.py, sensor_types.py]):cpuUsage
And replace with:cpuUtilization
Save and restart Home Assistant.
Do you know if something similar would work for CPU Temerature?
Describe the issue
OMV 6.7 has modified the cpu load, which cannot be displayed now
How to reproduce the issue
Update to 6.7
Expected behavior
Screenshots
Software versions
Diagnostics data
Traceback/Error logs
Additional context