crgarcia12 / electronics-homeassistant-lightscontroll

18 stars 2 forks source link

Multiple Switches/lights #6

Open spplecxer opened 6 months ago

spplecxer commented 6 months ago

First question: What if I wanted to control multiple lights or power outlets? Second question: What if I wanted to make every component serviceable/replaceable without having to unsolder/solder anything? I plan to use a separate esp32 board, separate relay board, even single relay boards (din mounted), separate power supply... I'd like to have your take on this way of doing it. Thanks.

crgarcia12 commented 6 months ago

Hi @spplecxer, those are very good questions

In the other hand, if you want to use external PS or relays boards (which I do for other projects like this one: https://github.com/crgarcia12/electronics-workbench-controller) it should be easy to modify

Let me know what you think!

spplecxer commented 6 months ago

Thanks for the detailed reply. I will stick with separate components as I want to be able to replace stuff easily. Your second board will suit my needs with some minor modifications. I plan to use single board 30a relays. I will start gathering the parts and will get back to you if I need any help with the project. Thanks.