thingsboard-python-client-sdk icon indicating copy to clipboard operation
thingsboard-python-client-sdk copied to clipboard

ThingsBoard client Python SDK

Results 43 thingsboard-python-client-sdk issues
Sort by recently updated
recently updated
newest added

Hello, I am using the TBDeviceMqttClient class from the "tb_device_mqtt.py". I am getting this error when launching a firmware update: ```File "/home/ubuntu/.local/lib/python3.8/site-packages/tb_device_mqtt.py", line 324, in _on_decoded_message callback = self._attr_request_dict.pop(req_id) KeyError:...

with python 3.7 and client 1.6 not possible connect to server using Token (examples) . TBDeviceMqttClient init does not have this option, require PORT and username + password if you...

Cound anyone tell me What is the difference between subscribe attributes and request attributes ?

With the new version 1.8.7 we encounter the following error: 024-03-19 16:42:42.709 ERROR [Sending thread ] [tb_device_mqtt ] __sending_thread_main - Error during data sending: Traceback (most recent call last): File...

This will install `mmh3` when installing the package itself, unless `pymmh3` is already installed. I have updated the readme to explain this. Fixes #39 Fixes #48 Most likely fixes #50

I follow example. It not good. When it will be up to date ?

The example in the readme says to use the callback as: `def on_attributes_change(client, result, exception):` But the callback doesn't bring the client information. I solved this by using: `def on_attributes_change(result,...

Hi, I have installed the tb_device_mqtt package on my ubuntu 22.04 running in VMware. It seem to have installed properly. However, when running the following code on jupyter notebook: 'from...