Hi Guys!
Total newbie here but I’m learning the ropes slowly. I’m having a somewhat trivial issue with my Hue Lux bulbs. In my Items file I have the following from this
Dimmer Main_Hue1 "Bedroom Overhead 1" <hue> (Bedroom, Lighter) {hue="1;brightness"}
Dimmer Main_Hue2 "Bedroom Overhead 2" <hue> (Bedroom, Lighter) {hue="2;brightness"}
When I go to my sitemap, it gives me the hue looking bulb with two arrows (up and down) for the Lux Bulbs. Now when I press the up or down arrow, I would assume these would dim the lights in the pre-determined step of 30% (if I remember correctly). However, they just turn them on/off.
Am I missing something? Is this a bug? Would love to hear from you guys. Thanks!
Edit: I pulled the following from the log…not sure why it gives values of on and off with a state of 100
2016-04-25 20:19:08.348 [DEBUG] [inding.hue.internal.HueBinding] - Hue binding received command 'OFF' for item 'Main_Hue1'
2016-04-25 20:19:08.359 [DEBUG] [.hue.internal.hardware.HueBulb] - Sent message: '{"on":false}' to http://192.168.3.102/api/openHABRuntime/lights/1/state
2016-04-25 20:19:08.815 [DEBUG] [.io.net.http.SecureHttpContext] - security is disabled - processing aborted!
2016-04-25 20:19:08.815 [DEBUG] [.o.u.w.i.servlet.WebAppServlet] - Servlet request received!
2016-04-25 20:19:08.816 [DEBUG] [.o.u.w.i.servlet.WebAppServlet] - reading sitemap home
2016-04-25 20:19:10.788 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'sitemaps'
2016-04-25 20:19:10.790 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'persistence'
2016-04-25 20:19:10.792 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'rules'
2016-04-25 20:19:10.795 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'scripts'
2016-04-25 20:19:10.797 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'items'
2016-04-25 20:19:18.268 [DEBUG] [.io.net.http.SecureHttpContext] - security is disabled - processing aborted!
2016-04-25 20:19:18.288 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(Main_Hue1), state = 100
2016-04-25 20:19:18.294 [DEBUG] [inding.hue.internal.HueBinding] - Hue binding received command 'ON' for item 'Main_Hue1'
2016-04-25 20:19:18.309 [DEBUG] [.hue.internal.hardware.HueBulb] - Sent message: '{"on":true}' to http://192.168.3.102/api/openHABRuntime/lights/1/state
2016-04-25 20:19:18.330 [DEBUG] [.io.net.http.SecureHttpContext] - security is disabled - processing aborted!
Edit #2: The plot thickens!
On my phone, I get sliders by which I can adjust the lightbulbs (no up and down arrows) but not in my sitemaps url on my computer. Thoughts?