Home Assistant add-on repository for Warema WMS Weather Station integration.
Queries weather data from a Warema WebControl Pro and publishes it to MQTT with Home Assistant auto-discovery.
Sensors created:
- Wind Speed (m/s)
- Illuminance (lx)
- Battery (%)
- Dusk Level
- In Home Assistant, go to Settings → Add-ons → Add-on Store
- Click ⋮ (menu) → Repositories
- Add this repository URL
- Find "WMS Weather Station" and click Install
- Configure and start
| Option | Description | Default |
|---|---|---|
webcontrol_host |
IP address of WebControl Pro | 192.168.1.100 |
webcontrol_eui |
Weather Station EUI — leave blank to auto-discover | (auto) |
mqtt_server |
MQTT broker URL | mqtt://core-mosquitto:1883 |
mqtt_user |
MQTT username (optional) | |
mqtt_password |
MQTT password (optional) | |
polling_interval |
Polling interval in seconds | 30 |
If webcontrol_eui is left blank (the default), the add-on automatically:
- Fetches the encryption key from the WebControl Pro's built-in JavaScript
- Reads the WebControl Pro serial number from its
/infoendpoint - Queries the device registry to find connected weather station EUIs
Only webcontrol_host needs to be set.
For issues and feature requests, please open an issue on GitHub.