Skip to content

Add OTA Support for RBSH-TRV1-ZB-EU #933

@leonw-04

Description

@leonw-04

"otaHeaderString": "TRV_GEN2_DUAL",

This OTA file is for the new Zigbee & Matter thermostats for Bosch. The file has already been added here. I just don't think the entry is correct. The devices run under the identifier RBSH-TRV1-ZB-EU. The older ones are RBSH-TRV0-ZB-EU. Since I would also like to have the new heating algorithm, it would be nice if the new devices also got the new firmware.

I don't have much to do with the project here, so I don't know how to change that. It would be nice if someone could help me with that. I have a few of the thermostats at home. I am happy to test this if you have any questions or concerns.

I think this have to look like this:

  {
    "fileName": "TRV_GEN2_DUAL_0x13027140_PROD.fw",
    "fileVersion": 318927168,
    "fileSize": 333078,
    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Bosch/TRV_GEN2_DUAL_0x13027140_PROD.fw",
    "imageType": 12306,
    "manufacturerCode": 4617,
    "sha512": "2fce90ac4a558e40e13ecf84c0b8ec427d37ce7dd343954da593a5b1bb5de9f60ef251443e98f9ac002b13ce9cdd89ec55b4548ba7cd472fbf9a618f7484acc1",
    "otaHeaderString": "RBSH-TRV1-ZB-EU",
    "modelId": "RBSH-TRV1-ZB-EU"
    "releaseNotes": "New heating algorithm (like that used on the non-matter radiator thermostat II since November 2024)"
  },

Based on the old thermostats code:

  {
    "fileName": "TRV_GEN2_0x38011514_PROD.fw",
    "fileVersion": 939595028,
    "fileSize": 168715,
    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Bosch/TRV_GEN2_0x38011514_PROD.fw",
    "imageType": 12298,
    "manufacturerCode": 4617,
    "sha512": "a5a7c00dead9a7a9ee42e7d914512281258131d1ad2bb8b4a43ec83aa94cad0a02a0427e6b51e0495d9c35782d1ba434d8185c34cdf4207cebabfd4d4d1ee2fd",
    "otaHeaderString": "RBSH-TRV0-ZB-EU",
    "modelId": "RBSH-TRV0-ZB-EU"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions