-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[knx] -control
channels do NOT work
#14753
Comments
@J-N-K @holgerfriedrich Can you reproduce? |
I didn‘t check, but will have a look tomorrow. Probably openhab-core#3141 is the cause. |
*-control
channels do NOT work-control
channels do NOT work
@J-N-K Seems like I found an error in |
@florian-h05 sorry cannot test right now, my test system is still on M1 and has no control channels in use. |
I guess this only affects the follow profile, and that's why it went unnoticed. |
Yeah, I agree.
Therefore: Will be fixed by openhab/openhab-core#3529. @holgerfriedrich I don't think additional testing is needed here, thanks. |
Since the recent SNAPSHOTs,
*-control
channels have stopped working.I have checked when the issue first occured, and it seems that SNAPSHOT
#3390
from 31st of March 2023 isn't affected by this problem. This means, that there was no change in the KNX binding that can cause this: https://github.com/openhab/openhab-addons/commits/main/bundles/org.openhab.binding.knx.It must be a core changes, however I have no clue which one, it must be one between March 31st and April 2nd (https://github.com/openhab/openhab-core/commits/38a6d1e87bdd3fadcc2adcd4604a2bed90ab4c06), because this is the timeframe the issue first occured.
I did some debugging, and very interesting: for
-control
channels, thehandleCommand
method of the KNX Thing is never called when I send a command to Items linked to a -control channel.This is the right behaviour when the
SystemFollowProfile
is applied to the channel link, and this is recommended by theKNXProfileAdvisor
for-control
channels.I also wonder if it is correct to suggest follow profile for -control channels by default. Either way, this should be documented.
Manually setting
system:default
profile for the affected channel links should help for now, but I think there is a problem with thesystem:follow
profile not forwarding state updates anymore.The text was updated successfully, but these errors were encountered: