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.
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.
- from the Home Assistant deCONZ plugin webpage
You need to have bought such ZigBee gateways and devices to make use of this app.
Shipped version: 2.05.75
![](Link to an screenshot for this app)
🔌 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.
- Official documentation: https://phoscon.de/en/app/doc
By design in the upstream app, there is no support for multiple users.
⚠️ 🔒 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.
- Report a bug: https://github.com/YunoHost-Apps/deconz_ynh/issues
- App website: https://phoscon.de
- Upstream app repository: https://github.com/dresden-elektronik/deconz-rest-plugin
- YunoHost website: https://yunohost.org/
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