Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdaskalov/shelly-pro-4pm
Basic UI for Shelly Pro 4PM flashed with Tasmota
https://github.com/mdaskalov/shelly-pro-4pm
berry-lang shelly shelly-pro-4pm tasmota ui
Last synced: 13 days ago
JSON representation
Basic UI for Shelly Pro 4PM flashed with Tasmota
- Host: GitHub
- URL: https://github.com/mdaskalov/shelly-pro-4pm
- Owner: mdaskalov
- Created: 2023-10-28T19:41:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T19:19:27.000Z (about 1 year ago)
- Last Synced: 2024-10-27T23:42:09.713Z (2 months ago)
- Topics: berry-lang, shelly, shelly-pro-4pm, tasmota, ui
- Language: Berry
- Homepage:
- Size: 1 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shelly Pro 4PM
Basic 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"
- When a relay is switched on the active power is shown and updated each second
- WiFi quality is measured each 10s and shown once a minute
- The time is updated each minute
## Installation
Tasmota appication (.tapp) will be build automatically for each relase. You can download the file under Actions / Release BuildTo create the file manually execute following in the repo directory
```
rm -f ShellyPro4PM.tapp; zip -j -0 ShellyPro4PM.tapp src/*
```