Shieldy
Shieldy is a smart device that can be used to turn regular shutters into fully automated shutters. The 3d printed shell and other parts can be customized to fit different models.
Easy to calibrate, fast and reliable positioning, it also auto-detects and reports eventual mechanical issues.
It can be automated using the built-in Scheduler, for instance to optimize the light income based on solar time or simply to suit you daily routines and preferences.
It can be battery-powered and recharged automatically using a small solar panel.
Ingredients
- ESP32-C3
- On-board RGB LED (optional - data pin = GPIO 10)
- Servo motor (360 degrees capable)
- Tactile Button switch (6mm)
- Lithium battery charging module (optional)
- 5V 2500mAh lithium battery (optional)
- Solar panel 5v 200mA (optional)
shutter-c3
firmware- 3d printed shell (original design by G-Labs)
Firmware install command
pio run -e shutter-c3 -t upload
See the Getting started and the Device setup pages for further information about installing firmware and configuring a HomeGenie Mini device.
Modules and API
In addition to the common Device API, this device implements the following modules and API.
S1
module
Controls servo motor connected to GPIO 5.
Domain / Address
Automation.HomeGenie/S1
Properties
Status.Level
Status.ColorHsb
Status.Error
Status.Calibration
Commands
Control.Open
(same asControl.On
)Control.Close
(same asControl.Off
)Control.Level/<level>
(0-100)Control.ColorHsb/<h>,<s>,<b>,<tansition_ms>
Shutter.Calibrate
(WIP)Shutter.Speed
(WIP)