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

Hi, Is there a way to read or write on multiple devices telemetry in one call? If not, I think that could be a good enhancement of the API. (I...

/api/entitiesQuery/count Count Entities by Query:Relations Query Filter API interface and python_ The class (RelationsQueryFilter) does not match ![图片](https://user-images.githubusercontent.com/20569692/192083746-d7d7006c-a104-403b-b7ed-ba99199ba532.png)

Description: Currently we are missing support for some important feature in the python tb rest client version 1.4 , for eg: getting telemetry data As i can see in github...

When there is a problem with network (or no connection at all), the `post` function inside `login` function (`rest_client_base.py` file) is creating unhandled exceptions. I thing this post function needs...

Token expiration problem as token_info property not being updated. closes #21

While trying to download a gz file as OTA package thanks to thingsboard-python-rest-client I have this error ``` Traceback (most recent call last): File "ota.py", line 31, in downloads=rest_client.download_ota_package(str(first_package.id.id)) File...

The problem is that thread function ``` def run(self): self.stopped = False while not self.stopped: try: check_time = time() if check_time >= self.token_info["refreshToken"] and self.logged_in: if self.username and self.password: self.login(self.username,...

Hello, The method "change_owner_to_customer" that was working perfectly some months ago, is now throwing this error: JSON parse error: Cannot deserialize value of type `[Ljava.lang.String;` from Object value (token `JsonToken.START_OBJECT`);...

**The bug** When creating a dashboard with an assigned customer, it does not assign the customer to the dashboard, it saves correctly but without a customer. **Server Environment** * [ThingsBoard...

I need to use this python rest client and my requirements.txt is like this: `git+https://github.com/jpadilla/pyjwt` `git+https://https://github.com/thingsboard/thingsboard-python-rest-client` the latest pyjwt tag is now 2.8.0 but in the requirements of this project...