AlCalzone

Results 1337 comments of AlCalzone

We need to add `undici` for this, so `ky` can use it: Using `EnvHttpProxyAgent` to automatically read proxy settings from environment variables: ``` import ky from 'ky'; import {EnvHttpProxyAgent} from...

Check the write permissions on the cache files (.jsonl). Maybe they are not writable by the user you're running Z-Wave JS UI as.

The implementation can be generated with the `zwcclog` snippet. Any `toJSON` implementations can be deleted. Some of the above entries are false positives, e.g. encapsulating CCs without any custom values...

Preliminary investigation: Trying to write to a closed serial instance throws an Error, not a ZWaveError, which isn't handled cleanly. This causes the try-catch around `await this.sendMessage(new SoftResetRequest()` to simply...

Anything special about your setup? Whenever I test this, Z-Wave JS detects the disconnection after just a few seconds. Here it only realizes something is wrong when there is no...

I cannot reproduce in an integration test. This issue is possibly only related to secondary controller mode.

https://github.com/zwave-js/zwave-js/discussions/8205 lists another example of this happening, this time with a primary controller.

This is a bug in recent SDK/firmware versions. Not the UI.

No, I don't think the SDK release notes even acknowledge this - or it's worded strangely.

> I wonder if there is there any other ways to sync the ValueDB with the device configuration file if the config file was updated Yes, re-interviewing.