docker container: Is ZWAVEJS_DISABLE_SOFT_RESET still a valid env var? #2785
Replies: 5 comments
-
Hmm, just noticed this in my logs:
... pops out amongst much other when I save anything in settings. Something is restarting, not sure what though. |
Beta Was this translation helpful? Give feedback.
-
If your stick doesn't support it you should just disable it using the env var and/or from settings |
Beta Was this translation helpful? Give feedback.
-
There is a case where zwjs thinks a controller doesn't support soft reset. Can't remember when it might start to think so, but I might be in cases where a stick gets stuck and zwjs tries to start up indefinitely, and you have to shutdown and unplug the stick for it to act up again. Then it will be saved in one of the files for zwjs that it's unsupported and it will prevent you from using soft reset, either way. The fix is to manually edit this file and flip However.... This requires your stick to actually support soft reset. |
Beta Was this translation helpful? Give feedback.
-
Is @AlCalzone aware of this? |
Beta Was this translation helpful? Give feedback.
-
Yes, the driver remembers when a stick doesn't "come back" After a soft reset. E.g. When the stick might support it, but the environment isn't configured for it (VM). The file is the .jsonl, what @jmgiaever wrote applies. |
Beta Was this translation helpful? Give feedback.
-
If I try to "soft reset", Iget this error:
I've set:
I've also tried
'false'
andtrue
just to see if they have any effect. Stopped/started the container between changes.I don't see a reference to it here: https://zwave-js.github.io/zwave-js-ui/#/guide/env-vars
Nothing appears to have any effect. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions