Hey folks,
I am building a bunch of 3d-printed blast-gates for my shop dust collection system. These gates use an ESP32 and a servo to open/close a gate to maximize suction to a given tool in the shop.
I will have 10 gates in total, each with its own ESP32.
I had some help setting up ESPHome already and so I have the gate entity exposed in HA and have confirmed I can move the servo.
I plan on using Pico remotes at each tool to open the corresponding gate while closing any others that are open.
I also want each remote to turn on my dust collector. I managed to setup my Bond Bridge to turn the collector on/off via RF.
I should mention that I want to be able to set the open/close position each gate/servo independently in any script/automation.
Looking for an efficient way of setting this up. Anyone have any suggestions?