Foddy / node-red-contrib-huemagic

Philips Hue node to control bridges, lights, groups, motion sensors, temperature sensors and Lux sensors using Node-RED.
https://flows.nodered.org/node/node-red-contrib-huemagic
Apache License 2.0
200 stars 67 forks source link

incrementBrightness on Groups gone now? This used to be a thing... #380

Open peterbaker opened 2 years ago

peterbaker commented 2 years ago

Describe the bug After upgrading Hue Magic to v4, none of my dimming switches work on groups anymore. incrementBrightness is no longer recognized, or mentioned in the README. There's no mention of it's removal, what gives? Are we really meant to brighten individual lights? That's a nightmare.

Expected behavior The same incrementBrightness and decrementBrightness options in Hue Lights used to be and should be available for Hue Groups.

Please complete the following information:

peterbaker commented 2 years ago

Here's @Foddy mentioning decrementBrightness being available for Groups: https://github.com/Foddy/node-red-contrib-huemagic/issues/141#issuecomment-581179248

peterbaker commented 1 year ago

Nothing? This is a pretty crippling change for using Hue Magic with dimmer switches. I don't think I'll ever be able to upgrade from v3 without this.

peterbaker commented 1 year ago

Asking again here, as this is a gigantic change to how Hue Magic works, and given that it stills in the mentions of functionality (https://github.com/Foddy/node-red-contrib-huemagic/issues/141#issuecomment-581179248) , I'm feeling like this is a mistaken removal or bug.

fjulian79 commented 1 year ago

Same here .. I want to do build a bridge between KNX and hue. In this scope I have already implemented the scene selection .. now I want to be able to dimm a scene or group in a relative way but this does not work!

My next step is to help myself by checking the old code .. maybe it's possible to see how it is done there and replicate it somehow.

fjulian79 commented 1 year ago

See my pull request #417 .. works for me!