As a few new members of this forum couldn't find the information about Hue, here is a seperare topic with a few versions.
You can force the Hue-bridge in a settings file when you're bridge (or HA-bridge) isn't found.
Remember. ALWAYS backup your current file!
Folder: /HCBv2/config or /mnt/data/qmf/config
File: config_hdrv_hue.xml
There are different versions of this file. Check your current file which config you need.
REPLACE:
abcdefgh1234 = mac address of your Hue Bridge or HA-bridge device
192.168.x.x = ip address of your Hue Bridge or HA-bridge device
Config packageRevision="167"
Code: Select all
<Config packageRevision="167">
<sysConfig>
<locale>nl_NL</locale>
<timezone>Europe/Amsterdam</timezone>
<currency>EUR</currency></sysConfig>
<hue_bridge>
<package>hdrv_hue</package>
<uuid>daa9c3e9-549d-4c7f-a9a9-fda64b17d0e6</uuid>
<type>hue_bridge</type>
<name>Philips hue (192.168.x.x)</name>
<internalAddress>abcdefgh1234</internalAddress>
<visibility>1</visibility>
<profile>ConnectedState</profile><ipAddr>192.168.x.x</ipAddr><modelName>Philips hue bridge 2015</modelName><serialNumber>abcdefgh1234</serialNumber><cfgName>Philips hue</cfgName><swversion>1705121051</swversion><apiVersion>1.19.0</apiVersion><port>80</port><modelNumber>0</modelNumber><linkState>3</linkState></hue_bridge>
</Config>
Code: Select all
<Config packageRevision="332">
<sysConfig>
<locale>nl_NL</locale>
<timezone>Europe/Amsterdam</timezone>
<currency>EUR</currency></sysConfig>
<device>
<refactoredSteps>
<refactoredStep>refactorNonDeviceClass</refactoredStep></refactoredSteps>
<package>hdrv_hue</package>
<uuid>390b0153-f02b-436a-ab50-9f9a46b427de</uuid>
<type>settingsDev</type>
<name>settingsDev</name>
<internalAddress>settingsDev</internalAddress>
<visibility>1</visibility></device>
<device>
<package>hdrv_hue</package>
<uuid>39ae8b5e-92d4-4548-a7f4-15a49b941ad5</uuid>
<type>hue_bridge</type>
<name>Philips hue</name>
<internalAddress>abcdefgh1234</internalAddress>
<visibility>1</visibility>
<profile>ConnectedState</profile><ipAddr>192.168.x.x</ipAddr><modelName>Philips hue bridge</modelName><serialNumber>abcdefgh1234</serialNumber><genUser>b5d78409ae624ae1992d7aa55609b717</genUser><cfgName>HA-Bridge</cfgName> <swversion>1901181309</swversion><apiVersion>1.29.0</apiVersion><port>80</port><modelNumber>1</modelNumber><linkState>2</linkState></device>
</device></Config>