-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Components errors if speaker groups are used #11
Comments
Oh interesting, I do not have any speaker groups configured in my system, so that is probably the cause here. |
A fix for this is on the master branch. Can you report back, if it works for you?
This error however appears to be the main reason, you are not getting any entities, because this is an internal communication error with googles servers. I have no good idea how to debug this. Is your home-assistant instance running behind some proxy by any chance? You may try connecting to it manually and see if that works (indicating a problem with my code) or fails as well (indicating a problem on your side, but maybe giving more insight). The authentication process I am using is the same from the "google home local api" project: https://rithvikvibhu.github.io/GHLocalApi/#section/Google-Home-Local-API/Authentication |
The update has cleared up the speaker group errors, but not the other. I am not running behind any proxy other than AdGuard, but monitoring the traffic there nothing is being blocked. I do see another series of errors from googledevices which show timeouts:
Not sure if this is related as it is marked to "googledevices" but I assumed by the bluetooth scan that it may be from this integration. Not sure how to test locally (Ubuntu). |
I don't know, how to debug this. Your home-assistant instance is neither connecting to google properly, nor to your local device (192.168.86.242) and now also not to the login servers it seems (#14). You can test the connection to your google home device using the following command: |
I can connect using the curl command and I get back the info data for that device. So it doesn't look like an issue connecting to the device itself, must be related to the authorization issue noted. |
I will close this issue, as I think #14 is another symptom / cause of the same underlying issue and the speaker group error has been solved. Feel free to add any new informations to the other issue. |
Running version 0.3.5.
When I install and log in I get nothing created for entities (after waiting) and the following errors in my logs:
This error appears for every speaker group I have in my system.
This error appears once.
The text was updated successfully, but these errors were encountered: