[INFO ] [openhab.event.ItemCommandEvent ] - Item 'Diele_Hue_Color_Ambience_Light_Bulb_OnOff_Only' received command ON
In the logs and the Lamp switches to on.
Vice versa it does not switch off. Add there is no message in the logs…
As I have a similar issue with the respective steering element in the ui concerning the HSB Color state of the lamp I fear that I oversee some details in “connecting” the dots…
Could someone give me a hint/example?
Thanks a lot in advance.
To make sure I understand, in the UI the toggle UI element shows the Item is ON and you can toggle it OFF but when you do so you do not see the “received command OFF” log in events.log, correct?
Assuming that’s the case, the problem lies either in MainUI or between MainUI and the OH server. The command never gets to OH.
The first thing to look at is the browser’s console which is running MainUI to see if there are error messages there.
That gave me the help/hint:
I was running openhab behind a lighttpd instance being a reverse-proxy to openhab and it’s port. Mainly because I cannot remember the port numbers… ;o)
Without that proxy doing a plain call it works now like a charm!
So, the hint with the console told me: Well there is something that is run on the server and something on the client/browser. In between there was this reverse-proxy…