Easy start for openhab/luxtronic-newbie available

hi there,
i’m a total newbie to openhab and also to heatpumps. But i’ve got a heatpump from AIT with a luxtronic 2.1 controller and i’d like to control this one with openhab 4.
has anyone a simple guide how to integrate and control a luxtronic 2.1?
kind regards mth9977

It looks like OH does not have a binding for these devices. So you will likely need to find a bridge (e.g. something like this GitHub - coolchip/luxtronik2: Reads and controls heat pumps based on the Luxtronik 2.0 contol unit with Node.js.) to connect to the heatpump and then write a little bit of code to pub/sub to MQTT or some other intermediate protocol to get the data to/from openHAB.

Obviously it would be better if OH still had an add-on for this but in the fiveish years since OH dropped support for OH 1.x type bindings no one has volunteered to create a 2.x style binding to replace it.

There’s a Luxtronic binding for OpenHAB that should work with your setup. You’ll need to configure it in things and items files. Check the OpenHAB docs and forums for examples, plenty of users have shared their setups.

Do you ahve a link? There isn’t one in the offical bindings and I don’t see one in the marketplace. Maybe I missed it?

Hi muntilab,
have you been able to give a link to rikoshak?
I also would apprecipiate to get one :wink:

See @mstormi’s reply above. That has the link.

Very nice, thank you all