Quick & Easy: Flash New Firmware to Conbee III
Download
@powershell Invoke-WebRequest -Uri "https://deconz.dresden-elektronik.de/win/GCFFlasher_Win_V4_04_00.zip" -OutFile "C:\GCFFlasher_Win_V4_04_00.zip"
@powershell Expand-Archive -Path "C:\GCFFlasher_Win_V4_04_00.zip" -DestinationPath "C:/"
@powershell Invoke-WebRequest -Uri "https://deconz.dresden-elektronik.de/deconz-firmware/deCONZ_ConBeeIII_0x26500900.bin.GCF" -OutFile "C:\GCFFlasher_Win_V4_04_00\deCONZ_ConBeeIII_0x26500900.bin.GCF"
@powershell Invoke-WebRequest -Uri "https://deconz.dresden-elektronik.de/deconz-firmware/deCONZ_ConBeeIII_0x26500900.bin.GCF.md5" -OutFile "C:\GCFFlasher_Win_V4_04_00\deCONZ_ConBeeIII_0x26500900.bin.GCF.md5"
Flash
cd C:\GCFFlasher_Win_V4_04_00 & GCFFlasher.exe -l
(Find the COM Port)cd C:\GCFFlasher_Win_V4_04_00 & GCFFlasher.exe -d COM4 -f deCONZ_ConBeeIII_0x26500900.bin.GCF
(flash firmware)
GCFFlash 4.4.0 copyright dresden elektronik ingenieurtechnik gmbh
usage: GCFFlasher
options:
-r force device reboot without programming
-f flash firmware file
-d COM port to use, e.g. COM1
-c connect and debug serial protocol
-t retry until timeout (seconds) is reached
-l list devices
-h -? print this help
More Resources