Close
0%
0%

Automatic Curtain

automated curtain with a cable winch based on a Raspberry Pi

Similar projects worth following
automated curtain with a cable winch

# GENERAL

The opening and closing of the curtain is controlled via http from my smart home (openHAB). Closed at night and open during the day.

____________________________________

# FUNCTION

Its a Raspberry Pi with a apache webserver and some php scripts witch starts the python skrips für controlling the motor and reconize the end stop switch.


____________________________________

# HOW TO

- Copy the *php scripts to /var/www/html/
- make a folder in home, call it "Raspi_MotorHAT" -> only if your User is "pi" otherwise change the php script
- copy all files from "Main" folder to "/home/pi/Raspi_MotorHAT"
- Write in /boot/config.txt -> dtparam=i2c_arm=on,i2c_arm_baudrate=1200000
- Install required Software and Updates
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install python-smbus i2c-tools python-dev -y
- for running python scripts over a php script you must add the following line in "/etc/sudoers" -> www-data ALL=(ALL) NOPASSWD:ALL

Standard Tesselated Geometry - 193.25 kB - 06/13/2022 at 12:15

Download

Standard Tesselated Geometry - 65.02 kB - 06/13/2022 at 12:15

Download

Standard Tesselated Geometry - 63.95 kB - 06/13/2022 at 12:15

Download

Standard Tesselated Geometry - 61.80 kB - 06/13/2022 at 12:15

Download

Standard Tesselated Geometry - 236.61 kB - 06/13/2022 at 12:15

Download

View all 16 files

View all 3 project logs

Enjoy this project?

Share

Discussions

Maximus Panin wrote 03/13/2024 at 23:10 point

Interesting project! Tell me, what kind of mat is on the table, is it antistatic, self-healing ?

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates