Aiocloudweather 2024.7.1 | Coderz Repository

aiocloudweather 2024.7.1

Last updated:

0 purchases

aiocloudweather 2024.7.1 Image
aiocloudweather 2024.7.1 Images

Free

Languages

Categories

Add to Cart

Description:

aiocloudweather 2024.7.1

aiocloudweather




A simple Python library for parsing Wunderground and Weathercloud update requests, based on aioecowitt for Ecowitt weather stations.
Installation
You can install aiocloudweather from PyPI using pip:
pip install aiocloudweather

Usage
import asyncio
import aiocloudweather

async def dataset_handler(station: WeatherStation):
# Your code here


app = CloudWeatherListener()
app.new_dataset_cb.append(dataset_handler)

await app.start()
while True:
await asyncio.sleep(100000)

Contributing
Contributions are welcome! Please also check the Cloud Weather Proxy project which uses this library to enable the weather stations in HomeAssistant.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.