--- title: Z-Wave.Me description: Instructions on how to integrate Z-Wave with Home Assistant via Z-Wave.Me Z-Way. ha_category: - Binary Sensor - Button - Climate - Cover - Fan - Hub - Light - Lock - Number - Sensor - Siren - Switch ha_release: 2022.3 ha_iot_class: Local Push ha_config_flow: true ha_codeowners: - '@lawfulchaos' - '@Z-Wave-Me' - '@PoltoS' ha_domain: zwave_me ha_platforms: - binary_sensor - button - climate - cover - fan - light - lock - number - sensor - siren - switch ha_zeroconf: true ha_integration_type: integration --- This integration allows you to control a Z-Wave network via the [Z-Wave.Me Z-Way](https://z-wave.me/z-way/). It combines the performance and the power of the diagnostics tools built-in Z-Way with the flexibility of Home Assistant. The integration brings all Z-Way devices in Home Assistant (Z-Wave, EnOcean, HTTP based, and others). {% include integrations/config_flow.md %} {% 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