All Projects → Z-WavePublic → libzwaveip

Z-WavePublic / libzwaveip

Licence: Apache-2.0 license
libzwaveip - Control Z-Wave devices from your IP network

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to libzwaveip

homeassistant
Home Assistant Config
Stars: ✭ 50 (-34.21%)
Mutual labels:  home-automation, smarthome, smart-home, zwave
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (+5.26%)
Mutual labels:  home-automation, smarthome, smart-home, zwave
works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (-57.89%)
Mutual labels:  home-automation, zwave, z-wave
Smarthome
Eclipse SmartHome™ project
Stars: ✭ 867 (+1040.79%)
Mutual labels:  home-automation, smarthome, internet-of-things
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (-9.21%)
Mutual labels:  home-automation, smarthome, smart-home
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (+327.63%)
Mutual labels:  home-automation, smarthome, smart-home
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+4751.32%)
Mutual labels:  home-automation, smarthome, smart-home
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+239.47%)
Mutual labels:  home-automation, smart-home, zwave
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (+11.84%)
Mutual labels:  home-automation, smart-home, internet-of-things
zigbee
Database of Zigbee devices compatible with third party gateways: ZHA, deCONZ, Zigbee2MQTT, Tasmota, ZiGate, ioBroker,
Stars: ✭ 117 (+53.95%)
Mutual labels:  home-automation, smarthome, smart-home
Entity Controller
Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.
Stars: ✭ 156 (+105.26%)
Mutual labels:  home-automation, smart-home, internet-of-things
Homegenie
HomeGenie, the open source, programmable, home automation server for smart connected devices and applications
Stars: ✭ 313 (+311.84%)
Mutual labels:  home-automation, smart-home, zwave
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+4488.16%)
Mutual labels:  home-automation, smarthome, internet-of-things
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (-69.74%)
Mutual labels:  home-automation, smart-home, internet-of-things
Eventghost
EventGhost is an advanced, yet easy-to-use extensible automation tool for Windows.
Stars: ✭ 257 (+238.16%)
Mutual labels:  home-automation, smarthome, smart-home
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (-60.53%)
Mutual labels:  home-automation, smarthome, smart-home
automate-home
Yet another python home automation (iot) project. Because a smart light is more than just on or off.
Stars: ✭ 59 (-22.37%)
Mutual labels:  home-automation, smart-home, internet-of-things
Home-Assistant-Main
My Home Assistant Configuration Be sure to ⭐ my repo so you can keep up to date on the daily progress!
Stars: ✭ 54 (-28.95%)
Mutual labels:  home-automation, smarthome, smart-home
Fritzctl
A lightweight, easy to use console client for the AVM FRITZ!Box Home Automation.
Stars: ✭ 84 (+10.53%)
Mutual labels:  home-automation, smarthome, smart-home
Homeassistant Config
Stars: ✭ 211 (+177.63%)
Mutual labels:  home-automation, internet-of-things, zwave

libzwaveip - Control Z-Wave devices from your IP network

libzwaveip makes it easy to control Z-Wave devices from your IP network via a Z/IP Gateway. A Z/IP Gateway binary for Raspberry Pi is available here: http://zwavepublic.com/developer.

Questions? Please use the discussion forum at http://forum.z-wavepublic.com/.

Example applications

Two example applications are provided: reference_client and reference_listener. The reference_client is a command line client for adding, removing and sending commands to Z-Wave nodes. The Z-Wave listener listens for notifications from the Z-Wave network. When a notification arrives it is decoded and pretty-printed.

Build instructions for Raspberry Pi

To get started quickly, use we recommend that you use the Raspberry Pi image we have prepared. Follow these instructions to build the libzwaveip reference_client and reference_listener:

  1. Prepare the Raspberry Pi SD image according to the instructions at www.zwavepublic.com/developer
  2. SSH into the Raspberry Pi
  3. Run the following commands:
$ sudo apt-get update
$ sudo apt-get install cmake libssl-dev libavahi-client-dev libxml2-dev libbsd-dev libncurses5-dev git
$ git clone https://github.com/Z-WavePublic/libzwaveip.git
$ cd libzwaveip
$ mkdir build
$ cd build
$ cmake ..
$ make

To test the reference_client, make sure the zipgateway is running and connect to it:

$ ./reference_client -s <IP of ZIP Gateway>

See section "Working with the Reference Z/IP client" in this guide for instructions on using the reference_client.

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].