все параметры
trixie  ] [  sid  ]
[ Источник: aioruuvigateway  ]

Пакет: python3-aioruuvigateway (0.1.0-2)

Ссылки для python3-aioruuvigateway

Screenshot

Ресурсы Debian:

Исходный код aioruuvigateway:

Сопровождающие:

Внешние ресурсы:

Подобные пакеты:

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.

Другие пакеты, относящиеся к python3-aioruuvigateway

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка python3-aioruuvigateway

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 6,0 Кб30,0 Кб [список файлов]