We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this the Hyterese for dometic water ? It would be nice to have it and to change it !
The text was updated successfully, but these errors were encountered:
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.
pip install luxtronik
lux.py
from luxtronik import Luxtronik l = Luxtronik('192.168.178.100', 8889) p = l.parameters.get("ID_Einst_Hysterese_HR_verkuerzt_akt") print(p)
Let us know if thats the right parameter
Sorry, something went wrong.
Another way is this: go to heatpump24.com and log in, there you see the parameters:
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
ID_Einst_BWS_Hyst_akt
Yes it is parameters.ID_Einst_HRHyst_akt. In https://github.com/BenPru/luxtronik you have a writeable number number.luxtronik2_heating_hysteresis.
parameters.ID_Einst_HRHyst_akt
number.luxtronik2_heating_hysteresis
No branches or pull requests
Is this the Hyterese for dometic water ?
It would be nice to have it and to change it !
The text was updated successfully, but these errors were encountered: