usable variable in sending email
Hello, in the exemple of sending email of actions there is : Device: $DEVICE$, variable: $VARIABLE$ with value: $VALUE$ $UNIT$. At: $TIME$ in $LOCATION$ What is all variable usable for this topics? best regards, Mathieu
How to integrate data from API/HTTP/HTTPS endpoint?
I'm wanting to incorporate real-time data from other sources such as an API or HTTP/HTTPS endpoint/webhook into my dashboards. I haven't found anything thus far that would allow me to do this. I assume the connection would be treated as a regular de
Add variable label option to Map Widget pin settings
Hi all, Motivation for my feature request: I've recently created an overview map with a blueprint device that shows all the last reported locations of all our trackers. The problem I'm facing now is that there's no way to quickly find out what device
Send a alert after a time condition
I have a customer who has a door sensor and wants to receive an alert when the door has been open for more than 3 minutes. Every time I receive information from the sensor, I record this information and have an analysis that runs every 2 minutes checking
HTTP Arduino
Good morning, I'm writing via http on arduino, but only one variable. Do you have any examples of multiples? I need to write 5 simultaneous. Below is the format I'm using for a variable: //Inicia um client TCP para o envio dos dados if (client.connect(server1,
Sorting last input on Devices List Widget acting strange
The time does not look sorted when changing the sorting in the last input column: What could be wrong? Settings: Please advise. Vincent
Replace/Swap Sensor While Maintaining Retention
Is there a way to "swap" a sensor out in the Devices section? For example, a sensor is lost, damaged, or has a non-removable battery fail, we'd like the ability to change the Device EUI with a replacement sensor and keep the data retention as well as
Generate PDF with Dashboard Widget
How can I make this graph, which is a Dashboard Widget, show up in a pdf.
From an Analysis, how do I access this widget and display it in the PDF?
Analisysy - If last_input > X create variable device_status with value online/offline - possible ?
Hello Trying to create analisys which checking last_input , when bigger then checkin_time (this value i can set env_variable ) then create variable device_status with value offline , when checkin is ok create variable with value online. I trying with
Dynamic dashboard time frame + generating min, max, average values
I'm wondering if it's possible (and if so, then how) to be able to easily change the time frame of data that you want a dashboard to show. The only way that I've seen to modify the timeframe is to do it individually for each widget (and you're still not
Payload Parser for Dragino in TagoCore with Chrirpstack plugin
Hi, can someone help me with the payload parser for my Dragino LDDS75-8 sensor. I using the Chirpstack Plugin and the Chirpstack encoder stack but I would need a payload parser .js file for the Dragino LDDS75-8 sensor. I tried to install the Dragino encoder
Duplicate Alerts
The ability to duplicate an alert and have the abiltiy to associate new devices similar to duplicating dashboards.
Let RUN user upload image to blueprint device
Hi everyone, I was trying to create a way for my RUN users to be able to upload an image per blueprint device (asset trackers in this case). Ideally, the user would upload a file via an input form which then gets saved to that device and shown in either
Issues with dynamic link and map widget
Hello. I am having issues setting a dynamic link in the info box for variables in the map widget. I have added 3 grouped variables, two are for setting the state and name of the device, the last is a link to the dashboard. In my settings, I have added
Sending an empty payload using the MQTT.publish method
Hello. I'm using a publish method of the Services.MQTT class for sending downlink data using input form widget.(part of the code is shown below) const MQTT = new Services({ token: context.token }).MQTT; MQTT.publish( { bucket: bucketId, message: JSON.stringify(dataToSend),
Formula and Time values
Hi, Can I convert decimal to HH:mm using formula? For example 5,95 -> 5:56h Thanks.
Custom Widget - Leitura de uma variavel da API
Estou tentando ler o valor de uma variavel para tentar usar em um custom widget, porem ao executar o código o console do navegador apresenta o seguinte erro: {"status":false,"message":"Invalid token"} Segue o script que está vinculado ao meu codigo HTML
How to delete data older than 1 month in mutable buckets
Hi, I just want to make sure to do the right thing, Is this the way how to delete data that is older than 1 month? const start_date = dayjs().subtract(plan_data_retention, "month").toISOString(); await device.deleteData({ variables, qty, start_date }).then(console.log).catch(console.log);
Heat map for GPS devices on the map widget.
Hi, I would like to request a new feature for the map widget. I would like to see a heap map for the gps geo-location points. This heat map can be used for example for grazing pattern analysis, see attached image. Regards Annia
Problem to save a new variable on the bucket when i have to use the payload parser to save the variables coming on payload
Hi! I'm receiving a payload from my device, is just like this: {"DATA": { "pulses": 11182 } } I have a code on the payload parser to receive this information and send to the bucket. function toTagoFormat(object_item, group, prefix = '') { const result
Send downlink to devices using one same push button.
Hello, I have few dragino LHT52, currently i am using separate push button and separate analisys to send downlink msg What if i want to send same downlink msg (change time interval for let say 10 minutes - payload will be the same, for all of them) using
Define Device in Analysis as Mutable
When I try to delete a co2 variable inside the device, I get this error where it tells me that the device is Immutable.
How can I make it mutable from the Analysis, and be able to delete that variable with the deleteData() method?
O tago.io recebe sms ou e-mail para troca de informações?
O tago.io tem a opção de receber sms ou e-mail para troca de informações? ou apenas faz o envio?
change of recipient email address
Hi, how to change the email to which the message is to be sent, previously configured in Actions , using a button or a form or something else that can be filled in by the user, ?
How to create devices using network token + authorization
I need to be able to create devices in another account's profile using an authorization and my network token, this seems possible, but undocumented...
Using bucket in Analysis with "Device Data Optimized (immutable)" type on Device
Greetings, I'm having problem with using bucket on my analysis. For example, my code is: const bucket_device = scope[0].bucket; console.log("bucket: ",bucket_device); With a device created using "Not Optimized (Legacy)" type, I have the output: [2023-04-21
Tagocore is not running Linux Arm
When trying to execute Tago Core in Linux Arm appears the following error message: /Tagocore: /LIB/LIBC.SO.6: Version `Glibc_2.25 'Not Found (Required by ./tagocore) .
Only being able to store up 5 variables in a bucket..
Hi, I was wondering if this is a MQTT limitation or if there's a way to change this in tago.io... Every time I send more than 5 variables, they don't get stored inside of the bucket and the received payload seems to be cut off... As seen in this pic:
Unix to UTC conversion in formula of table widget
Hello, Is it possible to convert the value of a variable which in this case is a UNIX timestamp into a UTC Date? I need to do this within the formula section of a dynamic table column. My scenario: variable = data_array_timestamp, value = "1681603200"
How can I share my dashboard with another profile?
Hi, I have a dashboard and create another profile, but this other profile does not have access to my dashboard, how do I configure it so that this other profile has access to my dashboard?
Cumulative widget for Rain Gauge
@ Hey Everyone, Is there a way to do a Widget that graphs out total inputs added up as a cumulative bar graph (or similar) I have rain gauge inputs I want to add up and say the total for a 24hour period to 9am, then the next “day” starts at 9am to 9am.
Access Action from Analysis
Hi, I have a question. I would like to know how I can access the value of the Trigger variable from an "Action" from an "Analysis" and be able to change that value to whatever I want? What method or how can I access the action from the analysis?
Changing Device Tags With Widget
Hello, I am trying to do exactly the same as in this topic: https://help.tago.io/portal/en/community/topic/changing-device-tags-with-widget So i created the widget in my blueprint dashboard, field1 was configured to my blueprint device and i set the variable
Send data to Tago CORE
Hi, I try to test Tago CORE. On my computer I have Tago CORE in docker container with sqlite. I create new device, copy Device Token and... how I can send data from device to TagoCORE using cURL? I see this video: https://www.youtube.com/watch?v=5QjV3PaLgYc&ab_channel=TagoIO
Connection Refused, Invalid Payload (MQTT)
Hey! So I have a LoraWAN device connected with TagoIO through Everynet, I'm using MQTT. So I've been trying to work with the payload parser so that I can, later, create a dashboard based on the variables. What I did was, after I connected the Everynet
Update Map widget to show multiple GPS Devices when using Blueprint Dashboars
Hi, I would like to request a feature for the map widget to show multipel devices on a map when using the blueprint dashboards. For now I have to run an analysis script that creates a new device that stores all the gps information in one bucket from all
Is there a problem with the zoom settings for the map widget?
Hello, I encountered a problem that I will try to describe below. If I put more than one map widget in the dashboard, the maps always appear zoomed to only 6% after loading and even though I have the default zoom set to 75%. I have to move the map a bit
[Webinar] Create your first IoT application
Greetings everyone! We recently held an informative webinar about the basic tools needed to deploy an IoT application using TagoIO. There we took our participants through the fundamentals of TagoIO, from device connection to deploying their first IoT
New Dynamic Formulas Feature
Hello TagoIO community! We are excited to announce the release of our new TagoIO Dynamic Formulas feature. This powerful feature allows you to create dynamic formulas in your TagoIO dashboard widgets without the need for additional code or complex scripting.
Creating a historical open/close chart for door sensor
Hi everyone, I'm trying to create a chart with the somewhat similar features as the following: I'm using an LDS03A that sends door_open_status which is either CLOSE or OPEN. What I was thinking is to use analysis to turn the CLOSE into a 0 and OPEN into
Next Page