-
Notifications
You must be signed in to change notification settings - Fork 521
WWSTCERT-8802 Inovelli: adding support for vzm30 (zigbee on/off) and adding supported button events to all de… #2537
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
WWSTCERT-8802 Inovelli: adding support for vzm30 (zigbee on/off) and adding supported button events to all de… #2537
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Channel deleted. |
Test Results 71 files 472 suites 0s ⏱️ Results for commit 089afa7. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 089afa7 |
|
@greens I also had to make a change to this driver to send buttons supportedValues on devices that were added with the previous driver. |
| [clusters.SimpleMetering.ID] = { | ||
| [clusters.SimpleMetering.attributes.InstantaneousDemand.ID] = power_meter_handler, | ||
| [clusters.SimpleMetering.attributes.CurrentSummationDelivered.ID] = energy_meter_handler | ||
| }, | ||
| [clusters.ElectricalMeasurement.ID] = { | ||
| [clusters.ElectricalMeasurement.attributes.ActivePower.ID] = power_meter_handler | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are handled by the defaults now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
…vices
Check all that apply
Type of Change
Checklist
Description of Change
I am adding support for the Inovelli VZM30-SN Zigbee On/Off switch. Also, there are supported buttons that should be sent for each device.
Summary of Completed Tests
Tested on live devices and test units passing as well.