emsesp / EMS-ESP

ESP8266 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
302 stars 96 forks source link

Logamatic TC100/Nefit Moduline Easy #159

Closed Sonusss closed 4 years ago

Sonusss commented 5 years ago

I have this thermostat and I saw that ems-esp is not able to send commands to it. Of course I'd like to do so. What can I do in the course to help you integrate this model ?

proddy commented 5 years ago

It's tricky. I had an Easy for a few days to play with and the thing doesn't respond to the typical EMS+ bus calls. I think the only the way is to query via XMPP which is possible but requires some considerable code changes. I made a note of it here. If anyone wants to give this a shot??

Sonusss commented 4 years ago

Hi Proddy, I finaly made a working setup and indeed the solution is through XMPP see here: https://community.home-assistant.io/t/buderus-tc100-junkers-ct100-thermostat/67992/5

proddy commented 4 years ago

That's awesome work @Sonusss ! Thank you for sharing.