Skip to content

Instantly share code, notes, and snippets.

@AlexxIT
Created February 13, 2022 18:06
Show Gist options
  • Save AlexxIT/d467f8a6184826c299206256d5be723f to your computer and use it in GitHub Desktop.
Save AlexxIT/d467f8a6184826c299206256d5be723f to your computer and use it in GitHub Desktop.

Update Zigbee firmware for Neo NAS-WR01B (TS011F) from 68 version to 74 version

  • change host to your gateway IP-address
  • change did to your devices IEEE (lumi. + IEEE without leading zeroes)
  • subdev_url should link to raw.githubusercontent.com
service: xiaomi_gateway3.send_command
data:
  host: 192.168.1.123
  command: miio
  data: >-
    {"method":"miIO.subdev_ota","params":{"did":"lumi.abcdef1234567890","subdev_url":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Telink/nas_wr01b_plug_OTA_1.0.10.bin"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment