Added custom cluster for energy consumption data for Neo smart plug#762
Merged
marcelveldt merged 2 commits intomatter-js:mainfrom Jun 21, 2024
Merged
Added custom cluster for energy consumption data for Neo smart plug#762marcelveldt merged 2 commits intomatter-js:mainfrom
marcelveldt merged 2 commits intomatter-js:mainfrom
Conversation
I added a custom cluster for energy consumption data that the Neo Coolcam Matter smart plug measures. However the raw values for voltage and watt will need additional scaling, the voltage raw value for e.g. 227.3 V is "2273", the watt raw value for e.g. 10.1 W is "101". Current is reported in mA. Wattaccumulated is reported in Wh, however the time frame for each accumulation measurement does not seem to be constant. In addition I could not yet find a raw value for total energy consumption, even so the Tuya app reports such a value.
Collaborator
|
The scaling can be done in the Home Assistant discovery schema (once we have bumped the lib there with a version that includes this change) |
marcelveldt
reviewed
Jun 17, 2024
Collaborator
|
Don't forget that we will also need to add this to the HA discovery schema, once the library version has been bumped. |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a custom cluster definition for energy consumption data that the Neo Coolcam Matter smart plug measures and writes to this cluster.
However the raw values for voltage and watt will need additional scaling, the voltage raw value for e.g. 227.3 V is "2273", the watt raw value for e.g. 10.1 W is "101". Current is reported in mA. Wattaccumulated is reported in Wh, however the time frame for each accumulation measurement does not seem to be constant.
In addition I could not yet find a raw value for total energy consumption, even so the Tuya app reports such a value.