2022-11-13 11:25:39 +01: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.
-->
2022-11-13 11:29:25 +01:00
# Zwave-JS-UI for YunoHost
2022-11-13 11:25:39 +01:00
2023-01-26 22:03:30 +01:00
[![Integration level ](https://dash.yunohost.org/integration/zwave-js-ui.svg )](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Working status ](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg )
2023-02-23 07:25:56 +01:00
2022-11-13 11:29:25 +01:00
[![Install Zwave-JS-UI with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=zwave-js-ui)
2022-11-13 11:25:39 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2022-11-13 11:29:25 +01:00
> *This package allows you to install Zwave-JS-UI quickly and simply on a YunoHost server.
2022-11-13 11:25:39 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
### Features
2022-11-19 18:04:34 +01:00
Integrate zwave-js-ui natively in Domoticz_ynh.
2022-11-19 18:08:44 +01:00
**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.
2022-11-19 18:08:13 +01:00
2023-02-24 00:09:08 +01:00
To work correctly, this app require to install either
- [domoticz package ](https://github.com/YunoHost-Apps/domoticz_ynh ) with **mqtt broker Mosquitto**
2023-02-24 00:28:58 +01:00
- [Home-Assistant package ](https://github.com/YunoHost-Apps/homeassistant_ynh )
2022-11-13 11:25:39 +01:00
2022-11-26 17:45:36 +01:00
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.
2022-11-26 17:50:34 +01:00
2023-02-24 00:28:58 +01:00
2023-06-20 20:17:35 +02:00
**Shipped version:** 8.19.0~ynh2
2022-11-13 11:25:39 +01:00
## Documentation and resources
2022-11-13 11:29:25 +01:00
* Official app website: < https: // zwave-js . github . io / zwave-js-ui /# />
* Official user documentation: < https: // www . domoticz . com / wiki / Zwave-JS-UI >
* Official admin documentation: < https: // zwave-js . github . io / zwave-js-ui /# />
* Upstream app code repository: < https: // github . com / zwave-js / zwave-js-ui >
* YunoHost documentation for this app: < https: // yunohost . org / app_zwave-js-ui >
* Report a bug: < https: // github . com / YunoHost-Apps / zwave-js-ui_ynh / issues >
2022-11-13 11:25:39 +01:00
## Developer info
2022-11-13 11:29:25 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing ).
2022-11-13 11:25:39 +01:00
To try the testing branch, please proceed like that.
``` bash
2022-11-13 11:29:25 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
2022-11-13 11:25:39 +01:00
or
2022-11-13 11:29:25 +01:00
sudo yunohost app upgrade zwave-js-ui -u https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
2022-11-13 11:25:39 +01:00
```
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >