-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Entity for energy consumption cooling #254
Comments
@DrZoidberg89 I don't know. |
Hello @BenPru , I have looked at the documentation to find the value. But I am not a programmer or IT person and it is very complicated for me. Is there an easier way for me to read this value? |
See If you create a ticket please provide always a diagnostic file as issue attachment:  |
@DrZoidberg89 Any news? |
Hi @BenPru Thank you. |
https://github.com/BenPru/luxtronik/assets/32298537/89c26414-0304-438f-9204-79cf0a338db3 |
Thank you @ChrisMisker @BenPru attached the screenshot and the diagnostic file. Could it be that is "1139 Unknown_Parameter_1139 ": "6597",? config_entry-luxtronik2-bb77932d61a8ae3dc428719efba4444b-2.json |
I've tested on my heat pump and Unknown_Parameter_1139 is indeed for cooling energy. I've tested this patch to several weeks and it works correctly. For heating and hot water, the values in the web interface under "heat quantity" and "energy input" are in fact the sum of 2 values: the energy/heat from the heat pump plus the energy/heat from the corresponding electric heating element. This can be seen in the physical UI of the pump: The corresponding luxtronik parameters are:
To my understanding, the luxtronik controller can manage 2 additional electric heaters and you usually have one for floor heating and one for hot water heating. The wording is confusing in the code, "additional heat generator" corresponds to the first additional heat generator and "second heat generator" corresponds to the second additional heat generator. In my configuration the first generator is for heating and the second for DHW, but this could be different and is configured in "service" -> "settings" -> "add. heat gen.": To have a code that works for all heat pump setups, it may be needed to attach each additional heat generator to the right device depending on the heat pump configuration. |
I reviewed and tested the patch from @fmoulin.
Seems good to go |
Done: #272 |
Hi,
I cannot find an entity for cooling energy consumption.
Does this exist? If not, could it be added?
Thanks
The text was updated successfully, but these errors were encountered: