-
-
Notifications
You must be signed in to change notification settings - Fork 635
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 a new productId and add parameters to 14297/ZW1002 outlet #6517
Conversation
Label is the same but I got one with a newer product Id. Also added the parameters/metadata from the other zw1002 entry as the configuration parameters are the same. (as written on the manual in the box)
@AlCalzone anything that needs to change to make this PR acceptable? |
{ | ||
"productType": "0x4952", | ||
"productId": "0x3233" | ||
}, | ||
{ | ||
"productType": "0x4952", | ||
"productId": "0x3236" | ||
} |
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.
@jascoproducts can you confirm if these two are actually the same product from a Z-Wave perspective? Do both have the LED indicator config param?
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.
@jascoproducts can you confirm if these two are actually the same product from a Z-Wave perspective? Do both have the LED indicator config param?
These are essentially the same products and have identical functionality. Both are the 14297 In-Wall Outlet, TR, Lt Almd but 0x3236 has S2 and Smart Start while 0x3233 does not.
They both have the LED configuration parameter:
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.
Are both 500 series?
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.
Are both 500 series?
Yes.
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.
Thanks, then we can treat them as identical
### Bugfixes * Add workaround for devices that omit notification event parameters instead of sending "no data" (#6719) ### Config file changes * Added 11 Shelly Qubino Wave devices (#6633) * Add Heatit Leakage Water Stopper (#6605) * Add Ring Smoke/CO Listener (#6591) * Add ZVIDAR Z-TRV-V01 thermostatic valve (#6542) * Add Safe Grow NSG-AB-02 Z-Wave Plus Smart Outlet Plug (#6535) * Add a new productId and add parameters to 14297/ZW1002 outlet (#6517)
Label is the same but I got one with a newer product Id.
Also added the parameters/metadata from the other zw1002 entry as the configuration parameters are the same. (as written on the manual in the box)