jlippold
(Jed Lippold)
January 15, 2017, 1:36pm
1
sensor:
- platform: systemmonitor
resources:
-
type: network_in
arg: wlan0
-
type: network_out
arg: eth0
I’ve tried this both ways in the config but neither seems to work in windows. Is there another argument I should using or is windows just unsupported?
fabaff
(Fabian Affolter)
January 15, 2017, 1:50pm
2
eth0
and wlan0
are names which are used by Linux. As far as I remember contains Windows a command-line tool netsh
to retrieve the names of the available interfaces.
jlippold
(Jed Lippold)
January 15, 2017, 2:11pm
3
Thanks for the pointer in the right direction, the arg was Local Area Connection
This name can also be pulled from ipconfig
in windows
It would be great if you could add this to the documentation of the component.
I have seen a number of people complain about the documentation at https://home-assistant.io/ (HA site). Great news! Everyone can edit it and provide improvements to the documentation. Next thing I likely see is that people don’t know how to create a pull request on Github. Great news! Here is a tutorial on how to do it.
First go to https://github.com/ and sign up for an account. Its quick free and easy. If there is a need for a tutorial for this too, please post that feedback below. O…
jlippold
(Jed Lippold)
January 15, 2017, 2:33pm
5
1 Like