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
Are you sure that the deconz app is running at port 80?
Check http://192.168.178.110 on Browser.
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
noshutdown ist also the default for current hue module versions.
ok i made something wrong. I deleted all devices again and do it exactly as described and now it works :)