-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
sytem start very slow upon startup (device was rebooted) #3290
Comments
Please share your docker-compose file or the command used to start zui and also attach driver log, loglevel |
docker command : |
cc @AlCalzone @zeev-mindali where are you running ZUI? Can you give use some specifications? Like product/model RAM |
The log is showing some really weird pauses during startup, for example:
I think the priority route stuff is initiated by Z-Wave JS UI as part of the "ready" callback, so something is blocking there for 8 minutes, before the driver can continue. Also several serial messages are received multiple times. Not sure what could cause this, but it being on the OS/hardware side isn't entirely unlikely. |
i using it on variscite som imx6ul-var-dart product specefication data: |
@zeev-mindali Do you have locks devices? |
nope, but i have glass9 from mcoHome (two of them), |
Does node 53 support schdule CC? @AlCalzone What I do in node ready is to also popolate schedule CC, BTW I fetch them from cache so that should not take this much.... @zeev-mindali Are you using latest version, right? I mean 8.25.1? @AlCalzone I also noticed this in logs:
Could that be a problem? |
You mean Schedule Entry Lock CC. The missing device configs shouldn't cause this. |
Yeah I mean Schedule Entry Lock CC. So i have no clue what else could cause this sincerly |
Are there application logs that could give a hint what's happening in the time between the driver logs? |
@AlCalzone could be. @zeev-mindali Could you upload logs again but this time select application logs too? |
sure, i will connect the glass9 again later on, and send the entire logs directory thanks for the help :) |
where i can find the appllication logs |
find the error, it's mcoHome glass 9 product, sending a lot of information and retiries, once i took it out, system started to work faster |
Dear all,
installed the zwave-js-ui via docker, and all works fine.
but when it's starting after reboot, the cpu is very high (100%) and it's takes up to an half an hour (10 devices) to start working.
i see the devices in the ui, but the status is in question mark.
how i can tell the system to save the info after first interview, and use it on next boot
The text was updated successfully, but these errors were encountered: