auto-awning-close/README.md

25 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2021-05-22 15:06:38 +02:00
# auto-awning-close
2021-05-22 15:07:47 +02:00
2024-05-21 12:39:53 +02:00
The auto-awning-close project utilizes an Arduino Nano to automate the closing of an awning by interfacing with the original remote controller through relays. This setup allows the Arduino to send commands to the awning's existing control system, ensuring seamless integration with the original mechanism. A separate remote controller is used to communicate with the Arduino board, which then activates the appropriate relays to operate the awning.
This project includes detailed breadboard and PCB layouts to guide assembly, making it a reliable and efficient solution for automating awning control based on programmable conditions or user input. [See schematics](schematics/)
2024-05-21 12:39:53 +02:00
## Features
2024-05-21 12:42:45 +02:00
- __Weather-Based Automation:__ The system detects environmental conditions such as rain and wind, automatically closing the awning to prevent damage or water ingress.
- __Time-Based Automation:__ Define specific time intervals during which the awning should be open or closed, adapting to your schedule or daylight hours.
- __Remote Control Integration:__ The project includes support for a separate remote controller, allowing manual operation alongside automated functionality.
2024-05-21 12:39:53 +02:00
## Dependencies
- [RCSwitch lib](https://github.com/sui77/rc-switch/releases/tag/2.6.4)
- [Rtc_Pcf8563 lib](https://github.com/elpaso/Rtc_Pcf8563)
- [Wire lib](https://www.arduino.cc/reference/en/language/functions/communication/wire/)
# License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.
# Contributing
If you have suggestions or improvements, feel free to create a pull request or open an issue.