AlCalzone

Results 373 issues of AlCalzone

We should make sure there is a consistent way to know which node sent the command, so we can use that information in the command handers.

Ref: https://github.com/zwave-js/zwave-js-ui/pull/4392#discussion_r2435942164 Currently, it is not possible to use human-readable text-based transports and machine-readable (JSON-based) transports together, because the serial messages are either formatted or not. We should refactor this...

``` 2025-10-10 17:34:17.364 CNTRLR [Node 256] Beginning interview - last completed stage: ProtocolInfo 2025-10-10 17:34:17.366 CNTRLR » [Node 256] querying node info... 2025-10-10 17:34:17.406 CNTRLR [Node 258] Beginning interview -...

This is the entirety of an interview where Version CC was not listed as supported: ``` 2025-08-20 10:49:26.440 CNTRLR [Node 048] Beginning interview - last completed stage: None 2025-08-20 10:49:26.441...

https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/#looking-ahead-trusted-publishers

infrastructure

This might help us get more insight into why transmitting is not possible. It's unfortunately not as easy, since we'd need to pause the current message generator, execute another one,...

``` 2025-09-17 12:49:34.473 DRIVER « [RES] [GetSerialApiInitData] 2025-09-17 12:49:34.474 CNTRLR received additional controller information: Z-Wave API version: 1 (official) Z-Wave chip type: EFR32ZG23 / ZGM230S node type Controller controller role:...

The heap of unusable values for the Indicator CC values was recently removed, but we still need some way of interacting with them. Since Indicator CC values are somewhat complex...

enhancement