Hi, i have big problem with homegear. First i flashed max cube that work like cun/cul with this tutorial.
I have recently managed to successfully flash my Max! EQ3 Cube with a a-culfw firmware. Once running the new firmware, I expose my EQ3 radiator thermostats to Home Assistant via homegear and the built in component. This guide will talk through...
Reading time: 58 mins 🕑
Likes: 37 ❤
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?
pmayer
February 9, 2019, 11:49pm
2
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
.
blazkom
February 10, 2019, 10:08am
3
Thanx. I will try.
How can i access to web UI of homegear?
blazkom
February 10, 2019, 12:05pm
4
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?
job
February 10, 2019, 12:15pm
5
blazkom
February 10, 2019, 2:03pm
6
I have now add:
wall thermostat
valve thermostat
I can also see it in first chepter (i do not know german )
But when i go (assue that is direkt link, i can not select any device)
blazkom
February 10, 2019, 9:47pm
8
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
sathya
February 21, 2019, 9:21pm
9
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 Homegear Reference - Device .
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