FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: wuast94 am 10 Dezember 2019, 12:48:50

Titel: (SOLVED)Cant connect deconz on raspberry|
Beitrag von: wuast94 am 10 Dezember 2019, 12:48:50
Before: Fhem and Deconz on the same server all worked fine.

my conbee 1 get riped and I bought a conbee 2. then I setup a pi4 with deconz .. paired all my devices and removed the old huebridge.
in fhem then I typed in this:
define deCONZ HUEBridge 192.168.178.110
attr deCONZ httpUtils 1
set deCONZ active
and in deconz then connect app.

but nothing.. in logs I only see this:

2019.12.10 12:37:53 1 : HUEBridge_HTTP_Request http://192.168.178.110/api/687591419360c0e705328aa1f7f95bea/config: Select timeout/error:
2019.12.10 12:37:57 1 : HUEBridge_HTTP_Request http://192.168.178.110/api/687591419360c0e705328aa1f7f95bea/config: Select timeout/error:
2019.12.10 12:37:57 2 : HUEBridge_OpenDev: got empty config
2019-12-10 12:37:49 HUEBridge deCONZ initialized
2019-12-10 12:37:57 Global global DEFINED deCONZ

i even don't see the last error attribute in deCONZ.

I can't figure out where im wrong
Titel: Antw:Cant connect deconz on raspberry
Beitrag von: CoolTux am 10 Dezember 2019, 12:51:28
Are you sure that the deconz app is running at port 80?
Check http://192.168.178.110 on Browser.
Titel: Antw:Cant connect deconz on raspberry
Beitrag von: MadMax-FHEM am 10 Dezember 2019, 12:53:15
You have a PI4 so you have buster...

I also had a test-setup with raspbee on Buster.

I found in the forum the attribute 'noshutdown'...

I set it to 1 and after that I could connect...

Maybe that helps.

Regards, Joachim
Titel: Antw:Cant connect deconz on raspberry
Beitrag von: justme1968 am 10 Dezember 2019, 16:12:30
noshutdown ist also the default for current hue module versions.
Titel: Antw:Cant connect deconz on raspberry
Beitrag von: wuast94 am 10 Dezember 2019, 22:05:19
ok i made something wrong. I deleted all devices again and do it exactly as described and now it works :)