Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdaskalov/shellypro4pm
Tasmota LVGL UI for Shelly Pro 4PM
https://github.com/mdaskalov/shellypro4pm
Last synced: 5 days ago
JSON representation
Tasmota LVGL UI for Shelly Pro 4PM
- Host: GitHub
- URL: https://github.com/mdaskalov/shellypro4pm
- Owner: mdaskalov
- Created: 2024-12-14T14:36:23.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:59:32.000Z (14 days ago)
- Last Synced: 2024-12-14T15:32:15.323Z (13 days ago)
- Language: Berry
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shelly Pro 4PM
Basic LVGL UI for Shelly Pro 4PM flashed with Tasmota
## Features
- Device and Relay names are configurable in the Configuration / Configure Other menu (Device / Friendly Name 1-5)
- If nothing configured (all are set to "Tasmota" by default) Relays 1-4 will be named "CH 1-4" and Relay 5 will be named "Display"
## Installation
You can download the application file under ReleasesTo create Tasmota application (.tapp) from the sources checkout the repo end execute:
```
rm -f ShellyPro4PM.tapp; zip -j -0 ShellyPro4PM.tapp src/*
```