-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Fix] ptvo.switch stops working after Z2MQTT upgrade #5894
Conversation
Thanks! |
This does not seem to be working for me... I have 4-channel zigbee switch based on ptvo.switch firmware and after upgrading Z2M to 1.32.1 (also tried latest-dev docker image) the "exposes" tab has only linkquality. After re-pairing the device, I could see for a short while state_l1, state_l2, ... but after a few seconds they disappear. Here is a log of device joining the network if it helps:
this is how I see "exposes" tab for a few seconds before it goes blank: and this is how it used to look: After downgrading Z2M to 1.30.4 everything works again... |
Could you please try to upgrade again and attach a screenshot with the list of clusters? The converter builds the exposes list using this information. |
Sorry. After upgrading to 1.32.2, I still have the same problem:
I downgraded to Z2M 1.30.4 and it works well again. |
Could you please try to re-join the device?
If you can show me your full firmware configuration, including the "Expert" tab, and share your HEX file, I'll make the full test on my side. |
Sorry for the delay. |
Yes, everything works correctly in the latest version of Edge and Stable. Thanks |
I just got one of these and Z2M recognizes it as a ptvo.switch, but is not exposing the digital inputs. Instead, it only exposes an |
@triosniolin You can re-configure and re-flash your device for your needs |
The device is properly configured and flashed, but it does not report correctly in Z2M. According to the guy who builds these, it used to work great. I believe changes made to support other versions of the ptvo.switch broke his implmentation. |
@triosniolin Please note, Z2M always places genMultistateInput reports (button clicks) to one "action" field. But a value looks like "single_l1", "double_l1", etc. |
@Koenkk, Fixes related to
#17931
#208