
Automatic blinds - Plantation / California style
thingiverse
Automatic shutters (for 63mm blade) using an esp8266 + mg90s servo esp8266 is connected to my Pi4 running HomeAssistant HomeAssistant is running ESPHOME. HomeAssistant is connected to GoogleAssistant. Servoholder is attached via hinge screw - FreeCAD file attached Note: you'll need to fidget with the min (closed) + max (opened) settings See it in action: https://www.youtube.com/watch?v=6-KS-gj4_vs&ab_channel=AntonioAsaro Formatting of YAML <b>HomeAssistant YAML:</b> input_number: blinds_servo: initial: 90 min: -70 max: 90 step: 1 mode: slider <b>ESPHOME YAML:</b> esphome: name: esphome-blinds esp8266: board: d1_mini logger: api: services: - service: control_servo variables: level: float then: - servo.write: id: my_servo level: !lambda 'return level / 100.0;' ota: password: "xxxxxxxxxxxx" wifi: ssid: !secret wifi_ssid password: !secret wifi_password ap: ssid: "Esphome-Blinds Fallback Hotspot" password: "xxxxxxx" captive_portal: output: - platform: esp8266_pwm id: pwm_output pin: D1 frequency: 50 Hz servo: - id: my_servo output: pwm_output transition_length: 1.0s
With this file you will be able to print Automatic blinds - Plantation / California style with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Automatic blinds - Plantation / California style .