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: align Meter CC Reset v6 with specifications, add mocks, add API for report commands #6921

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

AlCalzone
Copy link
Member

@AlCalzone AlCalzone commented Jun 12, 2024

It has been found that the encoding of the Meter CC Reset command in version 6 was different from the specification. As a result, the MeterCCResetOptions type had to be changed, because all 4 fields are required to send a V6 command:

	type: number;
	scale: number;
	rateType: RateType;
	targetValue: number;

This also means the MeterCCAPI.reset(options) method signature has changed.

Further changes in this PR:

  • The reset values for single meters now refer to a combination of meter type/scale/rate type and are only created for accumulated scales, since others cannot be reset. This will leave some orphaned values that need a re-interview to be removed.
  • The reset value for all accumulated values now only refreshes accumulated values after the reset.
  • The MeterCCReport and MeterCCSupportedReport can now be sent via the MeterCCAPI
  • Implementations for the mock-server have been added for Meter CC.
  • The SET_VALUE_HOOKS mechanism is now used to update and verify value changes after a reset.

fixes: #6794

@AlCalzone AlCalzone added the breaking This is a breaking change label Jun 12, 2024
@AlCalzone AlCalzone changed the title feat: align Meter CC Reset with specifications, add mocks, add API for report commands feat: align Meter CC Reset v6 with specifications, add mocks, add API for report commands Jun 12, 2024
@AlCalzone AlCalzone marked this pull request as draft June 12, 2024 20:14
@AlCalzone AlCalzone marked this pull request as ready for review June 14, 2024 12:09
@AlCalzone AlCalzone changed the base branch from master to v13 June 14, 2024 13:02
@AlCalzone AlCalzone merged commit dd17a67 into v13 Jun 14, 2024
17 checks passed
@AlCalzone AlCalzone deleted the fix-meter-cc branch June 14, 2024 18:56
@AlCalzone AlCalzone linked an issue Jun 16, 2024 that may be closed by this pull request
AlCalzone added a commit that referenced this pull request Jun 17, 2024
AlCalzone added a commit that referenced this pull request Jun 17, 2024
AlCalzone added a commit that referenced this pull request Jun 21, 2024
AlCalzone added a commit that referenced this pull request Jun 24, 2024
AlCalzone added a commit that referenced this pull request Jul 5, 2024
AlCalzone added a commit that referenced this pull request Jul 5, 2024
AlCalzone added a commit that referenced this pull request Jul 5, 2024
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v13)
* Align Meter CC Reset v6 with specifications, add mocks, add API for report commands (#6921)
* Convert all Z-Wave specific configs except devices and manufacturers into code, move from ConfigManager methods to utility functions (#6925, #6929)
* Remove `ZWaveApplicationHost` dependency from `CommandClass.toLogEntry()` (#6927)
* Removed some deprecated things (#6928)
* Replace `Controller.isAssociationAllowed` with `Controller.checkAssociation` (#6935)
* Fixed health checks for ZWLR nodes, throw when requesting neighbors (#6939)
* The repo now uses Yarn 4 and Corepack to manage its dependencies (#6949)
AlCalzone added a commit that referenced this pull request Jul 5, 2024
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v13)
* Align Meter CC Reset v6 with specifications, add mocks, add API for report commands (#6921)
* Convert all Z-Wave specific configs except devices and manufacturers into code, move from ConfigManager methods to utility functions (#6925, #6929)
* Remove `ZWaveApplicationHost` dependency from `CommandClass.toLogEntry()` (#6927)
* Removed some deprecated things (#6928)
* Replace `Controller.isAssociationAllowed` with `Controller.checkAssociation` (#6935)
* Fixed health checks for ZWLR nodes, throw when requesting neighbors (#6939)
* The repo now uses Yarn 4 and Corepack to manage its dependencies (#6949)

### Changes under the hood
* Upgrade to TypeScript 5.5 (#6919)
* The root `tsconfig.json` is now set up in "solution-style", which should improve the goto references functionality. In addition, linting, testing and running locally no longer requires all modules to be compiled first. (#6748)
AlCalzone added a commit that referenced this pull request Jul 5, 2024
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v13)
* Align Meter CC Reset v6 with specifications, add mocks, add API for report commands (#6921)
* Convert all Z-Wave specific configs except devices and manufacturers into code, move from ConfigManager methods to utility functions (#6925, #6929)
* Remove `ZWaveApplicationHost` dependency from `CommandClass.toLogEntry()` (#6927)
* Removed some deprecated things (#6928)
* Replace `Controller.isAssociationAllowed` with `Controller.checkAssociation` (#6935)
* Fixed health checks for ZWLR nodes, throw when requesting neighbors (#6939)
* The repo now uses Yarn 4 and Corepack to manage its dependencies (#6949)

### Changes under the hood
* Upgrade to TypeScript 5.5 (#6919)
* The root `tsconfig.json` is now set up in "solution-style", which should improve the goto references functionality. In addition, linting, testing and running locally no longer requires all modules to be compiled first. (#6748)
AlCalzone added a commit that referenced this pull request Jul 9, 2024
### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v13)
* Align Meter CC Reset v6 with specifications, add mocks, add API for report commands (#6921)
* Convert all Z-Wave specific configs except devices and manufacturers into code, move from ConfigManager methods to utility functions (#6925, #6929)
* Remove `ZWaveApplicationHost` dependency from `CommandClass.toLogEntry()` (#6927)
* Removed some deprecated things (#6928)
* Replace `Controller.isAssociationAllowed` with `Controller.checkAssociation` (#6935)
* Fixed health checks for ZWLR nodes, throw when requesting neighbors (#6939)
* The repo now uses Yarn 4 and Corepack to manage its dependencies (#6949)

### Changes under the hood
* Upgrade to TypeScript 5.5 (#6919)
* The root `tsconfig.json` is now set up in "solution-style", which should improve the goto references functionality. In addition, linting, testing and running locally no longer requires all modules to be compiled first. (#6748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This is a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supervised Meter CC Reset does not update values
1 participant