oznu / homebridge-gsh

Allow Google Assistant to control your Homebridge accessories.
https://assistant.google.com/services/a/uid/000000b558f0d5d1?hl=en
GNU General Public License v3.0
400 stars 54 forks source link

Can't find supported devices #93

Closed Lanneer487 closed 3 years ago

Lanneer487 commented 3 years ago

Hi,

I have a problem to link my homebridge with google smart home. When I link my homebridge I get always the message: There went something wrong. In homebridge it give: no supported device found for each accessory. But they are all lamps and switches.

I'm using the latest version of node and npm

Lanneer487 commented 3 years ago

I have multiple switches connected with LOGO-ts and a smart lamp with yeelight. Google smart home doesn't find supported devices. Is there a way to fix this?

oznu commented 3 years ago

Do you have these accessories already exposed in Homebridge using the yeelight or other plugins?

Lanneer487 commented 3 years ago
Schermafbeelding 2021-02-02 om 09 56 24 Schermafbeelding 2021-02-02 om 09 57 21

Config: { "bridge": { "name": "Home Server", "username": "CD:25:3D:E3:CE:44", "port": 51827, "pin": "010-45-154", "log": { "method": "file", "path": "/var/log/homebridge.log" } }, "platforms": [ { "name": "Config", "port": 8581, "auth": "form", "theme": "orange", "tempUnits": "c", "lang": "auto", "platform": "config" }, { "platform": "yeelight", "name": "yeelight" }, { "name": "Google Smart Home", "token": "*****", "notice": "Keep your token a secret!", "platform": "google-smarthome" } ], "accessories": [ { "accessory": "Logo-TS", "name": "Inkom", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q1", "switchSetOn": "V1.1", "switchSetOff": "V1.2" }, { "accessory": "Logo-TS", "name": "Hal 1e Verdiep", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q2", "switchSetOn": "V2.1", "switchSetOff": "V2.2" }, { "accessory": "Logo-TS", "name": "Licht Wc", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q3", "switchSetOn": "V3.1", "switchSetOff": "V3.2" }, { "accessory": "Logo-TS", "name": "Licht Garage", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q4", "switchSetOn": "V4.1", "switchSetOff": "V4.2" }, { "accessory": "Logo-TS", "name": "Licht Zetel", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q5", "switchSetOn": "V5.1", "switchSetOff": "V5.2" }, { "accessory": "Logo-TS", "name": "Licht Eettafel", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q8", "switchSetOn": "V8.1", "switchSetOff": "V8.2" }, { "accessory": "Logo-TS", "name": "Licht Slaapkamer", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q11", "switchSetOn": "V11.1", "switchSetOff": "V11.2" }, { "accessory": "Logo-TS", "name": "Licht Grote Kamer", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q12", "switchSetOn": "V12.1", "switchSetOff": "V12.2" }, { "accessory": "Logo-TS", "name": "Licht Kleine kamer", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q13", "switchSetOn": "V13.1", "switchSetOff": "V13.2" }, { "accessory": "Logo-TS", "name": "Hal 2e Verdiep", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q14", "switchSetOn": "V14.1", "switchSetOff": "V14.2" }, { "accessory": "Logo-TS", "name": "Licht Badkamer", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q15", "switchSetOn": "V15.1", "switchSetOff": "V15.2" }, { "accessory": "Logo-TS", "name": "Licht Keuken", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "Q17", "switchSetOn": "V17.1", "switchSetOff": "V17.2" }, { "accessory": "Logo-TS", "name": "Alle Lichten", "interface": "modbus", "ip": "192.168.1.2", "port": 502, "type": "switch", "updateInterval": "1", "switchGet": "M20", "switchSetOn": "V20.1", "switchSetOff": "V20.2" }, { "accessory": "FakeBulb", "name": "FakeBulb" } ] }

I moved to a new house and when I relinked my account it can't find the devices.

Lanneer487 commented 3 years ago

Has anyone found a solution?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mockingjade22 commented 2 years ago

has there been a solution found?

bykovo commented 2 years ago

have the same issue. Has anybody found a solution please?

StevenRCE0 commented 1 year ago

I'd like to bump the issue. I'm pretty sure that I have insecure mode enabled, accessories properly configured and account linked.

rahooln commented 10 months ago

following. having the same issue.

valentinoeval commented 10 months ago

Same problem Closed issue but no solution provided ?

PS : I have added my devices from Domoticz with edomitcz plugin