I can’t put my finger on a version update or anything else which might have triggered it, but the Google Wifi sensor platform has stopped working on my Hass.io system.
Sensor badges report “unavailable”, and the log repeatedly shows:
Unable to fetch data from Google Wifi
6:05 PM components/sensor/google_wifi.py (WARNING)
I’ve found that the Google WiFi integration was much more reliable once you specified the primary router’s host IP address in the config. Even though it is optional it used to randomly stop working until I added it, since then it has remained connected.
sensor:
- platform: google_wifi
host: <router IP address>
Where can I find this? It’s not in my configuration.yaml. I am using the HACS Google WiFi integration. I looked in the custom_components folder. The folder within is called “googlewifi” but I don’t think it’s configured in there.