Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Classic UI 1.8.1 and new slider: major problem #3985

Closed
lolodomo opened this issue Feb 6, 2016 · 6 comments
Closed

Classic UI 1.8.1 and new slider: major problem #3985

lolodomo opened this issue Feb 6, 2016 · 6 comments
Milestone

Comments

@lolodomo
Copy link
Contributor

lolodomo commented Feb 6, 2016

Using the new slider provided with Classic UI in openHAB 1.8.1, I succeeded several times to enter in a loop with infinite update of the item (always with the same value). This is clearly the classic UI that update the item because if I close the WEB browser, the updates stop.
Unfortunately, it is not clear for me what is the exact scene to reproduce this issue.

@BClark09
Copy link
Member

BClark09 commented Feb 7, 2016

I'm getting the same thing, as soon as I change the brightness sliders on the classic UI, my lights go crazy, switching between different numbers and undefined states really fast. In a single second my openHAB server receives this many updates, my log is filled with thousands of these:

[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /openhab.app?sitemap=default&w=0000&poll=true&__async=true&__source=wa0000 HTTP/1.1" 200 4145 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 
[ip address] -  -  [07/Feb/2016:01:59:21 +0000] "GET /CMD?BR_L_Bright=86&__async=true&__source=wa0000 HTTP/1.1" 200 13 

Trying to change the slider further adds more of these forever repeating requests but for that number, so the lights rapidly switch between the two at least 20 times a second. It's enough to give me a headache!

@teichsta teichsta added this to the 1.8.2 milestone Feb 7, 2016
@teichsta
Copy link
Member

teichsta commented Feb 7, 2016

Thanks for letting us know! I'll try to find a solution asap …

@BClark09
Copy link
Member

Hi @teichsta thanks for looking into it, any progress on this?

Would you recommend going back to 1.8.0 in the mean-time?

@teichsta
Copy link
Member

Hi @teichsta thanks for looking into it, any progress on this?

yes and no … i decided to revert the slider change for 1.8 for various reasons (see PR #4051).

@BClark09
Copy link
Member

Ah that's helpful, thanks for the information, and the work that you do.

@teichsta
Copy link
Member

problem has been fixed by reverting the slider (see #4051)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants