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

If you do not have sleep time, there are some lost in TB. NO ERRORS. ``` for (device, data) in dataset: gateway.gw_connect_device(device) gateway.gw_send_attributes(device, data) gateway.gw_disconnect_device(device) time.sleep(0.01) ```

Hi there ! I'm currently using the python client sdk and i found a missing item. So maybe i'm not using correctly the SDK but when my gateway device **TBGatewayMqttClient**...

""2022-07-09 11:08:23" - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init__ - 112 - Gateway starting..." ""2022-07-09 11:08:23" - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init__ - 117 - ThingsBoard IoT...

Is there a roadmap for the SDK releases?

I am registering MQTT in two devices with same Topic and device Token. When trying to do so Mqtt server has been closed in first device.

i have used these commands to generate server.pem ( self signed certificate ) and server_key.pem (privarte key) openssl ecparam -out server_key.pem -name secp256r1 -genkey openssl req -new -key server_key.pem -x509...

Hi again! The provided examples do not exit even after calling the disconnect function of the client/gateway. Two reasons: - The mqtt client loop is not stopped in the disconnect...

Fixes #3 Signed-off-by: Aitor Iturrioz

Hi guys! I have been playing with the library (many thanks for your work!) and I have discovered that the provided examples do not work well because the library send...