@Robert
Nice graph

Indeed some calibration has to be done

Have you measured the temperature which the max! thermostat reports also? In my test room, the max! thermostat reported half a degree to high. So I adjusted that in the max! software and now the thermostat seems to control the temperature reasonably well, within +- 0,5 degrees celcius.
Can you, by the way, perhaps share another new blog on your recent insights concerning MQTT? What is the message structure (tree etc.) you are using now for example? Can't find much on that subject on the net (yet).
@Marnix
I know max buddy and other software packages. Thanks for the tips. But I want to get rid of my system dependencies concerning hardware and communication between them. So I decided to use MQTT as the communication protocol between all my (future) domotica components.
My plan now is to write a gateway for the max! system and a gateway for the razberry. These gateways should handle the translation of MQTT message to and from the actual devices. In this way the systems are agnostic of each other which is good (separation of concerns

)
In case someone is interested in my (slow) progress, I'm trying to blog occasionally on
http://www.adreamerslair.nl
So far I did not see any domotica software which also uses MQTT (except homa but I simply hate javascript

) so I can use it with my own system.