OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 forks source link

New Control-Panel UI #69

Open robertsLando opened 5 years ago

robertsLando commented 5 years ago

I have create a new control panel UI that allows to do almost all the same things of OZCP, it uses node-openzwave-shared as NodeJS wrapper for open-zwave library in the backend and VueJS with Vuetify for a responsive UI. It also works as a MQTT gateway, check it here:

https://github.com/robertsLando/Zwave2Mqtt

Every feedback is more than welcome. Thanks