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

65 lines
2.6 KiB
Markdown
Raw Normal View History

2022-05-22 19:15:28 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-10-09 23:01:20 +02:00
# Domoticz for YunoHost
2020-10-05 23:05:58 +02:00
2023-02-20 22:22:47 +01:00
[![Integration level](https://dash.yunohost.org/integration/domoticz.svg)](https://dash.yunohost.org/appci/app/domoticz) ![Working status](https://ci-apps.yunohost.org/ci/badges/domoticz.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/domoticz.maintain.svg)
2022-05-22 19:15:28 +02:00
[![Install Domoticz with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=domoticz)
2020-10-05 23:05:58 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2022-05-22 19:15:28 +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
2022-05-22 19:15:28 +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:
2020-10-05 23:05:58 +02:00
2022-05-22 19:15:28 +02:00
* Light switches
* Door sensors
* Doorbells
* Security devices
* Weather sensors like: UV/Rain/Wind Meters
* Temperature Sensors
* Pulse Meters
* Voltage / AD Meters
2023-11-29 10:25:05 +01:00
* And more...
2020-10-05 23:05:58 +02:00
2020-10-09 23:01:20 +02:00
2024-01-20 18:18:45 +01:00
The MQTT broker Mosquitto is integrated into the package and requires its own domain or subdomain. It's an optional setting: during install if you set the same domain as your main app domain, it won't be installed.
You may also install the [Mosquitto package](https://github.com/YunoHost-Apps/mosquitto_ynh) without using the one provided by domoticz_ynh.
2020-10-09 23:01:20 +02:00
2024-01-20 17:16:13 +01:00
**Shipped version:** 2024.2~ynh1
2024-01-20 18:12:08 +01:00
## Screenshots
![Screenshot of Domoticz](./doc/screenshots/domoticz_Switches_screen.png)
![Screenshot of Domoticz](./doc/screenshots/domoticz_floorplan_machineon.png)
2022-05-22 19:15:28 +02:00
## Documentation and resources
2020-10-05 23:05:58 +02:00
2022-05-26 09:30:46 +02:00
* Official app website: <https://domoticz.com/>
* Official user documentation: <https://www.domoticz.com/DomoticzManual.pdf>
* Official admin documentation: <https://www.domoticz.com/wiki/Main_Page>
* Upstream app code repository: <https://github.com/domoticz/domoticz>
2023-11-29 10:25:05 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/domoticz>
2022-05-26 09:30:46 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/domoticz_ynh/issues>
2020-10-05 23:05:58 +02:00
2022-05-22 19:15:28 +02:00
## Developer info
2020-10-05 23:05:58 +02:00
2022-05-22 19:15:28 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing).
2020-10-05 23:05:58 +02:00
To try the testing branch, please proceed like that.
2022-05-26 09:30:46 +02:00
``` bash
2022-05-22 19:15:28 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
2020-10-05 23:05:58 +02:00
or
2022-05-22 19:15:28 +02:00
sudo yunohost app upgrade domoticz -u https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
2020-10-05 23:05:58 +02:00
```
2022-05-22 19:15:28 +02:00
2022-05-26 09:30:46 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>