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
zwave-js-ui_ynh/README.md

58 lines
2.5 KiB
Markdown
Raw Normal View History

2022-11-13 11:25:39 +01:00
<!--
2024-04-04 21:16:44 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-11-13 11:25:39 +01:00
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
2024-07-12 03:47:20 +02:00
[![Integration level](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://ci-apps.yunohost.org/ci/apps/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
2024-04-04 21:16:44 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-11-13 11:25:39 +01:00
2024-04-04 21:16:44 +02:00
> *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.*
2022-11-13 11:25:39 +01:00
## 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
2023-06-24 12:28:46 +02:00
- [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
2024-08-31 04:05:08 +02:00
**Shipped version:** 9.18.0~ynh1
2022-11-13 11:25:39 +01:00
## Documentation and resources
2024-04-04 21:16:44 +02: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 Store: <https://apps.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
2024-04-04 21:16:44 +02: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
2024-04-04 21:16:44 +02:00
To try the `testing` branch, please proceed like that:
2022-11-13 11:25:39 +01:00
2024-04-04 21:16:44 +02:00
```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
```
2024-04-04 21:16:44 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>