Discovery not working
Since 2025.10.1-beta, auto discovery no longer works. Using my test image, the heat pump is normally discovered after some time. Since 2025.10.1, the heatpump no longer shows up.
Adding the heatpump using the IP address works fine, so it's not urgent.
I want to test the Async change now, so I'll gather debug logs later.
@AJediIAm Please test with the current main branch. And check your logs with INFO level. If the heatpump with the discovered ip-adres is already configured, it will not add it again. See example logs, where heatpump is discovered, but not added because it is already configured:
2025-10-05 17:22:09.279 INFO (MainThread) [custom_components.luxtronik2] Luxtronik integration setup completed for 2890470443fa9886c6a2d3acc8261929 2025-10-05 17:22:16.312 INFO (MainThread) [custom_components.luxtronik2] DHCP discovered a possible Luxtronik device 'alpha innotec heatpump' @ '192.168.1.190' 2025-10-05 17:22:16.312 INFO (MainThread) [custom_components.luxtronik2] DHCP IP '192.168.1.190' is already configured as Luxtronik device, aborting.
@AJediIAm Please post logs with INFO level if you can reproduce; the logs may help in determining the possible issue.
Hi there, to add - I just installed the latest beta and except for some small 'mapping issues' (some values related to the heating curve are picked up, but assigned to what I think is the wrong 'variable name' in HASS) autodiscovery worked fine.
Thanks for the confirmation. I lost track of this issue for a while. I'll do another test with a new image.