Skip to content

Commit

Permalink
add support for Shelly Plug US
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dornbach committed Aug 17, 2020
1 parent da1864b commit ae6b4eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: release
strategy:
matrix:
hwModel: [Shelly1, Shelly1PM, ShellyPlugS, Shelly2, Shelly25, ShellyRGBW2, ShellyDimmer1, ShellyDimmer2, ShellyEM, ShellyBulb, ShellyVintage]
hwModel: [Shelly1, Shelly1PM, ShellyPlugS, Shelly2, Shelly25, ShellyRGBW2, ShellyDimmer1, ShellyDimmer2, ShellyEM, ShellyBulb, ShellyVintage, ShellyPlugUS]
hwPlatform: [esp8266]
targetFw: [tasmota, haa, espurna]
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Shelly Dimmer 2 | `http://shellyip/ota?url=http://dl.dasker.eu/firmware/mg2tasmo
Shelly EM | `http://shellyip/ota?url=http://dl.dasker.eu/firmware/mg2tasmota-ShellyEM.zip` | `{"NAME":"Shelly EM","GPIO":[0,0,0,0,0,0,0,0,6,156,5,21,0],"FLAG":15,"BASE":18}`
Shelly Bulb | `http://shellyip/ota?url=http://dl.dasker.eu/firmware/mg2tasmota-ShellyBulb.zip` | **not yet available, only flash if you a perfectly certain about what you are doing**
Shelly Vintage | `http://shellyip/ota?url=http://dl.dasker.eu/firmware/mg2tasmota-ShellyVintage.zip` | **not yet available, only flash if you a perfectly certain about what you are doing**
Shelly Plug US | `http://shellyip/ota?url=http://dl.dasker.eu/firmware/mg2tasmota-ShellyPlugUS.zip` | **not yet available, only flash if you a perfectly certain about what you are doing**

For your convenience, the table above also lists the matching Tasmota device
templates from templates.blakadder.com which you can use to configure Tasmota
Expand Down
8 changes: 8 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,11 @@ conds:
FLASH_SIZE: 2097152
BOOT_CONFIG_ADDR: 0x7000
MGOS_ROOT_FS_TYPE: SPIFFS
- when: build_vars.MODEL == "ShellyPlugUS"
apply:
name: shelly-plug-u1
build_vars:
FS_SIZE: 262144
FLASH_SIZE: 2097152
BOOT_CONFIG_ADDR: 0x7000
MGOS_ROOT_FS_TYPE: SPIFFS

0 comments on commit ae6b4eb

Please sign in to comment.