-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Cause: Your API key is valid, but the coordinates you entered don't match a configured API location on kachelmannwetter.com.
Fix:
- Log in to accounts.meteologix.com
- Go to your subscription → "API-Standorte verwalten"
- Make sure the coordinates match what you entered in Home Assistant
- The hobby plan allows max 2 locations
Cause: The API key is wrong or expired.
Fix:
- Check your API key in account settings → "API-Keys verwalten"
- If it expired, generate a new one
- Use the reauth flow in HA (notification will appear automatically)
Cause: You've used all your daily API requests.
Fix:
- Increase the update interval: Settings → Devices & Services → KachelmannWetter → Configure
- Recommended: 900 seconds (15 min) or higher
- The integration will automatically retry after the rate limit resets
- See API & Rate Limits for detailed calculations
Possible causes:
- API is temporarily down → wait for next update cycle
- Network issue → check your internet connection
- Rate limited → check
sensor.kachelmannwetter_api_requests_remaining - API key expired → check for reauth notification
Debug:
- Enable debug logging (see below)
- Check Home Assistant logs for error messages
- Try the diagnostics download
Cause: The Kachelmann API uses different weather symbol names than HA expects.
Info: All known symbols are mapped. If you find an unmapped one, please open an issue with the weatherSymbol value from diagnostics.
Info: Precipitation probability comes from the 14-day trend endpoint (not the 6h forecast). It represents the probability of ≥1mm precipitation for the entire day, not per hour.
Cause: v2.0.0 changed the device identifier from config entry ID to coordinates.
Fix: Remove the integration and re-add it. Your automations will reconnect automatically if entity IDs haven't changed.
Add this to your configuration.yaml:
logger:
default: warning
logs:
custom_components.kachelmannwetter: debugThen restart Home Assistant. Debug logs will show:
- When data updates are triggered
- API endpoint types being called
- Rate limit information
- Any errors during fetching
Note: Since v2.3.1, coordinates and full URLs are no longer logged for privacy.
Download diagnostics for bug reports:
- Go to Settings → Devices & Services → KachelmannWetter
- Click the three dots menu → Download diagnostics
- The download contains all coordinator data with the API key automatically redacted
Attach this file when opening issues.
Run the audit script to verify all API fields are mapped:
cd /path/to/haKachelmannWetter
python scripts/audit_api_coverage.py- Check this wiki first
- Search existing issues
- If unresolved, open a new issue with:
- Your HA version
- Integration version (from manifest.json)
- Diagnostics download
- Relevant log entries