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 fork adds support for 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.6.dev2.tar.gz (33.4 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.6.dev2-py3-none-any.whl (35.9 kB view details)

Uploaded Python 3

File details

Details for the file casambi_bt_revamped-0.3.6.dev2.tar.gz.

File metadata

  • Download URL: casambi_bt_revamped-0.3.6.dev2.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for casambi_bt_revamped-0.3.6.dev2.tar.gz
Algorithm Hash digest
SHA256 721c8335666ac28e0d47e58c8f0b11e29f77a4de6acf00ddebc9a306ef031359
MD5 920e2635f3c4aee116a57fcf8378d01b
BLAKE2b-256 0e529b2a08478fc9308f6cf2863ce13f980a0ce869cfe5cd8383af122d2be8db

See more details on using hashes here.

File details

Details for the file casambi_bt_revamped-0.3.6.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for casambi_bt_revamped-0.3.6.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 2cd3fb50f2a96ac329ead26893dad00439162c012f75fbad3f6cf8206c71552b
MD5 5e4e3e24fa886bd544415baca1eb1041
BLAKE2b-256 fd571ed6c06ff10ed9d4c0549a37a91aa395de93cb59b307c5d3aa8166874f40

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