Python module to talk to Philips Hue.
Project description
Aioshelly
Asynchronous library to control Shelly
This library is under development.
Requires Python 3.5 and uses asyncio, aiohttp and aiocoap.
import asyncio
from pprint import pprint
import aiohttp
import aioshelly
async def main():
async with aiohttp.ClientSession() as session:
device = await aioshelly.Device.create("192.168.1.165", session)
# pprint(device.d)
# pprint(device.s)
for block in device.blocks:
print(block)
pprint(block.current_values())
print()
print(await device.blocks[0].toggle())
await device.shutdown()
if __name__ == "__main__":
asyncio.run(main())
Contribution guidelines
Object hierarchy and property/method names should match the Shelly API.
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
aioshelly-0.1.1.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file aioshelly-0.1.1.tar.gz
.
File metadata
- Download URL: aioshelly-0.1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3b99696c8631dbf4cfb98d33bfbe3d47559080934f2750203785bd38bbdd085 |
|
MD5 | 67f01c72c4c14ad2e9949ce2f446328b |
|
BLAKE2b-256 | 297124d479fa2f75e2a3d46ff9971eca55a194ffd804605f1fa1c4464b25e0b7 |
File details
Details for the file aioshelly-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: aioshelly-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e17804005b5902f3ea9eb5764dfa5aa8ef1e6ee5f1461f811ec71c49efe329cb |
|
MD5 | edf8e98203754ee4c29b55e5c0a2c7e6 |
|
BLAKE2b-256 | d511193b43f32d87a1e7b0f7cdd023ee09738d0a23b1624da995d2645f45bf97 |