zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
942 stars 202 forks source link

Log Connect/Disconnect to consol (and if possible show state on console) #3608

Open goldriver2 opened 7 months ago

goldriver2 commented 7 months ago

I am converting some Z-Net devices into Zwave-JS-UI embeded devices and I need a way to know if HomeAssistant is connected to the Z-WAVE-SERVER so I can change the status of the LED light on the Z-Net device depending on this connection. I actually have two state, red ==> Controler not ready, yellow ==> Driver ready and would like to have a green ligth when HA is connected to the Z-WAVE-SERVER.

Log Connect/Disconnect to consol (and if possible show state on console)

*** see discussion https://github.com/zwave-js/zwave-js-ui/discussions/3596

robertsLando commented 7 months ago

I'm open for this but I need the implementation on z-wave js server first as explained on that discussion.

cc @raman325

goldriver2 commented 7 months ago

I have created a request on zwave js server GIT https://github.com/zwave-js/node-zwave-js/discussions/6681, thanks

robertsLando commented 7 months ago

That's the wrong repo, it's this: https://github.com/zwave-js/zwave-js-server

goldriver2 commented 7 months ago

Oops, thanks, I close the wrong one and opened a new one in the linked one