https://github.com/sifis-home/webthings-shelly1pm
https://github.com/sifis-home/webthings-shelly1pm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sifis-home/webthings-shelly1pm
- Owner: sifis-home
- Created: 2022-04-13T08:50:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T08:10:31.000Z (about 3 years ago)
- Last Synced: 2025-01-13T06:44:11.572Z (3 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Shelly 1 PM WebThings Firmware**
Author: Domenico De Guglielmo ([email protected])
**PlatformIO Installation**
See this guide [guide](https://docs.platformio.org/en/latest//core/installation.html)
**Plaformio Activation**
```
source $HOME/.platformio/penv/bin/activate
```**Firmware Build**
```
platformio run
```**Shelly 1 PM Flashing**
```
platformio run --target=upload
```