百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

deconz-rest-plugin

> 编程语言
开源

deCONZ REST-API 插件,用于控制 ZigBee 设备

1.9K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

deCONZ REST-API 插件,用于控制 ZigBee 设备

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 / ConBee III USB dongle is required.

API Documentation

  • REST-API Documentation
  • deCONZ C++ Plugin API Documentation.
  • DDF and C++ Device 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

All stable and beta releases are listed on the releases page and contain precompiled deCONZ packages for that release.

Each release has a milestone which is updated during development with related pull requests. To check for current developemt please refer to the milestones page.

deCONZ beta releases are scheduled roughly once per week. After 1–3 betas a stable version is released and a new beta cycle begins.

Installation

Supported platforms
  • Raspbian Jessie, Stretch, Buster, Bullseye and Bookworm
  • Ubuntu Xenial, Bionic, Focal Fossa and Jammy
  • Windows 7, 10, 11
  • macOS

Install deCONZ

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

  • RaspBee
  • RaspBee II
  • ConBee
  • ConBee II
  • ConBee III

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

Compiling the plugin

The build instructions are described in BUILDING.md.

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.

  • Windows https://deconz.dresden-elektronik.de/win/
  • macOS https://deconz.dresden-elektronik.de/macos/
  • Raspbian https://deconz.dresden-elektronik.de/raspbian/beta/
  • Ubuntu and Debian 64-bit https://deconz.dresden-elektronik.de/ubuntu/beta/
  • ARM64 systems https://deconz.dresden-elektronik.de/debian/beta/

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
  • ConBee III USB dongle for Raspberry Pi and PC

3rd party libraries

The following libraries are used by the plugin:

  • ArduinoJSON
  • Duktape Javascript Engine
  • SQLite
  • Qt
  • qt-json
  • OpenSSL
  • colorspace

License

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

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++conbeehome-automationraspbeeraspberry-pi

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言