You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here I am passing arg1: file_name_to_save_timeseries_data, arg2: tenant_id, arg3: keys, arg4: start_time, arg5: endtime
I even tried, but its giving empty results (res={})
res = rest_client.get_timeseries(EntityId('my_tenant_id', 'TENANT'), keys="epc,locationId", start_ts="1660037511000", end_ts="1661247111000")
print("latest timeseries from tenant is: {}".format(res))
May be you can write here full api call for getting timeseries data from particular tenant.
for eg: rest_client.get_timeseries(entity_id=entityId, keys=keys, start_ts=startTs, end_ts=endTs)
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 source code, we are not loading this telemetry module
[1] https://github.com/thingsboard/thingsboard-python-rest-client/blob/master/tb_rest_client/rest_client_pe.py#L1567&#L1608
Expected behavior:
User should be able to get telemetry data using python rest client.
Additional Information:
python rest client version: 1.4
The text was updated successfully, but these errors were encountered: