Hi everybody,
Backstory: I have an Intel Nuc 8i5 with OMV5 and docker installed. Home Assistant was running fine in a docker container. OS drive crashed, i had no backup, but config files for HA were saved. I decided to install new router before setting up OMV5 server with Docker and HA again. I used to have a Netgear R6700v2, now i have a Netgear R6700v3.
After installing HA again in a Docker container using my old config files everything is working fine except my integrations with my router. Which makes sense since i changed routers. Problem is, HA recognized the new integration and asks me to setup the new router. so far so good. But once the installation is complete and i check the device and entities it, it sees the 1 device, but when i click on it all the entities are Unavailable. I see no way to enable them at all.
Before changing routers I also had a netgear device tracker set up for my phone, so i could use that for an integration turning my lights on when i get home.
But since the change in router it does not see my phone anymore on the network.
I use the following code to get the device tracker:
#Netgear tracker
platform: netgear
password: !secret netgear_pwd
host: 192.168.66.1
#port: 80
interval_seconds: 10
consider_home: 180
devices:
- Pixel 3a
This used to work but now it stopped working completely.
Can anybody point me in the right direction to fix this? Any help would be greatly appreciated.