-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
PiP installation shows strange behaviors #173
Comments
It seems that the actual error is missing. Can you show the full error message? I would guess that your python version does not understand the f-string? Which version are you using? Do you know what parameter 1052 is doing? Which values are possible? |
Yes, this package needs python3. I do not think that this menu is related to parameter 1052. If I am not mistaken, parameter 1052 can be accessed via `Service -> Einstellungen -> Inverter -> Warmwasser' and it can take the values "Normal" (0) or "Luxus" (1). With "Luxus", the heat pump uses a higher frequency to heat the water. Do you know in which version precisely these parameters where introduced? In the |
My installed firmware is: V3.89.3 I have used the dump_changes script and could identify the following parameters: ==> 1147 "Dauer Extra WW" in seconds and 1146 "Sollwert" in °C The rest does not make any sense to me... find below the dump with "on" and "off" with my guesses in "bold" I hope that helps :-) calc: Number: 249 Name: Unknown_Calculation_249 Value: 319 -> 361 calc: Number: 249 Name: Unknown_Calculation_249 Value: 319 -> 359 |
I am not that firm with git, but I followed the guidance from your readme and installed the package via:
pip install luxtronik
The installation seems successful with the following reply:
When I am trying the code examples from your page the following error occurs:
I have checked manually the code and it seems that the version installed via pip differs from the version on this githubpage and all installed modules have the same typo calculation = Unknown(f"Unknown_Calculation_{index}")
Did I miss something when I installed the packacke or is this due to the fact that I am working on a Raspberry Pi?
Any help would be appreciated.
PS: On the long run, I would activate the function "1052" - "ID_Einst_Warmwasser_extra", but it seems that this is parameter has no options...
The text was updated successfully, but these errors were encountered: