Good day!
I have HA installed using Docker on my Intel NUC NUC5CPYH. All the network-related sensors in System Monitor just don’t work at all.
I’ve read this article regarding the networking issue with a NUC (the network interface is named enp3s0 instead of eth0). The article is about Hass.io and the solution points toward a config file which I don’t have in my HA container.
Is anyone aware of the solution? Right now, the sensors show a blank value in red circles:
and show this when grouped:
Here a part of my configuration.yaml file:
sensor:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
- type: disk_use
arg: /
- type: disk_free
arg: /
- 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: enp3s0
- type: network_out
arg: enp3s0
- type: throughput_network_in
arg: enp3s0
- type: throughput_network_out
arg: enp3s0
- type: packets_in
arg: enp3s0
- type: packets_out
arg: enp3s0
- type: ipv4_address
arg: enp3s0
- type: ipv6_address
arg: enp3s0
- type: processor_use
- type: last_boot
Thank you for your help! I’m really clueless on that one…