Hey, I am trying to set this up as well. I followed the guide on github as is.
I get this error:
Platform error device_tracker.apple_airport - Integration ‘apple_airport’ not found.
I modified the configuration as suggested by Sevift.
The “netstat -tulpn | grep rsyslog” output is as expected.
Another error when testing from another device:
echo ‘<54> <133>Feb 11 22:32:00 timecapsuleu pppoe: Disconnected.’ >/dev/udp/10.0.1.23/514
outputs:
no such file or directory: /dev/udp/10.0.1.23/514
However, on same device, I don’t get any output.
MY DEVICES DOES SHOW UP on the known_devices.yaml file.
Any recommendations on how to start debugging this issue?