core: ASUSWRT device tracking is not working
The problem
I have an issue with ASUSWRT integration. I’ve setup asuswrt component and device_tracker component as shared below. The connection works because sensor are visible. But device tracking don’t work. Devices sensor always report 3 or 4 devices connected while looking at asus webui there are almost 15 device using this ap (i use the componenti in AP mode. I’ve added and removed mode: ap without any changes.
Environment
| arch | x86_64 |
|---|---|
| chassis | vm |
| dev | false |
| docker | true |
| docker_version | 19.03.8 |
| hassio | true |
| host_os | HassOS 4.11 |
| installation_type | Home Assistant OS |
| os_name | Linux |
| os_version | 5.4.50 |
| python_version | 3.7.7 |
| supervisor | 228 |
| timezone | Europe/Rome |
| version | 0.112.4 |
| virtualenv | false |
- Home Assistant Core release with the issue: 0.112.4
- Last working Home Assistant Core release (if known): NA
- Operating environment (OS/Container/Supervised/Core): OS
- Integration causing this issue: ASUSWRT
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/asuswrt/
Problem-relevant configuration.yaml
asuswrt:
host: 192.168.2.253
username: admin
ssh_key: /config/ssh/asus
protocol: ssh
mode: ap
sensors:
- devices
- download_speed
- upload_speed
device_tracker:
- platform: asuswrt
interval_seconds: 10
consider_home: 180
track_new_devices: yes
Traceback/Error logs
NA
Additional information
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 2
- Comments: 18 (2 by maintainers)
Error logs if that helps
Bumping the aioasuswrt to the latest version 1.2.7 seems to fix the problem
I have exactly the same problem