-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Set of the target hot water temperature not working. #65
Comments
Could you pls share excerpt of config how do you read the value? |
- platform: luxtronik
sensors:
- group: calculations
id: ID_WEB_Einst_BWS_akt
friendly_name: Temperatur Warmwasser Soll
icon: mdi:thermometer
|
luxtronik:
host: 192.168.1.xx
port: 8889 |
Sorry for the late reply! The parameter should be writable: https://github.com/Bouni/python-luxtronik/blob/main/luxtronik/parameters.py#LL139C51-L139C51 Do you see any kind of errors in the logs? |
I just check this and for me it seems to work!? |
Hi, I have a Novelan LADV9 with Firmware V3.86.1 |
Hast du das mit der Deckung WP in den griff bekommen? |
unfortunatelly I have no soultion and there was no feedback from any developer or user. Kind regards Johannes |
@Bouni @jow609 @dw357357 Thank you |
Is the name "Deckung WP" from the webinterface?
Kind of, you can install the python-luxtronik module (pip install python-luxtronik) on a computer that runs python (can be the same that runs HA). That gives you the ability to use the CLI: luxtronik dump 192.168.178.26 That returns a long list of all Parameters, Calculations and Visibilities like this: ================================================================================
Parameter
================================================================================
Number: 0 Name: ID_Transfert_LuxNet Type: Unknown Value: 0
Number: 1 Name: ID_Einst_WK_akt Type: Celsius Value: 1.0
Number: 2 Name: ID_Einst_BWS_akt Type: Celsius Value: 50.0
Number: 3 Name: ID_Ba_Hz_akt Type: HeatingMode Value: Automatic
Number: 4 Name: ID_Ba_Bw_akt Type: HotWaterMode Value: Automatic
Number: 5 Name: ID_Ba_Al_akt Type: Unknown Value: 4
Number: 6 Name: ID_SU_FrkdHz Type: Unknown Value: 1167609600
Number: 7 Name: ID_SU_FrkdBw Type: Unknown Value: 1167609600
Number: 8 Name: ID_SU_FrkdAl Type: Unknown Value: 0
Number: 9 Name: ID_Einst_HReg_akt Type: Unknown Value: 0
Number: 10 Name: ID_Einst_HzHwMAt_akt Type: Unknown Value: -200
Number: 11 Name: ID_Einst_HzHwHKE_akt Type: Celsius Value: 33.0
Number: 12 Name: ID_Einst_HzHKRANH_akt Type: Celsius Value: 22.0
Number: 13 Name: ID_Einst_HzHKRABS_akt Type: Celsius Value: 0.0
Number: 14 Name: ID_Einst_HzMK1E_akt Type: Celsius Value: 33.0
Number: 15 Name: ID_Einst_HzMK1ANH_akt Type: Celsius Value: 22.0
Number: 16 Name: ID_Einst_HzMK1ABS_akt Type: Celsius Value: 0.0
Number: 17 Name: ID_Einst_HzFtRl_akt Type: Unknown Value: 350
Number: 18 Name: ID_Einst_HzFtMK1Vl_akt Type: Unknown Value: 350
... |
Hello @Bouni , My HA is installed directly on the Lenovo Think Center and not in a container. How do I get to the CLI? Or is the CLI the same as the SSH terminal? thank you |
please give this a try: pip3 install python-luxtronik |
Hello @tunguskar thank you, I overlooked that. Yesterday, I spent some time on the subject for the first time in ages. It has now worked in NodeRed to read and write values. I read a lot again and stumbled across @benpr project. Maybe I should follow that one!? https://community.home-assistant.io/t/writing-a-component-for-luxtronik-heatpumps/35796/299 respectively |
the reading of the hot water temperature is pretty fine. But when I want to set it with:
The value does not change. Do I have to set anything on the heat pump?
The text was updated successfully, but these errors were encountered: