1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
Domoticz package for YunoHost
Find a file
2020-11-25 21:51:32 +01:00
conf Correct add_header 2020-11-08 16:41:15 +01:00
scripts Add user to dialout group 2020-11-25 21:51:32 +01:00
sources Initial Commit 2020-10-05 23:05:58 +02:00
.gitignore Initial Commit 2020-10-05 23:05:58 +02:00
.project Initial Commit 2020-10-05 23:05:58 +02:00
check_process Allow internal upgrade 2020-11-08 15:24:23 +01:00
issue_template.md Initial Commit 2020-10-05 23:05:58 +02:00
LICENSE License & Readme 2020-10-09 23:01:20 +02:00
manifest.json Cleaning manifest 2020-11-07 10:13:40 +01:00
pull_request_template.md Initial Commit 2020-10-05 23:05:58 +02:00
README.md documentation update 2020-11-08 17:04:56 +01:00
README_fr.md documentation update 2020-11-08 17:04:56 +01:00

Domoticz for YunoHost

Integration level
Install domoticz with YunoHost

Lire ce readme en français.

This package allows you to install domoticz quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Domoticz is a Home Automation system design to control various devices and receive input from various sensors. For example this system can be used with:

-Light switches

-Door sensors

-Doorbells

-Security devices

-Weather sensors like: UV/Rain/Wind Meters

-Temperature Sensors

-Pulse Meters

-Voltage / AD Meters

-And more ...

Shipped version: Always the last stable one. The last compiled version is retrieved from this directory Once installed, updates from the uptream app are managed from within the app.. Yunohost upgrade script will only upgrade the Yunohost package.

Configuration

All the configuration of the app take place inside the app itself.

Documentation

  • Official documentation: Please use the wiki and user manual for further info.
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

Supported architectures

Both ARM and x86 architectures should be supported. Compiled sources are directly downloaded by the package.

Limitations

  • No user management nor LDAP integration This function is not planned to be implemented into the app, hence it's not planned into the package neither.
  • Backup cannot be restored on a different machine type (arm, x86...) as compiled sources are different

More info on the documentation page:
https://yunohost.org/packaging_apps


Developer info

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

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/Krakinou/domoticz_ynh/tree/testing --debug
or
sudo yunohost app upgrade domoticz -u https://github.com/Krakinou/domoticz_ynh/tree/testing --debug