Status LED permStatus LED permanently blinking blue despite working network – hss_led error “UDP_CHANNEL: can't bind Port” on RPI-RF-MOD (OpenCCU) #3558
Replies: 5 comments 6 replies
-
|
Hi - thanks for checking in. |
Beta Was this translation helpful? Give feedback.
-
|
Of course you are getting the error, because there is usually always a |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the explanation — however it doesn’t really solve the issue from a user perspective. The current behavior (permanently blinking blue LED) still looks indistinguishable from an error state and leads to unnecessary troubleshooting, because historically this indicated a problem. If this behavior is now considered normal in the current firmware, it might be worth updating the documentation accordingly. Otherwise users will continue assuming a malfunction and start debugging network/RF issues that don’t actually exist. At least in my case the system itself works fine, but the LED strongly suggests something is wrong. I’m unfortunately not skilled enough in the OpenCCU internals to properly investigate the root cause — so from my perspective the main improvement would be clarification in the docs whether this blinking is expected behavior or not. Till this is resolved, putting a black tape over the blue led resolves the issue :) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. Ok - guess we are getting closer :) No further messages. I then disconnected the LAN cable and reconnected it after a while ... Led still flashing. So the connectivity check detects the recovered connection, but the LED state does not change afterwards. Is there supposed to be a state update after a successful connectivity check, or is the LED only set during initialization? Edit: When I plugged the cable back in, the blue LED started blinking again. Just reverse to what one would expect. |
Beta Was this translation helpful? Give feedback.
-
|
ok - log attached. Grows pretty fast, hence sorry it is lengthy. Rather to its end (rows 700+) I disconnected the Network cable and reconnected it so that both states should be checked and do appear in the log. I had ChatGPT summarizing it but it did not reveal many insights other than that the cable reconnect was recognized and that the potential "disabledLed" and "/etc/config/hss_led_info.conf" Flag files are not present. Nothing that would explain the issue unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue you are experiencing
Description
I am running OpenCCU on a Raspberry Pi 3Bs with an integrated
RPI-RF-MOD module. The device exposes a single multicolor status LED through
a light pipe in the enclosure.
According to the official OpenCCU documentation (Status-LED Function):
However, the LED on my device always stays in blue blinking mode, even
though network connectivity is fully operational.
Symptoms
Error from hss_led (SSH)
Running: hss_led -c
Produces:
hss_led: Program initialized.
UDP_CHANNEL: can't bind Port. err: -1
It appears the LED daemon cannot bind to its UDP port and therefore cannot
receive status updates from system components. This presumably results in
the LED falling back to a default blinking state.
Hardware / Setup
Describe the behavior you expected
Expected Behavior
Actual Behavior
Possible Cause
Request
Could you please verify:
I can provide additional logs or system dumps if required.
Thank you!
Steps to reproduce the issue
3
...
What is the version this bug report is based on?
3.83.6.20251025
Which base platform are you running?
rpi3 (RaspberryPi3, ARM64/aarch64)
Which HomeMatic/homematicIP radio module are you using?
RPI-RF-MOD
Anything in the logs that might be useful for us?
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions