Collection of Shelly scripts developed for automation, monitoring, remote control and integration scenarios.
The scripts in this repository are designed to run on Shelly devices with scripting support and focus on reliability, simplicity and production-ready deployments.
.
├── lora-garage/
│ ├── home.js
│ ├── garage.js
│ └── README.md
└── README.md
A distributed garage monitoring and control system based on:
- Shelly Gen4 devices
- Shelly LoRa Add-on
- Shelly BLU Door/Window
- AES encrypted LoRa communication
- MQTT integration
Documentation:
lora-garage/README.md
The projects in this repository emphasize:
- Reusability
- Event-driven architectures
- Production-ready deployments
- Secure communication
- Minimal resource usage
- Clear documentation
Scripts are primarily developed and tested on:
- Shelly Gen4 devices
- Shelly devices with scripting support
- Shelly BLU devices
- Shelly LoRa Add-on
Project-specific requirements are documented within each project folder.
This repository follows the examples and best practices published by Shelly:
https://github.com/ALLTERCO/shelly-script-examples
This project is licensed under the MIT License. See the LICENSE file for details.