Closed santiago-ruiz closed 3 years ago
Hi @santiago-ruiz ,
Thank you for your interest in ThingsBoard IoT gateway. I have added the functionality like you described, to use it please try to use the version from the master branch. Also it will be available in the next release.
Hi @zbeacon, thanks for the quick answer. This new feature is working perfectly!
Describe the bug I'm currently using ThingsBoard Cloud with a ThingsBoard Gateway and looking at the API usage I found that the "Transport hourly activity" was higher than expected. After searching for a bit, looking at the MQTT traffic in the gateway with
tcpdump
I found that is pushing datapoints (eventsProduced
,eventsSent
,modbusconnectorEventsProduced
, andmodbusconnectorEventsSent
) every 5 seconds. This frequency cannot be changed in configuration and represents more than 2M Data Points in transport monthly. This limits the API usage a user can get from ThingsBoard Cloud and its unnecessary information. I think this should be configurable in some way....Versions :