-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warmwasser_extra #405
Comments
Isn't it possible to just change the target temperature for heating and/or warm water?
|
BTW the second state ( |
to avoid the heatpump start heating the warmwater I used "Sperrzeiten". So the taget temperature would only work to start the heatpump outside the defined Sperrzeiten. The ID_Einst_Warmwasser_extra would allow start the system immidiatly. |
would this be an "easy" fix or does this need more time to implement? Can I help doing it? |
Unfortunately, I have currently absolutely no time. So, if you can create a PR, that would be awesome; otherwise this issue will be on my list of todos as soon as I get time to work on ioBroker again. |
Hi @MiniBlister, |
sure: Bouni/python-luxtronik |
Hm, I was able to set the parameter 1052 at my heatpump from "0" to "1" during Sperrzeit and during open hours, but with no effect! But maybe my Lux/Firmware does not support it. But: why not using the already existing "heating_operation_mode"?
'Party (=Continuous operation)' should work during Sperrzeit, you only need to take care to set it back to normal when the sun disappears: |
thanks for your help. I did run the python script and you are right, it does not chance the mode and heating does not start. Any plans to implement the timer functions? I do not need all of them but heatingOperationTimerTableWeek would help for my automation process |
If I change warmwater_temperature my Luxtronik does not change the target temperature for warmwater ("Wunschwert") but only the "Deckung WP" value in the menu on the display. Has anybody a solution to set the warmwater target temperature via the adapter? There is even a parameter 'luxtronik2.0.parameters.temperature_hot_water_target' but it's read-only. |
I finally found a way to set 'luxtronik2.0.parameters.temperature_hot_water_target' and it does exactly what I guessed and what I was looking for (set the real target temperature "Wunschwert"). |
Hi,
would be interessted to start my heatpump if weahter is nice outside and my PV system generates enough energy. From my understanting the only possibility to request the heatpump to start heating the water is by setting the Warmwasser_extra parameter.
There is a python luxtronik script availabe which specify the following parameter
1052: Unknown("ID_Einst_Warmwasser_extra")
Would it be possible to integrate this parameter in the iobroker adapter?
The text was updated successfully, but these errors were encountered: