Skip to content

Commit

Permalink
Merge branch 'master' into doc-netatmo-update-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Terdious authored Feb 10, 2024
2 parents f5c5852 + cae3d0b commit 360d6e5
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 78 deletions.
2 changes: 1 addition & 1 deletion blog/2020-11-06-launching-gladys-assistant-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Today, hundreds of home automation devices are already available in Gladys Assis

To date, Gladys Assistant supports peripherals:

- Z-Wave ([doc](/docs/integrations/zwave/))
- Z-Wave
- Xiaomi ([doc](/docs/integrations/xiaomi/))
- Philips Hue ([doc](/docs/integrations/philips-hue/))
- Sonoff (Tasmota) ([doc](/docs/integrations/tasmota/))
Expand Down
29 changes: 0 additions & 29 deletions docs/integrations/zwave.md

This file was deleted.

45 changes: 45 additions & 0 deletions docs/integrations/zwavejs-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
id: zwavejs-ui
title: Integrate your Z-Wave devices with Z-Wave JS UI
sidebar_label: Z-Wave JS UI
---

:::warning
January 2024: This integration is in alpha for now.

Only one type of device is supported: The [Fibaro Door Opening Sensor](https://www.amazon.com/Fibaro-FGDW-002-1-Window-Temperature-Sensor/dp/B074FCG1PF?crid=AMCFKK427FRN&keywords=Fibaro+door+sensor+2&qid=1704977401&sprefix=fibaro+door+sensor+2%2Caps%2C164&sr=8-1&linkCode=ll1&tag=gladproj-20&linkId=3e61bb12444e6d8265e7440bd0174456&language=en_US&ref_=as_li_ss_tl).

We are looking for help to integrate other devices!
:::

Gladys Assistant offers integration with [Z-Wave JS UI](https://zwave-js.github.io/zwave-js-ui/#/), a software application for controlling Z-Wave devices.

Gladys connects to the same MQTT broker as Z-Wave JS UI and receives MQTT messages whenever a device's status changes.

## Installing Z-Wave JS UI

Please visit the [Z-Wave JS UI](https://zwave-js.github.io/zwave-js-ui/#/) website for Z-Wave JS UI installation instructions.

## Configuring Z-Wave JS UI

For integration with Gladys to work properly, 2 settings are required.

First, you need to set the MQTT parameters in the parameters, in particular the "name" field, which defines the MQTT topic to which messages will be sent.

![Z-Wave JS UI Configuration MQTT](../../static/img/docs/en/configuration/zwavejs-ui/zwavejs-ui-mqtt-configuration.jpg)

Next, configure the "Gateway" section as follows:

![Z-Wave JS UI Configuration Gateway](../../static/img/docs/en/configuration/zwavejs-ui/zwavejs-ui-gateway-configuration.jpg)

## Connect Gladys to Z-Wave JS UI

To enable Gladys to communicate with Z-Wave JS UI, you need to provide Gladys with the URL and connection information for the MQTT broker on which Z-Wave JS UI is published.

Go to the "Configuration" tab to add this information.

## Discover Z-Wave JS UI

Go to the "Discovered" tab to see the devices your Z-Wave JS UI instance exposes.

You can then add them to Gladys with a single click!
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Aujourd'hui, des centaines de périphériques domotiques sont déjà disponibles

A ce jour, Gladys Assistant supporte les périphériques :

- Z-Wave ([doc](/fr/docs/integrations/zwave/))
- Z-Wave
- Xiaomi ([doc](/fr/docs/integrations/xiaomi/))
- Philips Hue ([doc](/fr/docs/integrations/philips-hue/))
- Sonoff (Tasmota) ([doc](/fr/docs/integrations/tasmota/))
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
id: zwavejs-ui
title: Intégrez vos appareils Z-Wave grâce à Z-Wave JS UI
sidebar_label: Z-Wave JS UI
---

:::warning
Janvier 2024: Cette intégration est en alpha pour l'instant.

Seul un type d'appareil est supporté: Le [Fibaro Détecteur d'ouverture de porte](https://www.domadoo.fr/fr/peripheriques/4105-fibaro-detecteur-d-ouverture-z-wave-doorwindow-sensor-2-blanc-5902701700348.html?domid=17).

Nous sommes à la recherche d'aide pour intégrer d'autres appareils !
:::

Gladys Assistant propose une intégration avec [Z-Wave JS UI](https://zwave-js.github.io/zwave-js-ui/#/), un logiciel qui permet de contrôler des appareils Z-Wave.

Gladys se connecte au même broker MQTT que Z-Wave JS UI et reçoit des messages MQTT à chaque changement d'état d'un appareil.

## Installer Z-Wave JS UI

Nous vous invitons à vous rendre sur le site de [Z-Wave JS UI](https://zwave-js.github.io/zwave-js-ui/#/) pour trouver les instructions d'installation de Z-Wave JS UI.

## Configurer Z-Wave JS UI

Afin que l'intégration avec Gladys fonctionne correctement, 2 réglages sont nécessaires.

Il faut d'abord régler dans les paramètres les paramètres MQTT, notamment le champ "name" qui va définir le topic MQTT sur lequel les messages seront envoyés.

![Z-Wave JS UI Configuration MQTT](../../../../../static/img/docs/fr/configuration/zwavejs-ui/zwavejs-ui-mqtt-configuration.jpg)

Ensuite, il est nécessaire de configurer la section "Gateway" de la manière suivante :

![Z-Wave JS UI Configuration Gateway](../../../../../static/img/docs/fr/configuration/zwavejs-ui/zwavejs-ui-gateway-configuration.jpg)

## Connecter Gladys à Z-Wave JS UI

Afin que Gladyus puisse communiquer avec Z-Wave JS UI, il faut fournir à Gladys l'URL et les informations de connexion au broker MQTT sur lequel publie Z-Wave JS UI.

Rendez-vous dans l'onglet "Configuration" pour ajouter ces informations.

## Découverte Z-Wave JS UI

Rendez-vous sur l'onglet "Découvert" pour voir les appareils que votre instance Z-Wave JS UI expose.

Vous pouvez ensuite les ajouter à Gladys d'un seul clic!
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
"integrations/tuya",
"integrations/xiaomi",
"integrations/zigbee2mqtt",
"integrations/zwave",
"integrations/zwavejs-ui",
],
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 360d6e5

Please sign in to comment.