Pakiet: python3-aioruuvigateway (0.1.0-2)
Odnośniki dla python3-aioruuvigateway
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego aioruuvigateway:
- [aioruuvigateway_0.1.0-2.dsc]
- [aioruuvigateway_0.1.0.orig.tar.gz]
- [aioruuvigateway_0.1.0-2.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
asyncio-native library for Ruuvi Gateway data requests
An asyncio-native library designed to request data from a Ruuvi Gateway. It supports bearer token authentication and allows for efficient data retrieval and parsing.
The Ruuvi Gateway is a device that allows you to remotely access your Ruuvi sensors from anywhere in the world.
This library offers both an API and a command-line interface for accessing and displaying data from the Ruuvi Gateway.
Example usage:
from aioruuvigateway.api import get_gateway_history_data
async with httpx.AsyncClient() as client:
history = await get_gateway_history_data( client=client, host="192.168.1.249", bearer_token="your_token_here", ) print(history)
Command-line interface example:
python -m aioruuvigateway --host 192.168.1.249 --token bearbear --parse --json
This will output data from the gateway in JSON format, printing changed information every 10 seconds.
Inne pakiety związane z python3-aioruuvigateway
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-bluetooth-data-tools
- Python tools for converting bluetooth data and packets
-
- dep: python3-httpx
- next generation HTTP client
Pobieranie python3-aioruuvigateway
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 6,0 KiB | 30,0 KiB | [lista plików] |