Luxtronic Heatpump controller
Moderator: leecollings
-
- Posts: 16
- Joined: Tuesday 26 January 2016 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Latest
- Location: Gorinchem - Netherlands
- Contact:
Re: Luxtronic Heatpump controller
Hoi Willem,
Somewhere at the end of the script you see:
# Lees huidige functie warmtepomp
if array_calculated[119] == 1: array_calculated[119] = '0'
if array_calculated[119] == 0: array_calculated[119] = '10'
if array_calculated[119] == 5: array_calculated[119] = '20'
if array_calculated[119] == 10: array_calculated[119] = '30'
if array_calculated[119] == 15: array_calculated[119] = '30'
That is being sent to a "selector switch" where value 0 is off, 10 is heating, 20 is hot water and 30 is cooling.
So you have to add a virtual switch with type "selector".
Regards,
Patrick
Somewhere at the end of the script you see:
# Lees huidige functie warmtepomp
if array_calculated[119] == 1: array_calculated[119] = '0'
if array_calculated[119] == 0: array_calculated[119] = '10'
if array_calculated[119] == 5: array_calculated[119] = '20'
if array_calculated[119] == 10: array_calculated[119] = '30'
if array_calculated[119] == 15: array_calculated[119] = '30'
That is being sent to a "selector switch" where value 0 is off, 10 is heating, 20 is hot water and 30 is cooling.
So you have to add a virtual switch with type "selector".
Regards,
Patrick
-
- Posts: 28
- Joined: Sunday 11 February 2018 21:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Yes, I understand that. But can someone post a screenshot of the switch settings (with the states and action settings)?poostrom wrote: ↑Saturday 05 October 2019 16:21 Hoi Willem,
Somewhere at the end of the script you see:
# Lees huidige functie warmtepomp
if array_calculated[119] == 1: array_calculated[119] = '0'
if array_calculated[119] == 0: array_calculated[119] = '10'
if array_calculated[119] == 5: array_calculated[119] = '20'
if array_calculated[119] == 10: array_calculated[119] = '30'
if array_calculated[119] == 15: array_calculated[119] = '30'
That is being sent to a "selector switch" where value 0 is off, 10 is heating, 20 is hot water and 30 is cooling.
So you have to add a virtual switch with type "selector".
Regards,
Patrick
-
- Posts: 16
- Joined: Tuesday 26 January 2016 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Latest
- Location: Gorinchem - Netherlands
- Contact:
Re: Luxtronic Heatpump controller
Hi, there's no action.... Since the function is read from the heatpump to Domoticz, not the other way around. I'ts just an indicator showing what the heatpump is doing at this moment.
-
- Posts: 4
- Joined: Monday 13 April 2020 20:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Hi Everybody,
I was searching for a topic to read and log data from a Alpha Innotec heatpump. I have a MSW3-12 type and have a webinterface, however the port 8888 or 8889 does not work for me. Is this device specific?
Are there any new developments on this or perhaps some easy to use scripts for I am a rookie at this
Thanks in advance.
Hans
I was searching for a topic to read and log data from a Alpha Innotec heatpump. I have a MSW3-12 type and have a webinterface, however the port 8888 or 8889 does not work for me. Is this device specific?
Are there any new developments on this or perhaps some easy to use scripts for I am a rookie at this

Thanks in advance.
Hans
-
- Posts: 4
- Joined: Monday 13 April 2020 20:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Got it all figured out thanks to these amazing examples. It appeared port 8889 was listening after all. Nice!
-
- Posts: 4
- Joined: Monday 13 April 2020 20:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Finally after some scripts, I've chosen to use the excellent script of Matis of Tweakers:
https://gathering.tweakers.net/forum/li ... 0#60239110
There are 2 files:
Make sure you put the first one in something like:
And the second part in a new file:
Then you can run it like:
Obviously you need to make adjustments to your idx of Domoticz. If you need to run it every minute:
And add this line below:
https://gathering.tweakers.net/forum/li ... 0#60239110
There are 2 files:
Make sure you put the first one in something like:
Code: Select all
importer.py
Code: Select all
file_cache.py
Code: Select all
python3 importer.py
Code: Select all
crontab -e
Code: Select all
* * * * * /usr/bin/python3 /home/pi/importer.py
-
- Posts: 6
- Joined: Tuesday 01 September 2020 14:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2021.2
- Location: NL
- Contact:
Re: Luxtronic Heatpump controller
@snahsiub,
can you give me some more detail how you did the setup for the heatpump in domoticz? (screenshot?)
(or can you PM me?)
can you give me some more detail how you did the setup for the heatpump in domoticz? (screenshot?)
(or can you PM me?)
-
- Posts: 28
- Joined: Sunday 11 February 2018 21:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Has anyone managed to read the current power ('Leistung Istwert' or 'Vermogen') in kW? I think it's ID 188.
Re: Luxtronic Heatpump controller
Hello,
You can try python plugin:
https://github.com/ajarzyn/domoticz-luxtronic2
Still there's some work to do but it's something to start with.
You can try python plugin:
https://github.com/ajarzyn/domoticz-luxtronic2
Still there's some work to do but it's something to start with.
-
- Posts: 34
- Joined: Tuesday 09 January 2018 8:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Harlingen
- Contact:
Re: Luxtronic Heatpump controller
Hey i'am going to try this
thanks for sharing
thanks for sharing
Re: Luxtronic Heatpump controller
You are welcome.
In case of any issue, send a ticket or just fixit yourself
I saw mentions regarding state of the device (I plan to add this as soon as I finish with venta humidifier plugin).
In case of any issue, send a ticket or just fixit yourself

I saw mentions regarding state of the device (I plan to add this as soon as I finish with venta humidifier plugin).
Re: Luxtronic Heatpump controller
To anyone interested in this plugin.
I've released new version.
I've released new version.
-
- Posts: 4
- Joined: Monday 13 April 2020 20:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Luxtronic Heatpump controller
Can you explain in a few steps how to use this python code?
Who is online
Users browsing this forum: No registered users and 1 guest