Skip to content

tituspijean/deconz_ynh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deCONZ + Phoscon app for YunoHost

Integration level
Install deCONZ with YunoHost

This package allow you to install deCONZ quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

deCONZ by dresden elektronik is a software that communicates with ConBee/RaspBee Zigbee gateways and exposes Zigbee devices that are connected to the gateway. It includes its web app Phoscon, to connect to the devices and configure them.

You need to have bought such ZigBee gateways and devices to make use of this app.

Shipped version: 2.05.75

Screenshots

![](Link to an screenshot for this app)

Configuration

🔌 Make sure your deCONZ-compatible gateway (ConBee, RaspBee) is connected to your system.

After installation, go to the domain set for deCONZ, select the gateway corresponding to your server, and set a password.

⚠️ Refer to the Limitations section below, regarding safety of the app.

Documentation

YunoHost specific features

Multi-users support

By design in the upstream app, there is no support for multiple users.

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Limitations

  • ⚠️ 🔒 Due to some weird bug while proxifying the app, all login attempts fail. The workaround is to make the app think the requests are coming from the server itself. However, it makes it accept any password. Thus, it is highly recommended to set the app as private, so that YunoHost takes care of blocking unwanted visitors.
  • Installation on a dedicated subdomain is only supported.

Links


Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/deconz_ynh/tree/testing --debug
or
sudo yunohost app upgrade deconz -u https://github.com/YunoHost-Apps/deconz_ynh/tree/testing --debug