Change Action conditions via API
Is it possible to change Action Trigger value conditions via API? I need to update threshold values inside Tago from another app.
Send notification
I want to send notification to my users following conditions on a variable value for all my devices which will have a tag related to the user_id. How can I proceed with analysis ?
Filter by date
Hello, I would like to know if it is possible on the dashboard to filter by date according to what is saved in the bucket, selecting a start and end date, showing the data that is within that range?
Problems receiving SMS text messages
I have alerts set up to send SMS texts to multiple numbers. One of the numbers is my own. Recently, the alert sent the text as it should but only to me. The other people did not receive it. Has this happened to anyone else? I tried changing the format
Variable formula linked to another widget
I have a raw variable that I'd like to transform through a dynamic formula that will depend on another variable that will be filled in by my users, and this calculation will be displayed through the widgets without storing this value. How should I proceed
Variable overwrite or deletion
Hi there, Some best practice advice it would be very useful here. I have several variables stored on mutable device that are updated through Analysis. I have need only of the last value, is there a chance to overwrite the variable or I have to delete
Custom Widget : How to Configure onRealtime to Send Latest Value from Multiple "Data from" items
In the following picture... how do i configure the Widget to send over the SINGLE latest value for the two items I've shown? I can seem to get a list of items for the first variable. I can control the length of that list. But I can't get the second variable
How to use widget formula with 2 (or more) different variables from the same device (visualization only)?
We have a same device with different variables where we need to show an output value in the widgets (visualization only) using formulas, for instance: output value 'power' = variable1 (current) * variable2 (tension). Is it possible to do it using formula
Custom Widget: How to access the "Data from" data inside the custom widget
Team, I would like to make a SIMPLE custom widget. I have attached a file below. The idea is to have more flexibility for onscreen display and the infobox than the image marker widget allows. Since the script is for monitoring water moisture on an orchard,
timezone
Hello Simple question , sometimes i am using analisys to create user, i have an issue to provide correct timezone into user account. Tried "Europa/Warsaw" Tried "Warsaw" but always it doest not add it to created user. const userData = { active: true,
RUN APP Swiping
Once in a dashboard it would be nice to be able to swipe left/right between tabs.
Dashboard Group Dropdown RUN APP
In the web app if you click a dashboard tag group it will rotate the arrow down and list out all of the dashboards in that group without navigating to another page unlike the run app. It would be great if the run app would function the same.
Analysis Tags
How do you access the analysis tags using the new SDK?
New Secrets Feature
Hello TagoIO community! We are excited to announce a new feature called Secrets! Our goal with secrets is to allow you to protect confidential information you might need to use within your Analysis. Secrets allows you to add confidential information like
How to integrate with WiTTRA
This guide will walk you through the process of integrating any device with the WiTTRA Network and TagoIO. By following the steps outlined below, you will be able to set up your device for uplink operations. Uplink Configuration To configure uplink communication,
Folders for Actions & Analysis
Hello, It would be nice if there was an ability to create folders in the actions and analysis sections to organize them.
Analysis With Data in Bucket
Hello, I would like to know if it is possible to create an analysis script with all the data that is in a bucket of a device, for example, I have current values and I want to calculate energy consumption, inserting voltage and power factor data. power
Update device params through widgets
Hello everybody! I'd like to know if is it possible to alter a device's parameters using widgets such as input form or input control. For context, i'm using the device parameters to pass values to my payload parser and i'd like to give my users a easier
Action Trigger
I would like to trigger an action on variable change AND if its night time. Why do actions only give you an OR option?
Error Data Added
I'm adding a payload parser on my device to insert the data into the bucket. It turns out that the variable ends up returning an object error, and the modified data is already in a string. What could be happening? My Payload Parser: const myDevice = raw_payload[0].device.replace(/
Limits for Tags, Environment Variables and Device Parameters
Hi everyone, Many of our developers use the Tag system, Device parameters, and Environment variables within TagoIO to create IoT solutions, enabling them to explore a wide range of possibilities. However, each features has specific limits in place to
Access management and dashboard
Hello, I meet a problem, I'm on a system where I have a specific type of dashbord for each user and concerning access I would like to be able to allow each user to only have access to the dashbord that has the same tag as him without having to deny him
Blueprint Dashboard Map Widget
Hello. I'm trying to set up the "map widget" so that the end user can only see their "pins" on the map. At this point, the end user can only select their devices from a drop-down list. What is the way to make him see all the pins at once?
Downsampling in graphs
It seems that from a while there's no downsampling option in graph widgets, perhaps the option was moved somewhere else or what? Currently I have no way of seeing lots of data points without exporting the data to excel. There it was a downsampling for
CANNOT SEND COMMAND TO ESP32
const { Analysis, Device } = require('@tago-io/sdk'); const axios = require('axios'); // Import axios library async function startAnalysis(context, scope) { console.log('Analysis started, preparing command...'); // Command to send to the device const
Use lora gps time on map
Hello tago team, I am developing an online and offline equipment tracking application. Everything works well when it is online because it uses the time assigned by tagoio. but in cases where it is offline and when it reconnects to send the saved data,
Update csv file from analisys
Hello. I want every day export data from sensor from 10:00 to 11:00 and store it in files in csv. I want use it analisys for it. Question is, do I need to create every day separate csv file or is there any method update existing csv file
Expression in Start and End date
Hello. I would like to know if there is any way to use regular expressions to work with dates in the tago platform. Being more specific in the start_date and end_date. Here is the line of code that I would like to leave with the expression: const dados_fevereiro
Connection refused, invalid payload. Using C-Curl
Hello, I am trying to upload data (json) to TagoIO from a C code using Curl but I got some issue. If I try to upload it through Python the same json file it works properly. function to upload data to tagoio void sendJsonFile(const std::string& filePath,
Multiple device on normal dashboard for a push button widget
Is there a way for me to use an analysis script or anything else for my normal dashboard that uses a push button widget to get data from multiple devices with the same tag keys and values?
how to trigger an analysis from within inside running analysis
Hello, I'm trying to trigger an analysis from inside another analysis. I've found https://js.sdk.tago.io/classes/_internal_.Analyses.html and trying to use it. But I'm having issues initiating new Analyses class.. what is the format, what parameters does
Connect Tagocore with tago.io - not possible
Hello, I have a tagocore installation running and have integrated the first sensors from the TTN. This also works, I would now like to establish the connection to tago.io at the same time. TagoCore is installed in the current version on a LINUX server.
Group in Graphic bar
Hi! Could you tell me why it is not possible to display the group name in the vertical bar graph? It only shows the value of my variable instead of showing the group name, just like when I'm in edit mode. My variable already has the group name defined,
Automatically download and delete a device chunk with analysis
Has anyone set up some up some sort of automation to create a chunk file and delete the chunk per device? It looks like I can set up an action on the 1st of every month to run an analysis. Ultimately I want to send that file to an external bucket. Open
Copying files from Tago Files to AWS S3 Storage
Hello, One of our clients requires us to make backup copies of Tago files in their AWS S3 storage. I know Tago is AWS based. All of the nodejs examples I can find require the AWS-SDK library which I don't think is available in regular analysis code. Two
Request for help with creating automation
Hello, I would like to ask you for help in creating an automation. I have this door contact https://www.dragino.com/products/lorawan-nb-iot-door-sensor-water-leak/item/157-lds01.html Even if the door is not opened, the device will send a message once
Dynamic table and GPS co-ordinates
I have created a dynamic table which contains a column containing Location GPS coordinates for the sensing record (see attached image) What I would like to provide to user is the ability to click on the location gps co-ordinate and show the location on
Authorization denied - Sending Downlink using dashboard through Analysis
Hi TagoIO Team I have tried to use the updated snippet code example provided for "Sending Downlink using dashboard": /* ** Analysis Example ** Sending downlink using dashboard ** ** Using an Input Widget in the dashboard, you will be able to trigger a
To find if email exist.
Hello , Can i check by analisys if email/user already exist ? Can`t find it in documentation
Sum of data for a selected time period?
@Andrew Sevil Hi, is it possible to have a widget display the total of a variable over a time period specified by the widget? So if I set the widget to show the last 7 days of a variable (lets say rainfall), the result is the total of the period dis
Next Page