全部搜尋項
bianca  ]
[ 原始碼: aioruuvigateway  ]

套件:python3-aioruuvigateway(0.1.0-2)

python3-aioruuvigateway 的相關連結

Screenshot

下載原始碼套件 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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python3-aioruuvigateway

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 6。0 kB30。0 kB [檔案列表]