Skip to content
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

"ID_Einst_Hysterese_HR_verkuerzt_akt" #54

Open
colognebroker opened this issue Dec 15, 2022 · 3 comments
Open

"ID_Einst_Hysterese_HR_verkuerzt_akt" #54

colognebroker opened this issue Dec 15, 2022 · 3 comments
Labels
question Further information is requested

Comments

@colognebroker
Copy link

Is this the Hyterese for dometic water ?
It would be nice to have it and to change it !

@Bouni
Copy link
Owner

Bouni commented Dec 15, 2022

I can't say that. Ideally you figure that out yourself and let us know so that we can add this as a known parameter.

  1. make sure you installed luxtronik -> pip install luxtronik
  2. create a script lux.py with this content (adjust the ip):
from luxtronik import Luxtronik

l = Luxtronik('192.168.178.100', 8889)

p = l.parameters.get("ID_Einst_Hysterese_HR_verkuerzt_akt")

print(p)
  1. Not the value the script spits out
  2. Change the hysteresis via the heatpumps web UI
  3. Run the script again to see if it changed to what you've just set via th UI

Let us know if thats the right parameter

@Bouni Bouni added the question Further information is requested label Dec 15, 2022
@Bouni
Copy link
Owner

Bouni commented Dec 15, 2022

Another way is this: go to heatpump24.com and log in, there you see the parameters:

grafik

The number in front of the parameter matches the number in the python-luxtronik module:

https://github.com/Bouni/python-luxtronik/blob/850daa40041a00bbd0d69f3a98845ae29e09f493/luxtronik/parameters.py#L99

So the parameter you're looking for is mos likely ID_Einst_BWS_Hyst_akt

@BenPru
Copy link
Contributor

BenPru commented Dec 20, 2022

Yes it is parameters.ID_Einst_HRHyst_akt. In https://github.com/BenPru/luxtronik you have a writeable number number.luxtronik2_heating_hysteresis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants