-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
oh-knob-card #1003
Comments
Additional: I've seen this behavior using safari on iOS and firefox on Linux. It doesn't appear to be browser related. |
See Sending multiple commands tracking movement isn't a bug, though a useful enhancement could be made to optionally manage that in more detail. |
hubsif
added a commit
to hubsif/openhab-webui
that referenced
this issue
Apr 20, 2021
Signed-off-by: Hubert Nusser <[email protected]>
hubsif
added a commit
to hubsif/openhab-webui
that referenced
this issue
May 16, 2021
Fix oh-slider issue Signed-off-by: Hubert Nusser <[email protected]>
ghys
pushed a commit
that referenced
this issue
May 16, 2021
Fix oh-slider issue Signed-off-by: Hubert Nusser <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
Knob card sends multiple commands when trying to set a new thermostat setpoint.
I configured an oh-knob-card to control Thermostat_Setpointcooling item on a CT100 thermostat. When changing the setpoint in the UI I see multiple commands being sent in the events.log and the setpoint ends up only changing by one degree.
Expected behavior
I expected to see a single command sent after the knob was released and the command would be wherever the knob was set at when released.
I was able to run a send command in the console to change the setpoint by multiple degrees and it worked as expected, setpoint immediately changed to the new value.
Your environment
Some discussion on the community: https://community.openhab.org/t/knob-only-incrementing-by-1/120924
OS: CentOS 8
The text was updated successfully, but these errors were encountered: