-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Setup
- A KachelmannWetter Plus subscription — kachelmannwetter.com
- An API key — activate it in your account settings under "API-Keys verwalten"
- A configured API location — set it under "API-Standorte verwalten" in your subscription (max 2 locations on the hobby plan)
⚠️ The API key and the location must be configured on the Kachelmann website before setting up the integration. The API will return 403 if the coordinates don't match a configured location.
- Open HACS in Home Assistant
- Click the three dots menu (top right) → Custom repositories
- Add
https://github.com/nodomain/haKachelmannWetterwith category Integration - Search for "KachelmannWetter" and install it
- Restart Home Assistant
Or use the one-click button:
- Download the latest release
- Copy the
custom_components/kachelmannwetterfolder to your HAconfig/custom_components/directory - Restart Home Assistant
- Go to Settings → Devices & Services → Add Integration
- Search for KachelmannWetter
- Enter your API key and the coordinates of your configured API location
- Done — all entities will be created automatically
The config flow pre-fills your Home Assistant home coordinates as defaults.
After setup, you can adjust the update interval via the integration options:
| Setting | Default | Min | Max |
|---|---|---|---|
| Update interval | 600s (10 min) | 60s | 3600s |
Go to Settings → Devices & Services → KachelmannWetter → Configure to change it.
- HACS: Updates appear automatically in the HACS dashboard
-
Manual: Replace the
custom_components/kachelmannwetterfolder and restart
Check the Changelog before updating. Breaking changes are marked with
Notable: v2.0.0 changed the device identifier from config entry ID to coordinates — you need to remove and re-add the integration after updating to v2.x.
If your API key expires or changes, Home Assistant will show a "Reauth required" notification. Click it and enter your new API key — no need to remove the integration.