Gastón Corthey

Results 19 comments of Gastón Corthey

I managed to do that with **rest api call** in the rule engine: ![image](https://github.com/thingsboard/thingsboard/assets/11965006/c8355282-8adb-422f-9de7-b889a0a5369e) First, after alarm is generated, I added a transformation script node (Add auth for API) to...

This is a very important feature that is also difficulting our migration from AWS/Grafana to TB.

Hello @AndriichnekoDm. **Do you know when this will be ready?** At least in the function field, if we can get entity attibutes, it will be enough. Similar to what is...

Hello @ashvayka, I can't see this feature in TB PE 3.6.3. Is it included? Thanks

Hello, @dashevchenko, Thanks for your reply. I attach below the output of `cat /var/log/thingsboard/thingsboard.log | grep 14:02:18` as at that time there was an alarm due to device disconnected: ```...

@dashevchenko ``` state.defaultInactivityTimeoutInSec: "${DEFAULT_INACTIVITY_TIMEOUT:600}" statedefaultStateCheckIntervalInSec: "${DEFAULT_STATE_CHECK_INTERVAL:60}" transport.sessions.inactivity_timeout: "${TB_TRANSPORT_SESSIONS_INACTIVITY_TIMEOUT:300000}" transport.report_timeout: "${TB_TRANSPORT_SESSIONS_REPORT_TIMEOUT:3000}" ```

Hi @dashevchenko what do you mean with rate limit notifications?

Sorry @dashevchenko, I don't get how that is related to my issue

I use PostgreSQL On Mon, Feb 12, 2024, 10:01 devaskim ***@***.***> wrote: > It depends on what aggregation functions database provides with. As I > know, Cassandra supports only MIN,...

As far as I understand from [here](https://www.postgresql.org/docs/9.1/functions-aggregate.html), PostgreSQL has `stddev` aggregation function available. However, when I try to use it with Thingsboard API REST [getTimeseriesUsingGET function ](https://demo.thingsboard.io/swagger-ui/#/telemetry-controller/getTimeseriesUsingGET) I doesn't work:...