Yes the guide should still be working, but as per earlier I’d suggest the following change:
Skip the step for configuring the homematic component of HomeAssistant and instead use MQTT as per @quasar66 excellent suggestion here; Converting a MAX! Cube to CUL/CUN to use with Home Assistant
All you should need to do is enable the MQTT options within Homegear, which are documented on their website.
If i find some time i’ll update the OP to include all steps for MQTT.
Hi, I did this, but I do not have thermostats but just the thermostatic valves: not sure we are talking about the same object (a thermostat is for me thge device that turns on and off the heater, the thrmostatic valve is the valve attached to the radiator that regulates the amount of water flowing in the radiator).
You know the mqtt commands to change values to the radiators?
Only need that for using homematic - you shouldn’t need this if using the MQTT approach.
In answer to your other questions, yes using the HomeMatic Manager to store the timetables to the thermostats will work fine with MQTT (they are stored on the actual valve) - assuming you run in ‘Auto’ mode.
And yes, the MQTT post I linked works fine with the radiator valves themselves (ie. if you don’t use a wall thermostat) - it can set the target temperature and change mode etc… of the radiator valve.
Now the missing part is which are the correct topic for changing things. For each VALVE I should do something like the below code, but which are the topics for my 11 valves …? Basically how do I link a vbalve to a topic … sorry I am … confused
I found this, but is soooo , to me, complicated. I just want to know the command/topic to read the current temperature of a specific valve and the command/topic to set a temperature value to a specific valve.
Where ‘4’ in the topic is the peer (think device) id (view this in the homegear cli) and ‘1’ is the channel.
You’ll basically want to have multiple copies of the above, but simply change ‘4’ in the topic and the name to the relevant device.
Sorry but trying to solve all the possible issues before installing all, and since the flashing is irreversible I want to make sure I have it all streighten up. Now it’s winter with 0 degrees, not a good time for experimenting with heating
If you can’t get to the cli, you can also view it on the web page at http://<homegear_ip>:2001
There is a table at the bottom of the page which shows all paired devices and the device ID.
I am kind of stuck
Nobody did this installation with HASSIO?
If not I guess will need to make a fresh Hassbian install so to have access to the cli, and hope the settings (peer I’d) be the same in the two install (hassio and hassbian)
I don’t have any personally, but it looks like there are some window sensors supported by homegear - if you have those models, I don’t see why it wouldn’t work.
I managed to flash my max!Cube and to get it working with Homegear and Homematic Manager. MQTT is working great. Everything is much more responsive than previous firmware.
Thanks for this great how-to and for everyone’s help.
A few tips :
I had to reboot my computer after installing SAM-BA software. Otherwise I got an error message when connecting to COM port.
MQTT Explorer is great to troubleshoot MQTT messages and get the exact topic for all thermostat : https://github.com/thomasnordquist/MQTT-Explorer
I can see that there is the valve percentage is MQTT message, which is great
For the moment I am unable to store a temperature scheduling on my thermostat. As said earlier, I right click on a Thermostat > MASTER Paramset. I fill in needed values and then I hit “Parameter übernehmen und schielßen”
It seams to send the parameters to the thermostat, but I have the wrong temperature in auto mode.
Am I missing something ? Does anybody use this feature ?
What is the purpose of the parameter “Bitte einen oder mehrere Kanäle awswählen” in the thermostat paramset ?
I don’t speak german at all, so thanks in advance for your help.
Edit : OK I figured out my mistake :
Each endtime is actualy the number of minutes since 0:00. I tought it was the duration of each time interval.
It is working now