1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
domoticz_ynh/README.md

85 lines
2.9 KiB
Markdown
Raw Normal View History

2020-10-09 23:01:20 +02:00
# Domoticz for YunoHost
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
[![Integration level](https://dash.yunohost.org/integration/domoticz.svg)](https://dash.yunohost.org/appci/app/domoticz) ![](https://ci-apps.yunohost.org/ci/badges/domoticz.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/domoticz.maintain.svg)
[![Install domoticz with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=domoticz)
2020-10-05 23:05:58 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-10-09 23:01:20 +02:00
> *This package allows you to install domoticz quickly and simply on a YunoHost server.
2020-10-05 23:05:58 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2020-10-09 23:01:20 +02:00
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
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
-Weather sensors like: UV/Rain/Wind Meters
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
-Temperature Sensors
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
-Pulse Meters
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
-Voltage / AD Meters
-And more ...
2020-11-01 16:01:26 +01:00
**Shipped version:** Always the last stable one. The last compiled version is retrieved from [this directory](https://releases.domoticz.com/releases/?dir=./beta)
2020-11-08 15:24:23 +01:00
Once installed, **updates from the uptream app are managed from within the app.**. Yunohost upgrade script will only upgrade the Yunohost package.
2020-10-05 23:05:58 +02:00
## Configuration
2020-10-09 23:01:20 +02:00
All the configuration of the app take place inside the app itself.
2020-10-05 23:05:58 +02:00
## Documentation
2020-10-09 23:01:20 +02:00
* Official documentation: Please use the [wiki](https://www.domoticz.com/wiki/Main_Page) and [user manual](https://www.domoticz.com/DomoticzManual.pdf) for further info.
2020-10-05 23:05:58 +02:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Supported architectures
2020-10-09 23:01:20 +02:00
Both ARM and x86 architectures should be supported.
Compiled sources are directly downloaded by the package.
2020-10-05 23:05:58 +02:00
## Limitations
2020-11-08 17:04:56 +01:00
* No user management nor LDAP integration This function is [not planned to be implemented into the app](https://github.com/domoticz/domoticz/issues/838), 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
2020-10-05 23:05:58 +02:00
**More info on the documentation page:**
https://yunohost.org/packaging_apps
## Links
2020-10-09 23:01:20 +02:00
* Report a bug: https://github.com/Krakinou/domoticz_ynh/issues
* App website: https://domoticz.com/
* Upstream app repository: https://github.com/domoticz/domoticz
2020-10-05 23:05:58 +02:00
* YunoHost website: https://yunohost.org/
---
Developer info
----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
2020-10-09 23:01:20 +02:00
Please send your pull request to the [testing branch](https://github.com/Krakinou/domoticz_ynh/tree/testing).
2020-10-05 23:05:58 +02:00
To try the testing branch, please proceed like that.
```
2020-10-09 23:01:20 +02:00
sudo yunohost app install https://github.com/Krakinou/domoticz_ynh/tree/testing --debug
2020-10-05 23:05:58 +02:00
or
2020-10-09 23:01:20 +02:00
sudo yunohost app upgrade domoticz -u https://github.com/Krakinou/domoticz_ynh/tree/testing --debug
2020-10-05 23:05:58 +02:00
```