@fountain27 wrote:
All of the device trackers stopped working and list everything as not_home. I have not made any changes to my router (firmware etc) or HA. I have tried restarting my modem, router, HA and restarted my Synology with no change.
Last night I tried a couple changes to my config file.
- Original Setup
device_tracker: - platform: linksys_smart host: 192.168.1.1
- I tried the following with and without the username and password:
device_tracker: - platform: linksys_smart host: IP_ADDRESS username: YOUR_USERNAME password: YOUR_PASSWORD new_device_defaults: track_new_devices: true hide_if_away: false
Here is the most recent error log:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/linksys_smart/device_tracker.py”, line 67, in _update_info
devices = result[“output”][“devices”]Any suggestions?
Posts: 2
Participants: 2