diff --git a/source/_integrations/zwave_me.markdown b/source/_integrations/zwave_me.markdown index d4359a307be..1bf5631fb28 100644 --- a/source/_integrations/zwave_me.markdown +++ b/source/_integrations/zwave_me.markdown @@ -34,11 +34,55 @@ This integration allows you to control a Z-Wave network via the [Z-Wave.Me Z-Way {% include integrations/config_flow.md %} -Note: You can use Z-Wave.Me UI with its enhanced diagnostics tools together with the Home Assistant UI. +{% configuration_basic %} + +URL: + description: The IP address with the port of the Z-Way server. The IP address can be prefixed with wss:// if HTTPS should be used instead of HTTP (when using find.z-wave.me remote access service or public IP with SSL). + required: true + type: string +API Token: + description: Z-Way API access token of the Z-Way server. To get the token go to the Z-Way user interface Smart Home UI > Menu > Settings > Users > Administrator > API token. + required: true + type: string + +{% endconfiguration_basic %} + +When connecting via find.z-wave.me remote access service you need to use a token with a global scope (log-in to Z-Way via [find.z-wave.me](https://find.z-wave.me) for this). + +Example of connecting to Z-Way in the local network: + - URL: 192.168.1.39:8083 + - API Token: /112f7a4a-0051-cc2b-3b61-1898181b9950 + +Example of connecting to Z-Way via remote access find.z-wave.me: + - URL: wss://find.z-wave.me + - API Token: 0481effe8a5c6f757b455babb678dc0e764feae279/112f7a4a-0051-cc2b-3b61-1898181b9950 + + Example of connecting to Z-Way with a static public IP address: + - URL: wss://87.250.250.242:8083 + - API Token: /112f7a4a-0051-cc2b-3b61-1898181b9950 + + +