-
Notifications
You must be signed in to change notification settings - Fork 0
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
Channel error on double roller shutter rocker: BUSCH-JAEGER 6213/2.1 #18
Comments
Currently I do not see the root cause of this issue. I need to dig deeper an dunderstand. Did you have maybe a log-file for this case? |
I found the root of the issue. Thr root cause is the datapoint for your dimming button is reporting 16 - AL_RELATIVE_SET_VALUE_CONTROL, however the dimming buttons shall report 17 - AL_ABSOLUTE_SET_VALUE_CONTROL Additionally. Based on the ABB-BJ documentation this configuration with the paringID 16 can dim only in defined steps. Which is represented in 3 bits therefore: In your json file is the value 8 which would mean that the dimming in that case was 0%:stop. To be able to make a proper implementsation could you give me a hint how did you configured in your sysap and please send me two json outputs with 0% and max dimming. Thank you |
@andrasU Thanks for your efforts. I configured it on SysApp like this: And here are three jsons, with the lights off, the lights on and dimmed to min and max. |
I have a double rocker:
BUSCH-JAEGER 6213/2.1
I use it as:
Currently the thing has the following channels, but for the light dimming channel i get the following errors:
UNINITIALIZED UNINITIALIZED (HANDLER_INITIALIZING_ERROR): Cannot read field "channelId" because the return value of "org.openhab.binding.freeathomesystem.internal.datamodel.FreeAtHomeDatapointGroup.getOutputDatapoint()" is null
If possible, I would also like to intercept a double click on the shutter sensor and the light dimming sensor.
The Json file from Swagger is attached.
response_1694350296885.json.txt
The text was updated successfully, but these errors were encountered: