Cpuspeed and systemmonitor sensors

Simply group the entities of the sensors

Sorry, but could you explain further what you mean? A code snipit would definitely help

Have a read through here: https://www.home-assistant.io/components/group/

Necro-post for anyone else looking for this information.

Naming for eth0 on NUCs has changed. On my system it is now:

- platform: systemmonitor
  resources:
  - type: throughput_network_in
    arg: enp2s0
  - type: throughput_network_out
    arg: enp2s0

More info here:

1 Like

Buster right?

Not sure. Hassio NUC image.

I am on a NUC / hassio / ubuntu installation.

For me the ff. config worked for the network part:

- platform: systemmonitor
  resources:
    - type: network_in
      arg: hassio
    - type: network_out
      arg: eno1

so eno1 or hassio is working either

you can check the ethernet adapters on a console of the host

ip a

or

ipconfig -a

the result looks like:

fregatte :grinning: :grinning: :grinning:

immagine
I have only eth0 but don’t work the sensor network_in and out.
Any idea ??

Hey! I have the same problem, did you manage to sort it out?

Got some values with this

      - type: throughput_network_in
        arg: hassio
      - type: throughput_network_out
        arg: hassio

That did the trick for me aswell