Firmware for Moes Radiator valve with thermostat (white-label of TuYa TS0601_thermostat) (thermostat, temperature) (#12)

Found bin file here: https://github.com/Koenkk/zigbee2mqtt/issues/3821#issuecomment-702825657
Update was successful for me.
This commit is contained in:
Dmitry
2020-10-12 20:55:57 +03:00
committed by GitHub
parent 8dd931f880
commit a3c4aad6ea
3 changed files with 10 additions and 1 deletions

View File

@@ -660,5 +660,13 @@
"imageType": 70,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Ledvance/Undercabinet_TW_Z3_IM0046_00103101-encrypted_11_20_2018_Tue_101550_96_withoutMF.ota",
"path": "images/Ledvance/Undercabinet_TW_Z3_IM0046_00103101-encrypted_11_20_2018_Tue_101550_96_withoutMF.ota"
},
{
"fileVersion": 85,
"fileSize": 233894,
"manufacturerCode": 4098,
"imageType": 5634,
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Tuya/1600167449-si32_zg_uart_connect_sleep_ZS5_ty_OTA_1.1.5.bin",
"path": "images/Tuya/1600167449-si32_zg_uart_connect_sleep_ZS5_ty_OTA_1.1.5.bin"
}
]

View File

@@ -11,7 +11,8 @@ const manufacturerNameLookup = {
4420: 'Lutron',
4405: 'DresdenElektronik',
4489: 'Ledvance',
4364: 'Osram'
4364: 'Osram',
4098: 'Tuya'
};
const main = async () => {