Hey guys and girls
I’m new to the HomeAssistant-World, happy to dive in but now running into errors I do not yet understand. Maybe someone has had similar issues and can point me in the right direction.
My Raspberry is running Home Assistant 0.95.4 using Hassio with the HassOS image. Everything is going great so far, TV is connected, lights are working, even my age-old robot can be controlled.
Next step: presence detection.
Or rather it’s sibling: finding mobile devices
Figured out the easiest way would be getting data about mobile devices in the network from my FritzBox directly.
Followed this instruction: https://www.home-assistant.io/components/fritz/
No devices found.
Maybe my FritzBoy is the wrong kind of special, let’s look elsewhere.
My next attempt: nmap.
Followed the instructions here: https://www.home-assistant.io/components/nmap_tracker/
Still no devices found.
My yaml now looks like this:
device_tracker:
- platform: fritz
host: 192.168.1.1
username: admin
password: nottellingyou
- platform: nmap_tracker
hosts: 192.168.1.0/24
home_interval: 5
new_device_defaults:
track_new_devices: True
hide_if_away: False
Am I missing something?
Any help is greatly appreciated!
Things I learned along the way and might or might not be relevant:
- I can SSH onto my pi but I only have a CLI, not a real shell. Don’t have a clue how to install stuff per command line (won’t let me), maybe that’s the thing that is missing.
- known-devices.yaml is not getting created automatically but is deprecated anyway. Just to be sure I touched it, it is there but empty.