-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Last Seen setting enabled breaks Inovelli VZM31-SN get exposes from device #16609
Comments
I am experiencing the same problem. It causes Z2M to constantly send payloads requesting the information that isn't specifically set, even if it's set as default values on the switch itself. This needs fixed ASAP. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Bump. Still a problem. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
It's still needed.
…On Sun, May 7, 2023, 5:02 PM github-actions[bot] ***@***.***> wrote:
This issue is stale because it has been open 30 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDA35PWQPDFW4JGT32LXFAZZPANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
It is still an issue.
…On Thu, Jun 8, 2023, 5:03 PM github-actions[bot] ***@***.***> wrote:
This issue is stale because it has been open 30 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDHL662ZM35ZF3TFVXTXKJR3VANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Bump, same issue. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
It still needs fixed
…On Mon, Jul 17, 2023 at 5:03 PM github-actions[bot] < ***@***.***> wrote:
This issue is stale because it has been open 30 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDFLKVJGO376OJME333XQXHEFANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Unstale
…On Fri, Aug 18, 2023, 5:02 PM github-actions[bot] ***@***.***> wrote:
This issue is stale because it has been open 30 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDESQI22FDWQUO6S773XV77ADANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you provide the debug log of this? See https://www.zigbee2mqtt.io/guide/usage/debug.html on how to enable debug logging. |
I think this is what your looking for.
…On Fri, Aug 18, 2023 at 11:46 PM Koen Kanters ***@***.***> wrote:
Can you provide the debug log of this?
See https://www.zigbee2mqtt.io/guide/usage/debug.html on how to enable
debug logging.
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDGKW2WBNARL63OQSULXWBOLXANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Unstale
…On Thu, Sep 21, 2023, 5:02 PM github-actions[bot] ***@***.***> wrote:
This issue is stale because it has been open 30 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
Reply to this email directly, view it on GitHub
<#16609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXH3PDF3LZJ2V7OAXGAJCULX3TIRXANCNFSM6AAAAAAUXIDUTU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I don't see any log file in #16609 (comment) |
I guess email replies dont attach attachments. Lets try again. |
I see the log level is not set to debug, also can you make sure you reproduce the issue in the log?
See https://www.zigbee2mqtt.io/guide/usage/debug.html on how to enable debug logging. |
this work? Look at office light switch at the very end of the log. |
I don't see you doing this in the log:
I expect to see a |
Here are 2 requests:
|
@raineth I see that the state is published correctly. Can you provide a debug log of the following:
|
I'm seeing the inverse of your expectation. For clarity, I removed the cached state for the attribute I'm testing with (ledIntensityWhenOff) and restarted zigbee2mqtt before doing this test.
After doing the first get, the web UI didn't update automatically, but the value was present when I reloaded the page. |
@raineth can you provide the contents of you data/configuration.yaml (without passwords/ips in it) |
@Koenkk Sure, here's my redacted configuration.yaml |
@raineth pushed a fix Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
I'm at HEAD for zigbee2mqtt. I tried updating my package.json to bump the version of zigbee-herdsman-converters to 15.91.0, ran npm install/ci, but zigbee2mqtt doesn't start:
It's possible I've missed a step, I haven't done any serious NodeJS development. |
Don't do any manual changes, instead execute |
Cool, that worked! Refreshing integer settings now works properly and updates the UI as soon as the Zigbee response is received. I tried refreshing other values, and I discovered that changing non-integer settings seems to be broken now regardless of the last_seen setting. It seems that such values are no longer mapped from integers to their names. Some examples:
I tried downgrading zigbee-herdsman-converters back to 15.86.1 and was able to refresh those values if last_seen was disabled, although they didn't update in the UI until I reloaded the page. 15.92.1
vs. 15.86.1
|
Should be fixed now Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
Everything seems to be working properly with zigbee-herdsman-converters@15.93.0, thank you! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
What happened?
After installing a new Inovelli Blue switch (vzm31-sn) all the settings on the exposes tab of the device in Z2M say null. There is a blue refresh button that pulls the config from the switch and updates Z2M. If Z2M has the Settings--Advanced--Last Seen setting set to ISO_8601_local the blue refresh button wont pull any data from the switch. If you disable the last seen setting, you then get data when clicking the blue refresh button. Enabling the last seen setting will again break pulling data from the switch.
What did you expect to happen?
When clicking the blue refresh button, it should pull whatever data is in the Inovelli switch and display the information in Z2M on the exposes tab.
How to reproduce it (minimal and precise)
Change the "last seen" setting in Z2M (settings--advanced--last seen) to ISO_8601_local, add a new inovelli switch to Z2M, go to the device page for that switch, goto the exposes tab, scroll down to any setting that is blank and click the refresh button (nothing will happen). Go back into settings and set the "last seen" setting to "disable", go back to the device exposes tab and click the refresh, the data will adjust to what's in the switch.
Zigbee2MQTT version
1.30.1
Adapter firmware version
20221226
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P
Debug log
No response
The text was updated successfully, but these errors were encountered: