Skip to content

Conversation

@HeatitControls
Copy link
Contributor

This is the first time we publish an OTA here, please let me know if there is anything wrong with the .json

Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HeatitControls this looks good. Just one suggestion and a question. Let me know how you want to proceed.

],
"upgrades": [
{
"version": "1.0.11",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any limitation on upgrade paths? Are there versions that may not be updated or downgraded to this version?
If not, this is fine.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No limitations apart from that you can only upgrade to newer versions. Downgrades are not supported.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, then we need to keep that in mind when there is a future update. The applicable updates can be limited like this

"$if": "firmwareVersion < 1.0.11",

for example.

@AlCalzone AlCalzone changed the title Add Heatit Z-TRM6 firmware v1.0.11 Add Heatit Z-TRM6 v1.0.11 and Z-Temp3 v1.0.6 Dec 5, 2025
@AlCalzone
Copy link
Member

@HeatitControls you also added the Z-Temp3 to the same branch now. In general that's okay, but for the future I recommend a slightly different workflow:

  • Before adding a file, reset your main branch to ours
  • make a new branch for the file you want to add
  • create a pull request for that branch
  • delete the branch after the PR is merged

We use squash-merging, which causes your main branch to diverge and require merge commits every time to get back in sync.

Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One slight issue:

changed sha to lowercase for temp3

Co-authored-by: AlCalzone <d.griesel@gmx.net>
Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AlCalzone AlCalzone merged commit 0a89bb0 into zwave-js:main Dec 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants