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

ThingsBoard REST API client

Results 31 thingsboard-python-rest-client issues
Sort by recently updated
recently updated
newest added

Is there a function or an API call to get the attributes of an asset?

## Description I am looking for a way to retrieve all dashboard groups. I have successfully used the `get_user_dashboards` API call to fetch the dashboards, but I need a similar...

Please check the PR description: https://github.com/thingsboard/thingsboard/pull/10786

Hello, I am trying to upgrade Python rest client to the newer version 3.7.0. I am receiving this error after running the command "pip3 install tb-rest-client -U". Any help? Thank...

Hey folks, I found a bug when trying to list all the devices for my customer. The `get_customer_device_infos` is passing the `type` kwarg to `get_customer_device_infos_using_get`. But `get_customer_device_infos_using_get` doesn't support `type`....

There is no method to import device configuration and rule chain

OS: windows OS (win-11 23H2) Python version: 3.12.3 When I try to use the tb-rest client 3.8.0 (pip installed) on from a python script like this: ```python try: from tb_rest_client.rest_client_ce...

We are experiencing an intermittent issue with the tb-rest-client (Version: 3.6.3) when used with ThingsBoard 3.6.3 Professional Edition. Approximately 1 in every 300–1000 login attempts results in the login call...

I have a CSV exported TimeSeries data using `tb-rest-client` running on Python. I want this data re-added to an existing device on a new Thingsboard instance that had to be...