# 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:
```python
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)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/PPw096/wittiot",
"name": "wittiot",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "PPw096",
"author_email": "1225835565@qq.com",
"download_url": "https://files.pythonhosted.org/packages/e0/25/42d4ad03f28ddcc596bf765fa12632703fdb23e6b52016c36f888329f7c2/wittiot-1.0.29.tar.gz",
"platform": null,
"description": "# Wittiot get data\r\n \r\nData access for some Wittiot models.\r\n \r\n- LAN data acquisition: request_loc_allinfo().Use the ip of the device to get data.\r\nexample:\r\n```python\r\nfrom wittiot import Wittiot\r\nfrom aiohttp import ClientSession\r\nasync def main() -> None:\r\n async with ClientSession() as session:\r\n try:\r\n api = Wittiot(\"10.255.172.105\", session=session)\r\n res =await api._request_loc_allinfo()\r\n _LOGGER.info(\"_request_loc_allinfo==============: %s\", res)\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "WSView Plus support",
"version": "1.0.29",
"project_urls": {
"Homepage": "https://github.com/PPw096/wittiot"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "75815eb014106189fd4671785616a1224a9039d10a0e2d5f24719eb73febe514",
"md5": "a0b7127702f550739a03f2c4009715bc",
"sha256": "5d1fdf951d4df85d64f7f16293de35ab7aebca7d6a365ebd746b2e7a18ef9f5e"
},
"downloads": -1,
"filename": "wittiot-1.0.29-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a0b7127702f550739a03f2c4009715bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 19759,
"upload_time": "2025-08-29T02:26:36",
"upload_time_iso_8601": "2025-08-29T02:26:36.564728Z",
"url": "https://files.pythonhosted.org/packages/75/81/5eb014106189fd4671785616a1224a9039d10a0e2d5f24719eb73febe514/wittiot-1.0.29-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e02542d4ad03f28ddcc596bf765fa12632703fdb23e6b52016c36f888329f7c2",
"md5": "b6ae6bf8990711a0765911210ec00471",
"sha256": "ce7cb0fce584510a5d6c05a0e501cc36020e7ff723fbd7f923e4fb3c6e723c21"
},
"downloads": -1,
"filename": "wittiot-1.0.29.tar.gz",
"has_sig": false,
"md5_digest": "b6ae6bf8990711a0765911210ec00471",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17829,
"upload_time": "2025-08-29T02:26:38",
"upload_time_iso_8601": "2025-08-29T02:26:38.073884Z",
"url": "https://files.pythonhosted.org/packages/e0/25/42d4ad03f28ddcc596bf765fa12632703fdb23e6b52016c36f888329f7c2/wittiot-1.0.29.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-29 02:26:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PPw096",
"github_project": "wittiot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "wittiot"
}