1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

Merge branch 'master' into testing

This commit is contained in:
Krakinou 2024-04-07 21:56:41 +02:00 committed by GitHub
commit b15f162725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 1 deletions

View file

@ -3,4 +3,4 @@
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Le o README en galego](README_gl.md)

View file

@ -11,6 +11,7 @@ It shall NOT be edited by hand.
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Zwave-JS-UI quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

View file

@ -32,6 +32,7 @@ Pour l'instant, bien que le package fonctionne (installation, désinstallation,
**Version incluse:** 9.10.2~ynh1
## Documentations et ressources
- Site officiel de lapp: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -33,6 +33,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Versión proporcionada:** 9.10.2~ynh1
## Documentación e recursos
- Web oficial da app: <https://zwave-js.github.io/zwave-js-ui/#/>

57
README_it.md Normal file
View file

@ -0,0 +1,57 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Zwave-JS-UI per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg)
[![Installa Zwave-JS-UI con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwave-js-ui)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Zwave-JS-UI su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
### Features
Integrate zwave-js-ui natively in Domoticz_ynh.
**Zwave-JS-UI**, also known under previous name ZWaveJS2MQTT, is a replacement for Openzwave. It exposes Z-Wave devices to an MQTT broker in a fully configurable manner.
To work correctly, this app require to install either
- [Domoticz package](https://github.com/YunoHost-Apps/domoticz_ynh) with **mqtt broker Mosquitto**
- [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh)
For now, although the package is fully functional (install, remove, backup, restore...), it is not integrated with domoticz and mosquitto package, this means that all settings needs to be done manually from inside the app.
**Versione pubblicata:** 9.9.0~ynh1
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://zwave-js.github.io/zwave-js-ui/#/>
- Documentazione ufficiale per gli utenti: <https://www.domoticz.com/wiki/Zwave-JS-UI>
- Documentazione ufficiale per gli amministratori: <https://zwave-js.github.io/zwave-js-ui/#/>
- Repository upstream del codice dellapp: <https://github.com/zwave-js/zwave-js-ui>
- Store di YunoHost: <https://apps.yunohost.org/app/zwave-js-ui>
- Segnala un problema: <https://github.com/YunoHost-Apps/zwave-js-ui_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
o
sudo yunohost app upgrade zwave-js-ui -u https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>