partofthething / infopanel

Show live data, animations, pictures, or anything on simple displays like RGB matrices
https://partofthething.com/infopanel/
GNU General Public License v3.0
31 stars 12 forks source link

If MQTT mode set to all, Brightness goes to 100 #16

Closed spants closed 3 years ago

spants commented 4 years ago

If I change modes, it will pick up the brightness associated with the mode. However, if I use 'all' the brightness defaults to 100% and I cant change it.

Maybe pick up the brightness for each of the modes or the default when using 'all'?

partofthething commented 4 years ago

Ah yes, good report. Thanks! That's a defect in the init_modes function of driver.py where it just applies one brightness to all scenes in that mode.

Some complications (which can be worked around):

partofthething commented 3 years ago

Fixed.