Skip to main content

Asynchronous library to control Shelly devices.

Project description

Aioshelly

Asynchronous library to control Shelly

This library is under development.

Requires Python 3 and uses asyncio, aiohttp and aiocoap.

import asyncio
from pprint import pprint
import aiohttp
import aioshelly

async def main():
    options = aioshelly.ConnectionOptions("192.168.1.165", "username", "password")

    async with aiohttp.ClientSession() as aiohttp_session, aioshelly.COAP() as coap_context:
        try:
            device = await asyncio.wait_for(
                aioshelly.Device.create(aiohttp_session, coap_context, options), 5
            )
        except asyncio.TimeoutError:
            print("Timeout connecting to", ip)
            return

        for block in device.blocks:
            print(block)
            pprint(block.current_values())
            print()


if __name__ == "__main__":
    asyncio.run(main())

Included examples

The repository includes two examples to quickly try it out.

Connect to a device and print its status whenever we receive a state change:

python3 example.py <ip> [<username> <password]

Connect to all the devices in devices.json at once and print their status:

python3 example.py

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.5.1b0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

aioshelly-0.5.1b0-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file aioshelly-0.5.1b0.tar.gz.

File metadata

  • Download URL: aioshelly-0.5.1b0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for aioshelly-0.5.1b0.tar.gz
Algorithm Hash digest
SHA256 7acb706d1adac8c4ff47b4753222035550b0e1272cd078c5224f8e6b76601d72
MD5 956e655bd28fc5a1c8bcd561a55e9565
BLAKE2b-256 fb060a3bfd6ed628d0f664f0a1ec6ad31dac8bf312907cbdaab196d30f262747

See more details on using hashes here.

File details

Details for the file aioshelly-0.5.1b0-py3-none-any.whl.

File metadata

  • Download URL: aioshelly-0.5.1b0-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for aioshelly-0.5.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 05890b2866f8ebcb17585ece9623f0b0231d0ee2e10c1f40bf7b11c3e65b44f5
MD5 df583cfd0da674d1d02f4a214b566b26
BLAKE2b-256 678497518437c3ff78c4b8d8bb42c6c2eed1fe87c63149551c452b33a0951f79

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page