Cun/cul and homegear

Hi, i have big problem with homegear. First i flashed max cube that work like cun/cul with this tutorial.

Then i have install homegear into rpi 3, but when i go to ip addres of cube (on port 2001 or 2002 or 2003) i can not get into web UI of homegear. How can i get to web ui, and alos how can i pair cun/cul and max thermostats?

Please check your log and follow the instructions for homematic-bidcos, as the steps for Max! are the same: https://doc.homegear.eu/data/homegear-homematicbidcos/adding_devices.html
Note that the family is not 0 but 4.

Also make sure, that you commented in the [] line for the CUN in the max.conf.

Thanx. I will try.
How can i access to web UI of homegear?

I have now manage to add homegear and connect max cun/cul. Do you have anyone idea how i can pair wall and radiator thermostat together. So wall thermostat will open and close radiator thermostat?

You can use the software from eq-3

http://www.eq-3.com/Downloads/Software/Konfigurationsadapter/Konfigurationsadapter_LAN/HM-CFG-LAN_Usersoftware_V1_520_eQ-3_151207.zip

or use the addLink - function from homegear.

I have now add:

  • wall thermostat
  • valve thermostat

I can also see it in first chepter (i do not know german :confused: )

But when i go (assue that is direkt link, i can not select any device)

If someone have problem like this. I have manage to make it work with other program: homematic maneger.

I have only to settings that i want to change, but i do not know how.

  • how can i set that wall thermostat show room themperature instead set temperature?
  • how can i set that moon on wall thermostat is different degresse?
1 Like

Hi @blazkom,

how can i set that wall thermostat show room themperature instead set temperature?

By executing on the terminal:

homegear -e rc '$hg->setValue("OEQ1452958:1", "SHOW_SET_TEMPERATURE", 1);'

See https://ref.homegear.eu/device.html?directory=MAX!&file=BC-TC-C-WM-4.xml&familyLink=max&name=BC-TC-C-WM-4#affixSubsubsection1_0_15.

how can i set that moon on wall thermostat is different degresse?

homegear -e rc '$hg->setValue("OEQ1452958:1", "ECO_TEMPERATURE", 17.0);'

Cheers,

Sathya