-
Notifications
You must be signed in to change notification settings - Fork 76
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
Node not available after upgrade #685
Comments
I did the same upgrade on another installation today with the same results. Here's the complete log: 2024-05-10 06:30:51.304 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Logging... 2024-05-10 06:31:10.223 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 132 PAA root certificates from DCL. |
This has nothing to do with upgrading the Matter server ? So I dont see a bug here but a device issue. |
The device was working 100% fine just before the upgrade. It was sending attribute updates every 2.5 seconds. Stopped the running Python Matter Server, started the new version and got the messages in the log. And note that the exact same issue happened with two different installations. |
I re-testet today by upgrading from 5.10 to 6.0.1 and I could not reproduce the issue. |
I upgraded to 6.1.2 and experienced the issue with device becoming unavailable. |
It seems that if |
It could be related to not specifying these options when starting Python Matter Server: --storage-path /data --paa-root-cert-dir /data/credentials I thought it would use /data per default. |
I just upgraded from 5.9.0 to 5.10.0 by doing this:
Now, the Matter over Threads node that was available when running 5.9.0 is no longer available with 5.10.0.
2024-05-01 20:29:30.634 (MainThread) ERROR [matter_server.server.client_handler] [547834610000] Error while handling: read_attribute (node 1): Node 1 is not (yet) available.
I guess this is a bug somewhere.
To fix the issue I did the following:
The text was updated successfully, but these errors were encountered: