Skip to main content

Talk to the Hubspace API asynchronously

Project description

Connects to Hubspace API and provides an easy way to interact with devices.

This project was designed to asynchronously connect to the Hubspace API. It has the ability to retrieve the devices and set new states. It was updated from hubspace_async and merged with concepts from aiohue.

[![Execute tests and linting](https://github.com/Expl0dingBanana/aiohubspace/actions/workflows/cicd.yaml/badge.svg?branch=main)](https://github.com/Expl0dingBanana/aiohubspace/actions/workflows/cicd.yaml)

Overview

All data is stored within a “bridge” that knows of all of the devices aligned with the Hubspace account. This bridge contains multiple controllers for each device type. These controllers know how to interact with the Hubspace devices. Each controller manages the device’s states. To retrieve a device, you must query bridge.<controller>.get_device(<hubspace_id>) which will return a model containing all the states. Any changes to the model will not update Hubspace as the correct call needs to be made.

Controllers

The following controllers are implemented:

  • bridge.devices: Top-level devices (such as a ceiling-fan, or light that

    is not associated with another device). These entities also contain their respective sensors and binary sensors. This is purely an informational controller and cannot set any states.

  • bridge.fans: Any device that matches a fan. Can perform the following actions:

    • turn_on

    • turn_off

    • set_speed

    • set_direction

    • set_preset

  • bridge.lights: Any device that matches a fan. Can perform the following actions:

    • turn_on

    • turn_off

    • set_color_temperature

    • set_brightness

    • set_rgb

    • set_effect

  • bridge.locks: Any device that matches a lock. Can perform the following actions:

    • lock

    • unlock

  • bridge.switches: Any device that matches a switch. Can perform the following actions:

    • turn_on

    • turn_off

  • bridge.valves: Any device that matches a valves. Can perform the following actions:

    • turn_on

    • turn_off

Example Usage

All examples assume you entered the shell with python -m asyncio

from aiohubspace import v1
import logging
logging.getLogger("aiohubspace").setLevel(logging.DEBUG)
USERNAME="" # Hubspace username
PASSWORD="" # Hubspace password
POLLING_INTERVAL=30 # Number of seconds between polling cycles
# Create the bridge
bridge = v1.HubspaceBridgeV1(USERNAME, PASSWORD, polling_interval=POLLING_INTERVAL)
# Query the API and populate the controllers
await bridge.initialize()
# Turn on the light that matches id="84338ebe-7ddf-4bfa-9753-3ee8cdcc8da6"
await conn.lights.turn_off("84338ebe-7ddf-4bfa-9753-3ee8cdcc8da6")

Troubleshooting

  • Hubspace Device shows incorrect model

    • Hubspace does not always report all the pertinent information through the API. To resolve this, open a PR to src/aiohubspace/v1/device and update the dataclass HubspaceDevice.__post_init__ function to correctly identify the device.

  • Hubspace is slow to update

    • The API rate-limits request. If other things are hitting the API (such as the phone app or Home Assistant), you may need to stop using one to ensure a better connection.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohubspace-0.3.6.tar.gz (84.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiohubspace-0.3.6-py3-none-any.whl (35.6 kB view details)

Uploaded Python 3

File details

Details for the file aiohubspace-0.3.6.tar.gz.

File metadata

  • Download URL: aiohubspace-0.3.6.tar.gz
  • Upload date:
  • Size: 84.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aiohubspace-0.3.6.tar.gz
Algorithm Hash digest
SHA256 eb643ce6c6af97eab3b8b6ba38dcd8f970651c48794e07021a589a44c6c07459
MD5 d1e15b6d8ace3012a70a25833a730e08
BLAKE2b-256 237ea893f786995961f0f84f83c28949881dc5f5cfbc8e1b3a38efc02df4ee40

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohubspace-0.3.6.tar.gz:

Publisher: release.yaml on Expl0dingBanana/aiohubspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aiohubspace-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: aiohubspace-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aiohubspace-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b6bac11a3e4e0cc2988014480e8d9f28eeda8c5154962d1e8d275800eeeaae1b
MD5 59b35750a3a09ad3f8ded7cf7048cf14
BLAKE2b-256 2aa4039ed661ad187f71f7b7c201e2233da75f8187acd676d04fa1804ea03bb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohubspace-0.3.6-py3-none-any.whl:

Publisher: release.yaml on Expl0dingBanana/aiohubspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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