zwave-js-ui
zwave-js-ui copied to clipboard
How to fetch the zwave controller sdk(chip binary) version in a separate nodejs application
Hi guys,
I need to fetch the zwave controller sdk(chip binary) version in a separate nodejs application. I am not sure as to how I can fetch it. I tried but was unable to do so. Can you guys share an example of how I can fetch it.
Thanks
MQTT ? https://zwave-js.github.io/zwave-js-ui/#/guide/mqtt
I mean not through MQTT but maybe like I hit an API and I receive the version number as response, kinda like this example: {"api":"firmwareUpdateOTW","args":[{"name":"zwave_ncp_serial_api_controller_BRD4207A.gbl","data":{}}]}
Thanks
@hassan-xy there is no api for that, the alternative is to enable zwavejs server and connect using websockets like home hassistant does.
See docs here: https://github.com/zwave-js/zwave-js-server
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit.