BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

most Luxtronic entities lost #196

Closed 02curls closed 7 months ago

02curls commented 8 months ago

probably after upgrading HA core to 2023.11.1 I lost pretty much all Luxtronic entities today afternoon on Luxtronic 2023.11.1-beta, downgrading to HA core to 2023.11.1 did not help, so did not downgrading to Luxtronic 2023.10.28-beta error logs: Unexpected error fetching luxtronik2 data: Sensor sensor.luxtronik2_switchoff_reason provides state value '0', which is not in the list of options provided 21:29:39 – (CHYBA) Luxtronik (vlastní integrace) - zpráva se poprvé objevila v 21:15:38 a zobrazuje se 19x Get_sensor ID_Switchofffile{ID}_0 returns None 21:29:39 – (VAROVÁNÍ) Luxtronik (vlastní integrace) - zpráva se poprvé objevila v 21:15:36 a zobrazuje se 22x Parameter 'ID_Switchofffile{ID}_0' not found 21:29:39 – (VAROVÁNÍ) Luxtronik (vlastní integrace) - zpráva se poprvé objevila v 21:15:36 a zobrazuje se 22x Error while setting up luxtronik2 platform for climate 21:15:39 – (CHYBA) Klima Error while setting up luxtronik2 platform for water_heater 21:15:39 – (CHYBA) Water Heater Error while setting up luxtronik2 platform for switch 21:15:38 – (CHYBA) Vypínač Error while setting up luxtronik2 platform for number 21:15:38 – (CHYBA) Číslo

Screenshot 2023-11-05 at 21 51 52 Screenshot 2023-11-05 at 21 52 02 Screenshot 2023-11-05 at 21 52 15 Screenshot 2023-11-05 at 21 52 24 Screenshot 2023-11-05 at 21 52 34
colognebroker commented 8 months ago

for me it works with image

and image

colognebroker commented 8 months ago

and with 23.11.1 too

02curls commented 8 months ago

not for me

02curls commented 8 months ago

full log home-assistant_2023-11-06T06-12-52.473Z.log

BenPru commented 8 months ago

@02curls Please try the current main branch.

02curls commented 8 months ago

Today I restored from full backup, then upgraded both HA to latest release and Luxtronik to latest beta release, all is working for now

BenPru commented 8 months ago

@02curls Can we close this issue?

02curls commented 7 months ago

so the issue is back, not after any upgrade, no particular reason that I can think of, just again lost the entities today after 12:58:33

Screenshot 2023-11-12 at 15 44 59

home-assistant_2023-11-12T14-48-04.649Z.log

02curls commented 7 months ago

@BenPru so it seems that I keep loosing some entities right after sensor.luxtronik2_status_line_3 enters the "cycle lock" status (no idea what that is, but it usually follows the "domestic water" status)

the entities I keep loosing are the following for example: number.luxtronik2_dhw_target_temperature number.luxtronik2_heating_target_correction_2 all the number.luxtronik2_heating_circuit_curve......

home-assistant_2023-11-12T18-30-26.856Z.log

BenPru commented 7 months ago

@02curls "Cylcle Lock" is a lock time between switch off and switch on the heatpump. This happens often then heating ends and hot water starts. I avoid this with automations. The source of your error is a missing value 0 in the enum. I have added it. Please try 2023.11.12-Beta

02curls commented 7 months ago

@BenPru thank you, 2023.11.12-Beta resolves the issue