All Projects → dresden-elektronik → Deconz Rest Plugin

dresden-elektronik / Deconz Rest Plugin

Licence: bsd-3-clause
deCONZ REST-API plugin to control ZigBee devices

Projects that are alternatives of or similar to Deconz Rest Plugin

Smart Mirror
The fairest of them all. A DIY voice controlled smart mirror with IoT integration.
Stars: ✭ 2,668 (+106.82%)
Mutual labels:  home-automation, raspberry-pi
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (-66.12%)
Mutual labels:  home-automation, raspberry-pi
Hue Dashboard
A web interface for monitoring and controlling Philips Hue lights
Stars: ✭ 251 (-80.54%)
Mutual labels:  home-automation, raspberry-pi
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (-93.8%)
Mutual labels:  home-automation, raspberry-pi
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (-93.41%)
Mutual labels:  home-automation, raspberry-pi
Homeassistant Config
Stars: ✭ 211 (-83.64%)
Mutual labels:  home-automation, raspberry-pi
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 (+185.81%)
Mutual labels:  home-automation, raspberry-pi
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-85.89%)
Mutual labels:  home-automation, raspberry-pi
Kotihome
Home automation system based on Arduino with sensors, Raspberry Pi, Node.js and React
Stars: ✭ 32 (-97.52%)
Mutual labels:  home-automation, raspberry-pi
Jarvis
Jarvis.sh is a simple configurable multi-lang assistant.
Stars: ✭ 701 (-45.66%)
Mutual labels:  home-automation, raspberry-pi
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (-85.12%)
Mutual labels:  home-automation, raspberry-pi
Homeassistant Config
My personal Home Assistant config
Stars: ✭ 66 (-94.88%)
Mutual labels:  home-automation, raspberry-pi
Switchboard
Control of Internet connected devices within a given network via web interface.
Stars: ✭ 188 (-85.43%)
Mutual labels:  home-automation, raspberry-pi
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (-83.57%)
Mutual labels:  home-automation, raspberry-pi
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-99.38%)
Mutual labels:  home-automation, raspberry-pi
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (-80%)
Mutual labels:  home-automation, raspberry-pi
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (-86.43%)
Mutual labels:  home-automation, raspberry-pi
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (-86.05%)
Mutual labels:  home-automation, raspberry-pi
Hassio Zigbee2mqtt
Hass.io add-on for zigbee2mqtt
Stars: ✭ 547 (-57.6%)
Mutual labels:  home-automation, raspberry-pi
Gosdm630
An interface for the Eastron SDM/Modbus smart meter series.
Stars: ✭ 64 (-95.04%)
Mutual labels:  home-automation, raspberry-pi

Introduction

The deCONZ REST plugin provides a REST-API to access Zigbee 3.0 (Z30), Zigbee Home Automation (ZHA) and Zigbee Light Link (ZLL) lights, switches and sensors from Xiaomi Aqara, IKEA TRÅDFRI, Philips Hue, innr, Samsung and many more vendors.

A list of supported Zigbee devices can be found on the Supported Devices page.

To communicate with Zigbee devices the RaspBee / RaspBee II Zigbee shield for Raspberry Pi, or a ConBee / ConBee II USB dongle is required.

To learn more about the REST-API itself please visit the REST-API Documentation page.
The REST-API plugin is implemented in C++ using the deCONZ C++ API Documentation.

For community based support with deCONZ or Phoscon, please visit the deCONZ Discord server.

Phoscon App

The Phoscon App is a browser based web application and supports lights, sensors and switches. For more information and screenshots visit the Phoscon App Documentation.

Release Schedule

deCONZ is having a beta release at the 15th day of the month in which the beta of last month becomes stable. Pull requests done before the 10th of the month, are getting included in the next beta (if there are no issues of course!). Stable release would be around the 1st - 5th of the month after latest beta.

Current Beta: v2.10.1-beta
Current Stable: v2.9.3

Next Beta: v2.10.2-beta. Next Stable: v2.10.x expected at the 10th of March.

Installation

Supported platforms
  • Raspbian Jessie, Stretch and Buster
  • Ubuntu Xenial, Bionic and Focal Fossa (AMD64)
  • Windows 7 and 10

Install deCONZ

You find the instructions for your platform and device on the Phoscon website:

Important: If you're updating from a previous version always make sure to create an backup in the Phoscon App and read the changelog first.

https://github.com/dresden-elektronik/deconz-rest-plugin/releases

Install deCONZ development package (optional, Linux only)

Important: The deCONZ package already contains the REST-API plugin, the development package is only needed if you wan't to modify the plugin or try the latest commits from master branch.

sudo apt install deconz-dev

Get and compile the plugin

  1. Checkout the repository

     git clone https://github.com/dresden-elektronik/deconz-rest-plugin.git
    
  2. Checkout the latest version

     cd deconz-rest-plugin
     git checkout -b mybranch HEAD
    
  3. Compile the plugin

     qmake && make -j2
    

Note On Raspberry Pi 1 use qmake && make

  1. Replace original plugin

     sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins
    

Precompiled deCONZ packages for manual installation

The deCONZ application packages are available for the following platforms and contain the main application and the pre-compiled REST-API plugin.

To manually install a Linux .deb package enter these commands:

sudo dpkg -i <package name>.deb
sudo apt-get install -f

Headless support for Linux

The deCONZ package contains a systemd script, which allows deCONZ to run without a X11 server.

  1. Enable the service at boot time
$ sudo systemctl enable deconz
  1. Disable deCONZ GUI autostart service

The dresden elektronik sd-card image and default installation method autostarts deCONZ GUI. The following commands disable the deCONZ GUI service:

$ sudo systemctl disable deconz-gui
$ sudo systemctl stop deconz-gui

Hardware requirements

  • Raspberry Pi 1, 2B, 3B, 3B+ or 4B
  • RaspBee Zigbee shield for Raspberry Pi
  • RaspBee II Zigbee shield for Raspberry Pi
  • ConBee USB dongle for Raspberry Pi and PC
  • ConBee II USB dongle for Raspberry Pi and PC

3rd party libraries

The following libraries are used by the plugin:

License

The plugin is available as open source and licensed under the BSD (3-Clause) license.

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