Systemmonitor entities returning Unavailable!

Hi all,

my systemmonitor is not working anymore.
I am running the following versions on my Home Assistant:

Home Assistant 2022.12.1
Supervisor 2022.12.1
Operating System 9.4
Frontend 20221208.0 - latest
Raspberry Pi3

Here is my configuration, copied pasted from the Home Assistsant Website:
I am not finding any issues.
Can anyone help me what is wrong ?

# Example configuration.yaml entry with all entry types (delete/comment out as necessary)
sensor:
  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: disk_use
      - type: disk_free
      - type: memory_use_percent
      - type: memory_use
      - type: memory_free
      - type: swap_use_percent
      - type: swap_use
      - type: swap_free
      - type: load_1m
      - type: load_5m
      - type: load_15m
      - type: network_in
        arg: eth0
      - type: network_out
        arg: eth0
      - type: throughput_network_in
        arg: eth0
      - type: throughput_network_out
        arg: eth0
      - type: packets_in
        arg: eth0
      - type: packets_out
        arg: eth0
      - type: ipv4_address
        arg: eth0
      - type: ipv6_address
        arg: eth0
      - type: processor_use
      - type: processor_temperature
      - type: last_boot

Found the issue i had twice times sensor: in my configuration.yaml - no its working fine!
I will split the files now, too!

1 Like

I am having the same issue. On the code you have listed, I only see sensor: listed once but you say it was twice. Can you post what you found to be correct? Below is what I have but it shows unavailable:

tts:
  - platform: google_translate

sensor:
  - platform: systemmonitor
    resources:
    - type: disk_use_percent
    - type: last_boot