WittIOT Device support
Project description
Wittiot get data
Data access for some Wittiot models.
- LAN data acquisition: request_loc_allinfo().Use the ip of the device to get data. example:
from wittiot import Wittiot
from aiohttp import ClientSession
async def main() -> None:
async with ClientSession() as session:
try:
api = Wittiot("10.255.172.105", session=session)
res =await api._request_loc_allinfo()
_LOGGER.info("_request_loc_allinfo==============: %s", res)
except EcowittError as err:
_LOGGER.error("There was an error: %s", err)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wittiot-1.0.0.tar.gz
(7.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wittiot-1.0.0.tar.gz.
File metadata
- Download URL: wittiot-1.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6eb3cc89e7e3cb6d31f308569c8c8674cae2389f955a0365d23a389b111e44b
|
|
| MD5 |
0ca3d584bd43025727e76f46941e15cf
|
|
| BLAKE2b-256 |
64d4702381fbd4e31dc720e43a65e59b3cdcd0dd0917398ae591de9325c524b5
|
File details
Details for the file wittiot-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f1717fd152f74fe12632b7fbf67bbe00fd902488784492b3004b7e7c9225e8
|
|
| MD5 |
659a23a7d6389eeb664141681e078246
|
|
| BLAKE2b-256 |
74049a27aaa28ae4b9612d0abd9a821e201f07ecf49d005c8f6596ee4eb33337
|