Looking for some help, I’m trying to get the Google WiFi integration to work. I can see from the documents that it just needs the following added to the configuration.ymal
sensor:
- platform: google_wifi
I’ve done that and it is now a selectable entity but I can’t figure out how I should be using the configurable variables, any help would be greatly appreciated.
I can add the entity but they are all showing as unavailable.
I was under the impression that you would have to select which of the optional monitored conditions you wanted added, otherwise why are they shown in the documentation
I just followed the documentation for the sensor, that says it should be listed.
It might work without, but if it is not officially documented, then it could be removed without notice.
If it does, then the correction is pretty easy, so no Biggie really.
However this returns all variables with Unavailable
And the following error: This entity (‘sensor.google_wifi_current_version’) does not have a unique ID, therefore its settings cannot be managed from the UI. See the documentation for more detail.
After going through the documentation, am still lost.
The unavailable could be due to the wrong address.
Check your desktop computer’s network settings.
On Windows hold the windows key down a press r
Then type cmd and hit enter in the popup window.
In the command prompt (typically a window with black background) type ipconfig/all and hit enter.
Look for default gateway in the output and see if it matches the 192.168.1.1
This doesn’t look like a Google WiFi address. Google WiFi is usually configured with a 192.168.86.1 address. What IP address do you access your HA server with. I’m guessing it starts with 192.168.86. if that’s the case, try 192.168.86.1 instead of 192.168.1.1
2024-06-08 00:47:47.351 ERROR (MainThread) [homeassistant.config] Invalid config for ‘sensor’ at configuration.yaml, line 3: required key ‘platform’ not provided, please check the docs at Sensor - Home Assistant
2024-06-08 00:47:47.360 WARNING (SyncWorker_2) [homeassistant.components.google_wifi.sensor] Unable to fetch data from Google Wifi
@nevausz I just came across this thread and tried to set up the Google WiFi basic integration, but also received an error when checking the YAML configuration under Developer Tools. The error was:
“Invalid config for ‘google_wifi’ from integration ‘sensor’ at configuration.yaml, line 203: value must be one of [‘current_version’, ‘last_restart’, ‘local_ip’, ‘new_version’, ‘status’, ‘uptime’] ‘monitored_conditions->0’, got ‘c’”
So I had a look at the the documentation which stated: monitored_conditions array
A quick Goole for yaml “array” configuration turned up that array entries must be preceded by a “-”, so I tried this configuration (those light grey and italic entries shouldn’t be like that - I just didn’t know how to paste them here without adding formatting). The key was to put the hyphen in front of the entries under “monitored conditions”. And it worked (screenshot below).
Just thought I would post details here in case it works for someone else as well.
I’m so confused. The configuration.yaml should give me 3 sensors, right? but then the overview dashboard has 3 but one of them isn’t named right, and then i only have 1 of the sensors showing up in my entities.
edit: I removed the 2 extra "sensor:"s, and now i have 9 entities like i expected. But my overview still has the 6 extra “google_wifi_*” lines.
So, I have tried this every which way possible with the monitored_conditions but no matter what I do with my setup it shows unavailable for the details. it showing all the sensors and if I change the name it will change on my dashboard but no actual router data… any suggestions???
Thanks