Skip to content

Request Device Support

Wim edited this page Oct 15, 2018 · 8 revisions

Introduction

This page provides guideline to get new devices integrated and supported in the deCONZ REST-API.

Check Supported Devices

The first step should be checking if the device is already supported or in in investigation. The Supported Devices Wiki page provides information on already integrated devices and links to GitHub issues for ongoing device integration.

If the the device is listed and links to GitHub issues are present please use the existing issues for requests, comments and discussion.

Create New Device Request

If the new device is not listed under Supported Devices or no GitHub issue exits a new issue should be created, with the information as described below.

Screenshots

  • Clusters of the node, by clicking the right node circle
  • Basic Cluster as shown in the Cluster Info Panel, with the data returned by read. For battery powered devices, after pressing read it is required to wake-up the device by pressing a button or any other means of interaction.

Screenshot of nodes basic cluster

Other clusters of interest might also be useful useful.

Screenshot of the Node Info Panel

Screenshot of nodes info panel

Note to include a screenshot in a GitHub issue just copy it to clipboard and paste it in the GitHub issue editor.

Debug Output

Debug prints provide further more detailed data on send and received commands. To enable verbose logging start deCONZ on the command line as follows:

$ deCONZ --dbg-info=1 --dbg-aps=1 --dbg-zcl=1 --dbg-zdp=1 --http-port=80
Clone this wiki locally