AlCalzone
AlCalzone
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). Include a re-interview and such a battery report in...
@marcus-j-davies is experimenting with that functionality in node RED, but there are still a couple of issues with it. Nonetheless, I think it would make sense to show the network...
Not sure what's wrong, but this does not run for me locally: ``` node:internal/modules/esm/resolve:274 throw new ERR_MODULE_NOT_FOUND( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/home/dominic/Repositories/zwavejs2mqtt/api/config/app.js' imported from /home/dominic/Repositories/zwavejs2mqtt/api/lib/ZwaveClient.ts at finalizeResolution (node:internal/modules/esm/resolve:274:11)...
I think the UX needs a bit of polishing. ## All these indicators don't work for virtual nodes, so we shouldn't show them: ## There's a bunch of stuff I'd...
Not everything is fixed: - The battery indicator and the "virtual" chip should be removed for broadcast nodes. - The broadcast node still don't show the respective value IDs. The...
The value IDs for multicast groups show up, but they are not the ones returned by `getDefinedValueIDs`: ```js [ { commandClassName: 'Window Covering', commandClass: 106, endpoint: 0, property: 'targetValue', propertyKey:...
Also, I think it's not very useful to show the fake ID of the multicast group to users. Can we distinguish them on the UI purely by name? Maybe reuse...
I'd put it in the global advanced menu - I think it's already there? As to when the joining option should be enabled/available, check https://zwave-js.github.io/zwave-js/#/api/controller?id=joining-and-leaving-a-network For leaving, check the `controller.role`...
I don't think joining and leaving a network is an action that needs to be as prominent as adding/removing nodes. It is a pretty specific use case for a small...
That is going to confuse users. Let's not make this functionality too prominent. There are so many edge cases and things that don't/won't/can't work, I fear this would only lead...