Hello!
I have big problem with device tracker on huawei router HG8247
I added this line to my configuration.yaml file:
device_tracker:
- platform: huawei_router
host: 192.168.100.1
username: telecomadmin
password: admintelecom
After this known_devices.yaml file didnt create itself so i create it on my own. Before that there was a warning
Unable to load /config/known_devices.yaml: Config file not found: /config/known_devices.yaml
and
2018-12-31 02:30:28 WARNING (MainThread) [homeassistant.components.device_tracker] Updating device list from huawei_router took longer than the scheduled scan interval 0:00:12
I check what mac adresses are connected to this router and saved it to known_devices.yaml file. Problem is status of these devices is not true. Every single devices shows its not home but they are already connected. What is wrong?