Closed
Description
Originally reported by: Michael Portz (Bitbucket: flashy02, GitHub: Unknown)
I'm trying to get one H801 work for different LED-Stripes, so it is necessary to control each channel separately.
At the Moment there is only ONE ON/OFF SW-Button witch powers all channels the same way. Additionally I would like to use Hardware-Buttons (e.g. GPIO0, GPIO3) for the old electric setting in my house.
My try to add 5 Relays and 5 Buttons in the hardware.h failed, because every Button on the Web Interface turns all 5 channels On/OFF as long as
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT.
Otherwise fading and dimming don't work.