Skip to main content

ThingsBoard CircuitPython client SDK

Project description

Discord Server Build Status Code Style: Ruff

ThingsBoard CircuitPython Client SDK

💡 Make the notion that it is the early alpha of MQTT client MicroPython SDK special for controllers. So we appreciate any help in improving this project and getting it growing.

ThingsBoard is an open-source IoT platform for data collection, processing, visualization, and device management. This project is a CircuitPython library that provides convenient client SDK for Device API.

SDK supports:

  • Device MQTT API provided by ThingsBoard

  • QoS 0 and 1

  • Automatic reconnect

  • Device Claiming

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install circuitpython-thingsboard-client-sdk

To install system-wide (this may be required in some cases):

sudo pip3 install circuitpython-thingsboard-client-sdk

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install thingsboard-circuitpython-client-sdk

Installing to a Connected CircuitPython Device with Circup

Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:

pip3 install circup

With circup installed and your CircuitPython device connected use the following command to install:

circup install thingsboard-circuitpython-client-sdk

Or the following command to update an existing version:

circup update

Getting Started

Client initialization and telemetry publishing

from tb_device_mqtt import TBDeviceMqttClient
telemetry = {"temperature": 41.9, "enabled": False, "currentFirmwareVersion": "v1.2.2"}
client = TBDeviceMqttClient(host="127.0.0.1", port=1883, access_token="A1_TEST_TOKEN")
# Connect to ThingsBoard
client.connect()
# Sending telemetry without checking the delivery status
client.send_telemetry(telemetry)
# Disconnect from ThingsBoard
client.disconnect()

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Support

Licenses

This project is released under Apache 2.0 License.

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

thingsboard_circuitpython_client_sdk-0.0.1.tar.gz (20.9 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file thingsboard_circuitpython_client_sdk-0.0.1.tar.gz.

File metadata

File hashes

Hashes for thingsboard_circuitpython_client_sdk-0.0.1.tar.gz
Algorithm Hash digest
SHA256 afb906381c4aa5e605eb41ee41e9664c641cd9fca0448c14ea54b42f36b13ade
MD5 900b754ebcef6263f501133071e45cd1
BLAKE2b-256 4531a5c84d299fec6d478710c9c5a2a5204a9e2ba73ee853d972a97112b14b7e

See more details on using hashes here.

File details

Details for the file thingsboard_circuitpython_client_sdk-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for thingsboard_circuitpython_client_sdk-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ec0f99bd14d59048dbe944245159ee9492fd4b6132d2f08c4c1ca2f43e2c8d4
MD5 c9b40812df5700913c7a7aa74e11329b
BLAKE2b-256 9b967c154b609204914ce69628774065e8d6ee5a2fe4ad2f4a0c65228b19eb4b

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