Use H801 to drive up to 5 independent led strips (eg. 5 different white strips) #10344
-
Hi all, I'd like to use H801 to drive different lighting zones in the house so I'd like to use every different "line" to drive a white lighting strip. Is it possible through configuration or using a custom module ? To be completed I'd like to use pin to drive a relay that to switch the ac-dc power supply avoiding waste of power in off mode. Complete idea: Every suggestion even for different hw are welcome. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @FulvioSpelta H801 is probably the best fit for your project apart for a dedicated DIY board. There are 5 PWM channels. Regarding adding 5 relays this may be the more challenging part. Although the template shows enough available pins, they may be hard to reach. A simpler solution would be to use only 2 pins as i2c with an IO expander like PCF8574 or MCP23017. I see this easily achievable without any compilation or coding and a little bit of soldering. Cheers |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for immediate reply. About integration, I'd like to integrate in openhab using a custom mqtt configuration to see every strip as single dimmerable light Thanks again |
Beta Was this translation helpful? Give feedback.
-
First test using a laboratory power supply so measuring the consumption of the H801 itself only.
|
Beta Was this translation helpful? Give feedback.
Hi @FulvioSpelta
Happy new year
H801 is probably the best fit for your project apart for a dedicated DIY board. There are 5 PWM channels.
For Tasmota to use each PWM independently you need to enter configuration command
Setoption68 1 1
However if you need an integration into an home automation you will probably need manual setup as generally Tasmota integration is to appear as a single light.
Regarding adding 5 relays this may be the more challenging part. Although the template shows enough available pins, they may be hard to reach. A simpler solution would be to use only 2 pins as i2c with an IO expander like PCF8574 or MCP23017.
I see this easily achievable without any compilation or co…