Skip to content
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

Google Home App devices shows offline when added by homebridge #198

Open
Meljohn0719 opened this issue Jul 15, 2023 · 2 comments
Open

Google Home App devices shows offline when added by homebridge #198

Meljohn0719 opened this issue Jul 15, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Meljohn0719
Copy link

Devices are all offline in google home app when we integrate it using the homebridge. But, we do not have any issues in alexa and apple. they even controllable by siri and alexa. We tried to downgrade the version of the homebridge and it works fine. But some of our plug ins will not be compatible.

image


**Homebridge Config:**

```json
Show your homebridge config.json here. 
Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.

Screenshots:

Environment:

  • Node.js Version:
  • NPM Version:
  • Homebridge Version:
  • Homebridge GSH Plugin Version:
  • Homebridge Config UI X Plugin Version:
  • Operating System:
@Meljohn0719 Meljohn0719 added the question Further information is requested label Jul 15, 2023
@londospark
Copy link

I'm getting the same problem.

Homebridge Config

{
    "bridge": {
        "name": "Homebridge",
        "username": "<token>",
        "port": 51593,
        "pin": "<token>",
        "advertiser": "resolved",
        "bind": [
            "wlan0"
        ]
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "dark-mode-blue",
            "tempUnits": "c",
            "lang": "auto",
            "platform": "config"
        },
        {
            "name": "Alexa",
            "username": "<user>",
            "password": "<pass>",
            "pin": "<pin>",
            "routines": true,
            "blind": false,
            "door": false,
            "debug": true,
            "refresh": 900,
            "keepalive": 5,
            "CloudTransport": "mqtts",
            "deviceListHandling": "none",
            "platform": "Alexa"
        },
        {
            "name": "Lifx Plugin",
            "duration": 0,
            "brightnessDuration": 300,
            "colorDuration": 300,
            "default": "0.0.0.0",
            "broadcast": "192.168.1.255",
            "lightOfflineTolerance": 3,
            "messageHandlerTimeout": 45000,
            "resendPacketDelay": 150,
            "resendMaxTimes": 3,
            "updates": true,
            "debug": false,
            "autoDiscover": true,
            "bulbs": [
                {
                    "name": "Bedroom Light",
                    "address": "192.168.1.246"
                }
            ],
            "platform": "LifxPlugin"
        },
        {
            "devices": [
                {
                    "type": "RGBTWLight",
                    "name": "Outside Porch Light",
                    "id": "<token>",
                    "key": "<token>",
                    "manufacturer": "Globe"
                },
                {
                    "type": "RGBTWLight",
                    "name": "Indoor Porch Light",
                    "id": "<token>",
                    "key": "<token>",
                    "manufacturer": "Someone"
                },
                {
                    "type": "RGBTWLight",
                    "name": "Office Lamp",
                    "id": "<token>",
                    "key": "<token>",
                    "manufacturer": "Globe"
                }
            ],
            "platform": "TuyaLan"
        },
        {
            "name": "Google Smart Home",
            "token": "<token>",
            "notice": "Keep your token a secret!",
            "twoFactorAuthPin": "<pin>",
            "platform": "google-smarthome"
        }
    ]
}
  • Node.js Version: 18.16.0
  • NPM Version: 9.5.1
  • Homebridge Version: 1.6.1
  • Homebridge GSH Plugin Version: 2.2.0
  • Homebridge Config UI X Plugin Version: 4.50.6
  • Operating System: Linux homebridge 6.1.53-v8+ #1680 SMP PREEMPT Wed Sep 13 18:09:06 BST 2023 aarch64 GNU/Linux

@bkarakashev
Copy link

I am getting the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants