Thanks to an ESP32 and ESPHome firmware, it is possible to drive 6 shutters with only 1 device. This controller is then integrated in Home Assistant domotic hub.
Device used is an ESP32 doit-devkit-v1.
For informations about ESPHome follow this link: https://esphome.io/index.html
Pull up resistors are needed to lower inputs inpedance, in order to avoid electrical effects using long cables. For inputs 34 to 39 it is required even because there are not internal pull ups resistors on these pins.
For shutter N.3 only one button was used (because there was not enough available pins). It works using long press to open and short press to close.
How to use: use this yaml code to create your ESPHome firmware: esp32_six_shutters.yaml
Don't forget to adjust open_duration
and close_duration
at the end of this file according to open/close times of your shutters.