My System Monitor doesn’t work anymore, tried everything. Had it in the config after i deleted the lines I had the System Montor integration popping up but with no entities. I tried to readd the lines, delete the integration and the “unavailable” entities, deleted both and tried to set up from the bottom. Nothing. Config does not work anymore neither the new UI. All I got is the form in the screenshot.
I dont need processes, I need temperature, disk space and network thruput.
yaml before the update:
sensor:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /config
- type: memory_free
- type: network_in
arg: enp1s0
- type: network_out
arg: enp1s0
- type: throughput_network_in
arg: enp1s0
- type: throughput_network_out
arg: enp1s0
- type: processor_temperature
Edit/Solution: For whatever reason the systemmontor had a problem with my mounted NAS. Access worked fine, so no wrong pw or something like that. I deleted the media connection and it worked, although the backup connection still works with the same login…

