Using the TagoIO SDK in TagoCore to access device bucket data.
Dear TagoIO I have recently started working with TagoCore. So I would like to perform analysis with the data. When we do it with TagoIO we have the SDK that allows us to query the data. In TagoCore, do we also have an SDK?
Filtering by device for Map Widget
Currently, You can filter based on Tag when showing devices in a list. I think this feature would be very powerful for the map widget, but I have not figured out a way to do the same thing. What I would like is to create a pin that only shows the last
Creating a custom helium device with python analysis
Hello. I have been working on creating a helium device from an analysis. I have added the correct connector id and network id, but I have been failing at updated the EUI. This is the code I have to generate a new device: my_account = Account(account_token)
Connection to a database directly.
Hello everyone, I'm new here and in TAGOIO platform, i was wondering, what is the best way to connect the platform with an existing database? I already have a platform installed with a couple of sensors sending data to a DB and I would like to access
bar graph bar thickness
Hi, I have two charts: First come from simulation, second from real data. What is the difference? First have ideal interval, second no (avg 3 seconds difference between sample, sample interval 2h) Why first graph looks good, but second looks worse? Exist
Autoplay Videos on Compose Widget for iOS Apps
Hello there! I have a live video running from YouTube on my dashboard (I'm using the Compose Widget). When using a desktop to check the dashboard, the video starts to play as soon as I load the page. When I try to use TagoIO app or RUN app, it doesn't
TTN integration
Hi I use Dragino LT22222L connected to TTN. 12 days ago was last time i got data from TTN to Tagoio. Data from /to LT22222l andd TTN are fine. I am trying now to reconnect webhook connection between TTN and Tago. All I get is "Fail to send Webhook- Request".
external mqtt broker
Hi, I have device which communiacate with mqtt broker hosted by device manufacturer. Could I connect Tago directly to non-tago MQTT server? Tago Have mqtt integration, but it works only for device connected with broker mqtt.tago.io ?
Different Values on dashboard gauge and settings page
How do I get the gauge on the dashboard to read the same value as the settings page gauge? Please see attachments. Thanks in advance!
Accessing Configuration Parameters in Parser
@Gary Howell Hi there, I assume Configuration Parameters are simply key/value pairs. I want to store some parameters and user them in the payload parser script. If this is possible, how do I access them in the parser? Also, what is the purpose of the
Device parameter - config during payload parser
Hi, I know that I can read value of configuration parameters using: const type = device.params.find(param => param.key === "x"); But it is possible to CHANGE value of parameter (at payload parser) and save it? It is important for me, because I must calculate
August Lock Integration
Hello Taggers!!!! Has anyone successfully integrated an August Lock into Tago.io? Wanna talk? Reply any and all!!!!!
General Axios Code for Sending Downlink from an Analysis
Team, I don't write defensively, so error checking is weak... But this code took me some time to figure out. Hope it helps someone! General Strategy: 1) Put parameters in DEVICE TO BE CONTROLLED - including the HEX commands. 2) Make a general device so
What the JS libraries available to use in analysis?
Hi, guys! I know we can use some libraries like axios or dayjs in analysis just call them with "require". const axios = require("axios"); I just to know all the libraries available to use in analysis, a simple list or something like that. Do you guys
Extend Email service to include full attachments
One of the problems with the Email service in TagoIO is that attachments are not really attachments - they end up as a link back to the Tago file (bucket) system. This is potentially insecure and some organisations (e.g. local government) block such links.
TagoIO Learning Center maintenance
Greetings everyone, On February 8th, TagoIO's Learning Center will be temporarily offline as we transition it to a brand new platform. We anticipate the maintenance period beginning at 8 am EST and concluding by 3 pm EST. Thank you for your understa
Device List Widget
Make the device list widget clickable. More specfically if a user chooses to show the Name of the device you should also be able to click on that name and it bring you to whatever link the user ties to it in the setup of the widget.
The snipped code for 'Sending downlink using dashboards' does not work
Hi all. I got a problem with the code provided by Tago for 'sending downlinks from a dashboards'. First of all I have not changed anything from the code. I have added Environment Variables 'default_PORT' The error that I receive is ' Downlink failed with
Downlink from dashboard
Hi I follow instruction how sent downlink from dashboard. When i got dashboard widgets to edit, i can not enter payload. Variable from device form_download is default 00 and can not be changed. When I go back to dashboard i can enter payload in all 3
Is the name of the Action available in the Analysis Script
I'm not very good at reading the SDK, but is there a way to get the name of the Action that triggered an Action script INSIDE the Action script. I'd like to display the name of the action if possible. It seems so easy, yet... Thx!
Billing issue
Payment is made but still could able to see the update
Multiple devices on blueprint dashboard maps
Hello community, I don't know how to create the analysis to display multiple devices on a map using blueprint dashboard, so I need help to create the analysis since I don't know how to program this type of structures. Essentially, the flow will be: My
Suggested improvement: direct CRa LoRaWAN support
Hello, some time ago I asked for your help with connecting CRa LoRaWAN (https://www.cra.cz/internet-of-things-connecting-to-the-lora-iot-network) network with TagoIO so I could use my GPS tracker Moko. See here: https://help.tago.io/portal/en/community/topic/data-transfer-from-the-cra-lorawan-network-to-tagoio
Changing thousand and decimal separators at TagoRun
@Aline Tusi With just a few steps, TagoRun users (users that log in into your RUN application) can change the format of decimal separators in their own accounts. For this example, let’s use this dashboard that has a few widgets with numbers. Note that
How publish or suscribe Tago io with arduino ide mqtt librairies
@rony dampied i need to use arduino ide with pubsubclient librairies I use an esp 8266. I never see an arduino sketch with this mqtt to TAGO IO; thanks
Is there a recent Java SDK for Tago IO?
Hi, I see a Java SDK in Github but it is a few years old so I am concerned about the compatibility with the current version of Tago.io. Is anyone aware of a more recent version? Kind Regards, Erwin
How to create your own Network to integrate with TagoIO
@Ricardo Stoklosa This is a quick tutorial that shows how to create a Network for your devices using TagoIO. By creating your own network you will be able to push data to TagoIO in the correct device based on it’s serial number, using your own protocol.
TACO CORE
I have a doubts about Tago Core: Is there support store forwarding nativo? Like as, the case connections with internet failed, the tago core store the data for 7 days per example, until connection become and data are sincronized with tago io? Or need
Integrating Sensoterra Sensor
Hi everyone, I'm curently trying to integrate a Sensor from the company "Sensoterra" into TagoIO. Unfortunatly, I can't registrate it to my own TTN-account as Sensoterra handles the sensordata themselve. But they offer HTTP push notifications. Therefore
Signal Strength Heat Map Using GPS Coordinates
I am currently working on something similar, I have field testers for testing our lorawan coverage, so I need to be able use the heatmap using the signal strength values on a map. Could you please give me some pointers on how I can achieve this? I understand
Connecting devices to external brokers
Hi, new user here. Just want to ask if its possible for tago io to connect with external mqtt brokers? From the guides I have gone through its only showing devices connected to the tago's own broker
Heat map for GPS Devices
Hi, I would like to find out if I can create a heat map with gps devices showing the positions of the devices on the heat map to analyse grazing patterns of farm animals. Regards Annia
Integrating Radar images into Map or Custom widget
Has anyone successfully integrated a radar image as an overlay in a map widget or custom widget? I am able to integrate static weather data using the Accuweather APIs but what I'm really after is the current radar. Accuweather and the National Weather
TagoRun domain is changing
Greetings everyone, We are transitioning the default TagoRUN domain from .run.tago.io to .tago.run. We believe this change will provide a better overall user experience, by making the domain names more straightforward. All the RUN pages in the TagoIO
Custom Widget problem
My custom widget doesn't frame well at all, do you know how I can fix this? I attached a video! Thanks
Calculating the resources spent by the user using an Analysis.
Hi guys, I am wondering if it possible to calculate the amount of transactions form Data Inputs, Data Records, Analysis minutes ran etc inside of an analysis script? How do you suggest I go about it? Regards Raymond
Filter data from multiple buckets.
I intend installing rfid readers onto 10 tractors. These readers will read tags at various places E.g. Garage, refueling station, main gate and fields etc. Each reader is a device on tagoIO and will store its data in its associated bucket. Acquiring information
Data history in a custom widget
Hello, I want to create a custom widget to display a chart with accumulated historical energy data. Therefore, my question is how to send not only the most recent data value to my custom widget but also the values from today, last week, or last month.
python script to pull in data from file on desktop
Hello, I need help with an analysis in python that will pull in data from a file on my desktop. The data files will be CSV, and I would like to bring them in with an action at the same time every day and then parse out data and store into buckets for
variables on text payload
based on this conversation https://help.tago.io/portal/en/community/topic/variables-on-text-payload-in-action currently only these items are able to be sent in sms / email / etc notifications. Device: $DEVICE$, variable: $VARIABLE$ with value: $VALUE$
Next Page