mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 13:36:14 +00:00
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:
Binary file not shown.
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -11,7 +11,8 @@ const manufacturerNameLookup = {
|
||||
4420: 'Lutron',
|
||||
4405: 'DresdenElektronik',
|
||||
4489: 'Ledvance',
|
||||
4364: 'Osram'
|
||||
4364: 'Osram',
|
||||
4098: 'Tuya'
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
|
||||
Reference in New Issue
Block a user