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-01-27 22:39:17 +01:00
2022-11-13 11:25:39 +01:00
2023-02-24 00:06:41 +01:00
**Shipped version:** 8.8.6~ynh2
2022-11-13 11:29:25 +01:00
## Disclaimers / important information
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
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
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 >