Adafruit IO Weather Service
Get hyper local, minute-by-minute weather forecasts delivered directly to your device running Adafruit IO Python. Service provided by Dark Sky.
The web panel for this service is available on Adafruit IO's Integrations page.
Note: An active Adafruit IO Plus subscription is required for using this integration. For more information about [Adafruit IO Plus (including its features and pricing), click here] (https://io.adafruit.com/plus).
Release Notes
- Updated
Client
for use with Adafruit IO's weather service. - Updated
MQTTClient
for subscribing to weather forecasts. - Added example of subscribing to three different forecasts using the MQTT client, receiving and parsing data from the su is here
To use in CPython, pip3 install adafruit-io
.
Read the docs for info on how to use it.