Replies: 2 comments
-
|
@phagemann Thanks for reporting this! Did you solve your discovery problem in the end? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No recent feedback received from @phagemann ; I expect the issue is solved with 2025.11.10-beta. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everbody,
im trying to debug the discovery of my heatpump. As mentioned in Discussion 311 it returns
Noneas heatpump model.Is a similar behavior known?
Using current main branch.
Heatpump: LD9V
Luxtronik: V3.89.5
While doing so, I'm confused about the
[...] wrong content, skippingdebug message:Are the zero-bytes a special feature of my current firmware / heatpump or is it an acceptable behavior?
Could somebody check his discovery? In case it is the intended behavior I would like to suggest following changes:
Looking at:
luxtronik/custom_components/luxtronik/lux_helper.py
Lines 68 to 90 in 9e7f06c
The debug in line 86 says we are skipping this device, but essentially we keep using it, as it is returned.
Shouldn't the continue after line 85 be contained at the end of the if block, after the
results.append((ip_address, res_port)), as Luxtronik replied with a acceptable discovery response?Beta Was this translation helpful? Give feedback.
All reactions