I just purchased a new Asus 3100 router ( firm. 3.0.0.4.384_32799) and I am attempting to use it for device_tracker
, unfortunately the login password etc doesn’t seem to find any devices in known_devices
. Is there some thing I am missing?
device_tracker:
- platform: asuswrt
host: 192.168.0.1
username: !secret asus_user
password: !secret asus_pass
consider_home: 30
I see a lot of comments in different threads about using ssh to login etc… but I am unsure how that works exactly creating the files and where to place them afterwards… do you copy the information from your local .ssh folder on your pc and paste the public_ssh
file in the router and paste the private_ssh
on the Hassio folder? (is it the same one used to ssh into hassio?) Or do you create a whole new one just for this purpose for your hassio instance to go to your router?
I am able to ssh into my router now from my mac, but I am unsure how the private ssh file appears in the hassio setup on my rpi to talk to the asus router.
Thanks