Skip to main content

Enhanced Casambi Bluetooth client library with switch event support

Project description

PyPI Discord

Casambi Bluetooth Revamped - Enhanced Python library for Casambi networks

This is an enhanced fork of the original casambi-bt library with additional features:

  • Switch event support - Receive button press/release events from Casambi switches
  • Improved relay status handling - Better support for relay units
  • Bug fixes and improvements - Various fixes based on real-world usage

This library provides a bluetooth interface to Casambi-based lights. It is not associated with Casambi.

For Home Assistant integration using this library, see casambi-bt-hass.

Getting started

This library is available on PyPi:

pip install casambi-bt-revamped

Have a look at demo.py for a small example.

Switch Event Support

This library now supports receiving switch button events:

from CasambiBt import Casambi

def handle_switch_event(event_data):
    print(f"Switch event: Unit {event_data['unit_id']}, "
          f"Button {event_data['button']}, "
          f"Action: {event_data['event']}")

casa = Casambi()
# ... connect to network ...

# Register switch event handler
casa.registerSwitchEventHandler(handle_switch_event)

# Events will be received when buttons are pressed/released

MacOS

MacOS does not expose the Bluetooth MAC address via their official API, if you're running this library on MacOS, it will use an undocumented IOBluetooth API to get the MAC Address. Without the real MAC address the integration with Casambi will not work. If you're running into problems fetching the MAC address on MacOS, try it on a Raspberry Pi.

Casambi network setup

If you have problems connecting to the network please check that your network is configured appropriately before creating an issue. The network I test this with uses the Evoultion firmware and is configured as follows (screenshots are for the iOS app but the Android app should look very similar):

Gateway settings Network settings Performance settings

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

casambi_bt_revamped-0.3.7.dev10.tar.gz (31.8 kB view details)

Uploaded Source

Built Distribution

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

casambi_bt_revamped-0.3.7.dev10-py3-none-any.whl (34.0 kB view details)

Uploaded Python 3

File details

Details for the file casambi_bt_revamped-0.3.7.dev10.tar.gz.

File metadata

File hashes

Hashes for casambi_bt_revamped-0.3.7.dev10.tar.gz
Algorithm Hash digest
SHA256 cef3d4940f9cb5939121516d54fc56316c8e2ee07e2d8fae846216e8ea0adbfe
MD5 195c045f0c69b6087d67372749d55c10
BLAKE2b-256 30622fa249bac88c4fd5a38323d574bb8228c5ad3235f052cd5106780058bf3c

See more details on using hashes here.

File details

Details for the file casambi_bt_revamped-0.3.7.dev10-py3-none-any.whl.

File metadata

File hashes

Hashes for casambi_bt_revamped-0.3.7.dev10-py3-none-any.whl
Algorithm Hash digest
SHA256 a3363782e7842ffe62b2208b4ae6576e3fe196491cf8c37cd96a3955be665e25
MD5 d2628b3b2b7e5505f50196553f628511
BLAKE2b-256 88630b24e20071dfe61e417c044c428a651f256665399e2cbf512326e0e6621d

See more details on using hashes here.

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