Hi,
The behavior has occurred sometime after passing update of 0.103. After I reboot my hassio, command_line, ping and nmap sensors stop working (ping and nmap end up as ‘not_home’ ). I know this has been adressed before but have seen no solution to this.
Does anybody have some updated info on how to resolve this?
Debugging is quite hopeless due to my multiple integrations (and lack of experience about debugging HA). Any help would be really appreciated.
Typical command_line sensor:
- platform: command_line
name: Linux versjon
command: "cat /proc/version"
value_template: '{{ value[99:106] }}'
My PING & NMAP config example:
- platform: nmap_tracker
hosts:
- 192.168.1.1
- 192.168.1.4
XXX
XXX
XXX
scan_options: " --privileged -sP "
consider_home: 180
new_device_defaults:
track_new_devices: false
- platform: ping
hosts:
ping_internett: 8.8.8.8
cisco_rv320_ping: 192.168.1.1
XXX
XXX
XXX
consider_home: 180
new_device_defaults:
track_new_devices: false