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): ZEN04 800LR added new param 14 and 15 #7564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

systems-monitor
Copy link

Per manufacturer doc: https://www.support.getzooz.com/kb/article/1114-zen04-smart-plug-advanced-settings/

Parameter 14: kWh Report Frequency (800 Series Only)

The number entered as a value corresponds to the number of minutes. So if 60 is entered by default, the Plug will report energy consumption (kWh) every 60 minutes.

Values: 1 - 65535. Default: 60

Size: 4 byte dec

Parameter 15: Disable kWh Reports (800 Series Only)

Disable or enable kWh reports sent from the plug. No kWh reports from the device connected to the plug will be sent back to the hub if kWh monitoring is disabled. Use this option to minimize the amount of reports you want the receive from the smart plug

Values: 0 – kWh reports enabled (Default); 1 – kWh reports disabled.

Size: 1 byte dec

@zwave-js-assistant zwave-js-assistant bot added the config ⚙ Configuration issues or updates label Jan 19, 2025
@systems-monitor systems-monitor changed the title ZEN04 800LR added new param 14 and 15 feat(config): ZEN04 800LR added new param 14 and 15 Jan 19, 2025
@zwave-js-assistant
Copy link

💡 The pull request title does not match our guidelines 💡

We follow conventional commits, check out the description and examples. This means that the PR title must...

  • start with the type of change, e.g. feat:, or fix:
  • optionally specify a scope, for example we use config for changes to config files: feat(config):
  • contain a description that explains what is being changed, e.g. add a parameter, correct a typo, ...
  • and ideally explains what the change affects, e.g. the device (manufacturer, device label, firmware, ...)

The description should use uppercase and lowercase normally, except for the first character which must be lowercase.

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.

1 participant