All Projects → OpenZWave → Open Zwave Control Panel

OpenZWave / Open Zwave Control Panel

Licence: other
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.

Labels

Projects that are alternatives of or similar to Open Zwave Control Panel

zwave-core
Flexible Z-Wave Service Server - Access your Z-Wave nodes fast and independent - Planned/supported: REST-API, Browser UI, MQTT* - Perfect for maintaining big node-numbers, drop-in ozwcp replacement!
Stars: ✭ 19 (-85.27%)
Mutual labels:  zwave
Bruh3 Home Assistant Configuration
(OBSOLETE) BRUH3 Home Assistant Configuration
Stars: ✭ 347 (+168.99%)
Mutual labels:  zwave
Addon Zwave2mqtt
Z-Wave to MQTT - Home Assistant Community Add-ons
Stars: ✭ 58 (-55.04%)
Mutual labels:  zwave
libzwaveip
libzwaveip - Control Z-Wave devices from your IP network
Stars: ✭ 76 (-41.09%)
Mutual labels:  zwave
Node Zwave Js
Z-Wave driver written entirely in JavaScript/TypeScript
Stars: ✭ 284 (+120.16%)
Mutual labels:  zwave
Goopenzwave
Go bindings for the openzwave library.
Stars: ✭ 12 (-90.7%)
Mutual labels:  zwave
openHAB-utils
Utilities for use with openHAB
Stars: ✭ 14 (-89.15%)
Mutual labels:  zwave
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (-37.98%)
Mutual labels:  zwave
Homegenie
HomeGenie, the open source, programmable, home automation server for smart connected devices and applications
Stars: ✭ 313 (+142.64%)
Mutual labels:  zwave
Home Assistant Z Wave Graph
Graph your Z-Wave mesh automatically from within Home Assistant.
Stars: ✭ 51 (-60.47%)
Mutual labels:  zwave
qt-openzwave
QT5 Wrapper for OpenZWave
Stars: ✭ 115 (-10.85%)
Mutual labels:  zwave
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+100%)
Mutual labels:  zwave
Ozw Network Visualization Card
Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.
Stars: ✭ 30 (-76.74%)
Mutual labels:  zwave
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+13.18%)
Mutual labels:  zwave
Homeassistant Config
My personal Home Assistant config
Stars: ✭ 66 (-48.84%)
Mutual labels:  zwave
works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (-75.19%)
Mutual labels:  zwave
Zwave2mqtt
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
Stars: ✭ 352 (+172.87%)
Mutual labels:  zwave
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (-20.93%)
Mutual labels:  zwave
Ozw Admin
OpenZWave Gui
Stars: ✭ 66 (-48.84%)
Mutual labels:  zwave
Open Zwave
a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
Stars: ✭ 1,026 (+695.35%)
Mutual labels:  zwave

OZWCP is largely unmaintained, getting occasional bug fixes only. If anybody is interested in maintaining it please let us know. There is a new OZW GUI being developed in ozw-admin repository that should replace the functionality of OpenZWave Control Panel.

Update 29 July 2019

Bugfix for groups, build detection macOS versus linux, can build inside or outside of open-zwave directory

OVERVIEW

The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library https://github.com/OpenZWave/open-zwave that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.

OpenZWave Control Panel was updated in 2019 to support OpenZWave 1.6 (being master branch at that time)

A feature lacking from OZW 1.6 is "Bitfields".

INSTALLATION

The web server is based on GNU's libmicrohttpd library available at

https://www.gnu.org/software/libmicrohttpd/

Debian based system:

apt-get install libmicrohttpd-dev

Mac using Homebrew:

brew install libmicrohttpd

If you build libmicrohttpd from source you can use the --enable-messages configure option for debugging.

Install Option 1 - outside of OZW folder.

First (shallow) git clone OpenZWave and build it

git clone --depth 1 https://github.com/OpenZWave/open-zwave cd open-zwave/ make

Then:

cd .. git clone --depth 1 https://github.com/OpenZWave/open-zwave-control-panel cd open-zwave-control-panel/ make

Install Option 2 - in OZW folder

This was the only option before the 29 july 2019 update... Like option 1, but clone the ozwcp repo in the OZW folder.

There is no need to edit the Makefile, the OS and path is detected automatically.

Currently Windows is not supported.

OPERATION

ozwcp currently runs from the command line and takes two flags:

-d for debugging -p port number the web server will listen on

Default port is 8090

Once started, connect to the hostname:postnum that ozwcp is running on using a web browser and you will get to the user interface.

ozwcp currently must be run from within its distribution directory. It serves files that must be present for it to work properly. You may need to run it as root depending on the port number you use.

CAVEATS

This was build as a proof of concept and is "quite usable" for diagnosis and setting stuff...

Please report bugs to the OpenZWave google groups mailing list: http://groups.google.com/group/openzwave.

NOTE

The html/javascript tooltip support came from: http://sixrevisions.com/tutorials/javascript_tutorial/create_lightweight_javascript_tooltip/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].