Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add Heatit Z-TRM6 #6263

Merged
merged 21 commits into from
Sep 11, 2023
Merged

feat(config): add Heatit Z-TRM6 #6263

merged 21 commits into from
Sep 11, 2023

Conversation

geirra
Copy link
Contributor

@geirra geirra commented Sep 8, 2023

This adds config file for Heatit floor thermostat Z-TRM6

@zwave-js-assistant zwave-js-assistant bot added the config ⚙ Configuration issues or updates label Sep 8, 2023
@geirra
Copy link
Contributor Author

geirra commented Sep 8, 2023

There seems to a issue with setpoints, should be resolved before merge.

@geirra
Copy link
Contributor Author

geirra commented Sep 8, 2023

Added compat override float, seems to work fine.

will do some more testing

@geirra geirra changed the title Draft: feat(config): Add Heatit Z-TRM6 feat(config): Add Heatit Z-TRM6 Sep 10, 2023
@geirra geirra changed the title feat(config): Add Heatit Z-TRM6 feat(config): add Heatit Z-TRM6 Sep 10, 2023
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 - a few remarks.

packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
packages/config/config/devices/0x019b/z-trm6.json Outdated Show resolved Hide resolved
geirra and others added 12 commits September 11, 2023 15:23
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
Co-authored-by: AlCalzone <d.griesel@gmx.net>
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. I did the last tweaks myself.

@AlCalzone AlCalzone enabled auto-merge (squash) September 11, 2023 14:31
@AlCalzone AlCalzone merged commit b45a75f into zwave-js:master Sep 11, 2023
16 checks passed
AlCalzone added a commit that referenced this pull request Sep 21, 2023
### Bugfixes
* Fixed an issue where some `Notification CC Reports` including an enumeration value would cause the corresponding value ID to be set to the wrong value (#6282)
* When the Serial API on a controller restarts unexpectedly, the node ID length is now synchronized again (#6271)

### Config file changes
* Add Heatit Z-TRM6 (#6263)
* Increase poll delay for ZW500D (#6270)
* Add fingerprint for Simon IO Master Roller Blind (#6262)
* Add HOPPE eHandle ConnectSense (#6269)
* Add parameters to Zooz ZEN17 from firmware 1.30 (#6189)
* Update Zooz ZEN32 config to the latest firmware, include 800 series (#6283)
* Add warnings about broken controller firmware versions (#6293)

### Changes under the hood
* Some Z-Wave JS specific checks are now done using a custom ESLint plugin (#6276, #6279)
* `yarn test` now only runs tests affected by changed files by default. This is also done on CI in PRs to speed up check times (#6274)
AlCalzone added a commit that referenced this pull request Sep 26, 2023
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v12)
* Remove support for Node.js 14 and 16 (#6245)
* Subpath exports are now exposed using the `exports` field in `package.json` instead of `typesVersions` (#5839)
* The `"notification"` event now includes a reference to the endpoint that sent the notification (#6083)
* Keep separate Supervision session ID counters for each node (#6175)
* Validate the device fingerprint before installing firmware update instead of when checking for updates (#6192)
* Removed some deprecated methods (#6250)
* Managing SUC routes with the non-SUC method variants is no longer allowed (#6251)
* "Heal (network)" was renamed to "rebuild routes" to better reflect what it does (#6252)
* Corrected the argument type for `Driver.constructor`, `updateLogConfig` and `updateOptions` (#6254, #6319)

### Features
* Detect an unresponsive stick and reset it (#6244)
* The default time after which battery-powered devices with no pending commands are sent back to sleep is now `250 ms` (down from `1000ms`). This timeout is now configurable using the driver option `timeouts.sendToSleep`. This should result in significant battery savings for devices that frequently wake up. (#6312)

### Bugfixes
* A bug in the `7.19.x` SDK has surfaced where the controller gets stuck in the middle of a transmission. Previously this would go unnoticed because the failed commands would cause the nodes to be marked dead until the controller finally recovered. Since `v11.12.0` however, Z-Wave JS would consider the controller jammed and retry the last command indefinitely. This situation is now detected and Z-Wave JS attempts to recover by soft-resetting the controller when this happens. (#6296)
* Removed auto-disabling of soft-reset capability (#6256)
* Default to RF protection state `Unprotected` if not given for `Protection CC` V2+ (#6257)

### Config file changes
* Add Heatit Z-Water 2 (#6299)
* Add Shelly Wave 1PM (#6280, #6317)
* Add Heatit Z-TRM6 (#6263)
* Increase poll delay for ZW500D (#6270)
* Add fingerprint for Simon IO Master Roller Blind (#6262)
* Add HOPPE eHandle ConnectSense (#6269)
* Add parameters to Zooz ZEN17 from firmware 1.30 (#6189)
* Update Zooz ZEN32 config to the latest firmware, include 800 series (#6283)

### Changes under the hood
* Fixed the interpretation of `limit_options` in OpenSmartHouse import script (#6313)
* Some Z-Wave JS specific implementation checks are now done using a custom ESLint plugin (#6276, #6279, #6315)
* Migrated more Z-Wave JS specific checks to the custom ESLint plugin (#6297, #6302)
* Use ESLint to enforce consistent property ordering in config parameters and avoid unnecessary `minValue/maxValue` (#6321, #6322)
* `yarn test` now only runs tests affected by changed files by default. This is also done on CI in PRs to speed up check times (#6274)
* Upgraded lots of dependencies (#6258)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config ⚙ Configuration issues or updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants