Generic tool to get weather information and publish them to a MQTT topic.

docker mqtt openmeteo python
1 Open Issue Need Help Last updated: Apr 2, 2025

Open Issues Need Help

View All on GitHub

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