Open Issues Need Help
View All on GitHub Implement parser to parse daily weather 2 months ago
AI Summary: Implement a parser in Python to extract daily weather data from the Open Meteo API's `response.Daily()` object. This involves creating a `parse_daily_weather` function that processes the API's response structure, similar to the existing `parse_current_weather` function (example provided in `/workfiles/weatherForecast.py`).
Complexity:
3/5
help wanted hackergarden
Generic tool to get weather information and publish them to a MQTT topic.
#docker#mqtt#openmeteo#python