-
Notifications
You must be signed in to change notification settings - Fork 13
Bug: Cannot connect to Google Home on IOS #93
Comments
I am not quite sure, why this is not working. I need to take some more time to search through the logs. Unfortunately I cannot test it locally since I don’t have a google home device.
Could you provide more details on that? Any error you get from the google home app? How do you execute Matterbridge? HA Addon, Docker or custom? Which version are you using? |
Could you maybe try the following:
|
I have already been factory resetting matterbridge between attempts, as my phone doesn't even seem to be able to connect otherwise It's running on your docker image When i try to add it, the IOS dialog appears, then loads for about a minute, then fails with an error and then google home says something went wrong |
I have updated to the latest version, and tried disabling the matter-server container for home assistant, but neither works.
|
I just cannot find anything in the logs pointing me in the exact direction. I‘ll need to dive a lot deeper into the logs and the matter.js library for that. The only thing i found so far is that the matter pairing request from google home seems to come from an IPv6 address. The web ui is accessed from an IPv4 address. IPv6 should be supported by matter.js since it’s part of the matter specification, but it could be related to the docker configuration (maybe some parameter needs to be set or something else - I need to do further research for that). Since I do not own any google home device, maybe @Cheerpipe could give it a try with the latest version and google home? |
I'll try to set up IPv6 support in docker, and see if that fixes it |
Just a stupid question: |
Network mode host |
addding ipv6 did not help |
Here is the full compose and config matterbridge:
image: ghcr.io/t0bst4r/matterbridge-home-assistant:latest
restart: unless-stopped
network_mode: host
environment:
CONFIG_FILE: "/config/config.json"
volumes:
- /home/ultrablob/homeassistant/config/matterbridge-config.json:/config/config.json
- matterbridge-data:/root/.matterbridge {
"homeAssistantUrl": "http://192.168.2.4:8123",
"homeAssistantAccessToken": "***********",
"homeAssistantClientConfig": {
"includeDomains": ["light", "fan"]
}
} |
Do you have any special (network) setup? Running on a VM? VLAN? Special proprietary switches or Routers? |
Nope, just my old gaming pc wired into a switch connected to my isp router |
Currently working on trying to disable IPv6 on my phone |
The only other thing that could be wrong is this error
Which seems to indicate it is trying to send udp through my wireguard interface. Not sure if that's a problem or how to disable it on that interface |
Closing this because discussion has moved over to the main matterbridge github |
I've set up matterbridge and all my HA devices show up, but when trying to add it to Google Home with my iPhone, it fails.
Debug logs attached (they didn't fit)
matterbridge-logs.txt
The text was updated successfully, but these errors were encountered: