Enhanced Casambi Bluetooth client library with switch event support
Project description
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):
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file casambi_bt_revamped-0.3.7.dev5.tar.gz.
File metadata
- Download URL: casambi_bt_revamped-0.3.7.dev5.tar.gz
- Upload date:
- Size: 36.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed63ea9b0528f1dfd254dc76ce7a3380b4785df5013fc45a2661f365e70e31bd
|
|
| MD5 |
bc7ee85a6218d6df1175e5e832aff801
|
|
| BLAKE2b-256 |
74d3956dbde4e369d9480705c789f26da662b9a07bdf1d0cf0cb3480d5a74826
|
File details
Details for the file casambi_bt_revamped-0.3.7.dev5-py3-none-any.whl.
File metadata
- Download URL: casambi_bt_revamped-0.3.7.dev5-py3-none-any.whl
- Upload date:
- Size: 38.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71dd8b978725f3089901901b122ea13ceef192a9db0745ec44b63361d200e3e4
|
|
| MD5 |
146a6663d12f8e56d47673e40fdda318
|
|
| BLAKE2b-256 |
81ba2ee8afb54a6fc5174fc780eb4b6d1fe4684c85e0ca6b8bd289b2d357cae1
|