AlCalzone

Results 1337 comments of AlCalzone

> Would moving the skip condition before the "node added" event would be better then ? Not really. The event is needed for applications. I think it would make more...

@claudiucismaru is this still happening for you? I cannot reproduce with these options: ``` disableOptimisticValueUpdate: true, emitValueUpdateAfterSetValue: false, ```

I tested on the master branch, which is roughly equivalent to the latest release.

Could you record a driver log from inclusion to triggering the issue and mention the exact driver options (minus your keys ofc) you're using? I'd like to make sure I...

Please make a [driver log](https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=driver-logs), loglevel `debug` and attach it here as a file (drag & drop into the text field). The log should include a re-interview of the devices,...

Check the documentation I linked again. This is not a [driver log](https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=driver-logs).

TODO: Test that this works everywhere.

Please make a [driver log](https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=driver-logs) of the joining process. Make sure it is on loglevel `debug` so I can see the actual Z-Wave traffic.

> * All nodes after learn mode where stuck in ProtocolInfo. So not sure if this process is performed automatically following learn mode being enacted. This is pretty much intended....

Oh, this is called automatically when rendering the network map I think. However it is only a local request to the controller to retrieve the known list of all nodes'...