Hi all,
I have created a Python plugin for integrating the ELV/EQ-3 MAX! system into Domoticz. These are pretty affordable radiator valves, wall thermostats, contact switches, etc. which can remotely be controlled if you buy the additional Cube. The Cube's network communication has been reverse engineered, and many home automation solutions now have plugins for the system, except for Domoticz!. That is, until now

I made use of a very well written Python API for the MAX Cube: https://github.com/hackercowboy/python-maxcube-api
All that was left was to "just" integrate it into the Python plugin system, which was quite a rough ride because I had no prior Python experience. But here it is!
https://github.com/mvzut/maxcube-Domoticz-plugin
An explanation of the features and the installation instructions are given on the Github page (I removed them from this post, so that I don't have to update everything twice when something changes). Please let me know what you think, if you have issues, or if you would like to see other features!
P.S. There was already a discussion on early beta versions of this plugin here: viewtopic.php?f=34&t=841&p=192702#p192702. But I felt a new plugin probably deserves a topic of its own
