diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bc5075..6338004 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 021455e..996c171 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mos.yml b/mos.yml index a86a47d..15fea48 100644 --- a/mos.yml +++ b/mos.yml @@ -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