Adding time into variable data
@Arantec Developer Having a Analysis that reads the last 2 variable values (v_pulse, v_lastAccumulated) and creates a new one (v_accumulated) that is the sum of first both, how do I set the v_lp timestamp into the new one (v_accumulated)? v_pulse, v_accumulated
How to decimate data from device bucket
@Branko Karaklajic Hello, We have some devices which were sending data on 2 minutes in the past. As that is to fast, and we want to free some registers space, we would like to clean bucket by deleting everything except every fifth data point. How to do
How to define more than 1 variable in one message
@rt iot Hello, I want to know how I can display 2 variables readings in one message. For example, if I want to display the temperature data from my device I would just do something like: Variable: Temperature. Value: 25. Unit: C. The $VARIABLE$ is $VALUE$
SMS to multiple numbers
@Nicholas Schwaeble Hi Guys, I’ve created an action to send an sms under certain condition and everything worked perfectly for 1 sms number but as soon as I put in another number it wont let me save the action. The documentation says you can have multiple
Sending data to ESP32
@Pedro Henrique Talarico I’m developing a datalogger, and I need to send some data from a Form widget to my device that is via MQTT. My device is an ESP32 and i’m connecting it using GPRS network. I already made the upstream part, but the downstream is
No True/False formula on Table Widget?
@Nicolas Kyriakou Hello, I am trying to add this formula to the some variable on a table: $VALUE$ == 1 ? “True”: “False” But it doesn’t seem to work, I have tested this on card widget and the formula works fine. Does the table widget need a different
MQTT Payload Help Please
@Rob Young Hi Guys So I have a LoRaWAN soil moisture sensor working perfectly. I have decided to go nb-iot instead and am trying to configure the equivalent device (same manufacturer, same sensor, NB version). I have managed to get it connecting and sending
Combing data from different buckets
@Surya Sarda Hi, I have a greenhouse with 30 moisture sensors. I want to show only the average soil moisture readings from the 30 sensors at any given time, so I need only one dashboard chart that shows the average reading from 30 sensors over time. [
Current RUN user information
@Office Office Hi, How can I get information about current Tago RUN user who triggered the analysis via widget header button? I’m specifically interested in the email address. I can’t find any examples and don’t fully understand the docs about this
Extending existing parser
@Office Office Hi, Is it possible to extend a parser that is already implemented in one of the connectors? One of our sensors is nearly identical to one of the existing, available in the connectors list. However, there’s a small difference in the amount
Location parsing (TTN rx_metadata)
@Vincent Raaijmakers Hi, in TTN we have (gateway) location in the device uplink message: rx_metadata. See picture. In Tago, we do not see this information in the parser info. So my question; is it possible to get this data so we can use it for geo-l
Gateway status query
@Steven Flaxman Hi I would like to query my gateway status and send a notification when its offline. I have googled and tried many iterations of the code below but I suspect I’m missing something. I cant figure out how to include the gateway API and I’m
Scope after header button click
@Office Office Hi, I would like to send a PDF report to current RUN user with data taken from currently chosen device on blueprint dashboard. I already know how to do something similar using Input Form, but now I need it to be done with widget header
Live inspector not showing data
@Andrew Sevil Hi everyone, I’m coming across an issue where the live inspector is not showing data being passed from the ttn (v3), yet the bucket is accepting data and the dashboard also shows the result… Here is a screenshot of the dynamic table showing
How to send files to Tago with a Python analysis
@Felipe Braga Hi everyone, I need to send a text file (example.txt) to Tago, but I couldn’t find anything that could help me with this task. I need to store it in “Files”. Folder example: example.txt analysis.py Thanks!
Use of device parsers (Oyster)
@Vincent Raaijmakers I’m using the Oyster GPS sensor from DigitalMatter, it comes with the Oyster Tago device selection. This works great, however looking in the bucket what gets stored, I miss some basic information, like timestamp, rssi, etc. In a dashboard,
Custom domain in emailed PDF report link
@Office Office Hi, We have a custom domain linked with our Tago RUN instance. One of the analysis scripts sends a report with given sensor data to provided email address. Now the problem is the link of the attachment in the email - it points to api.tago.io/attachment/...
Passing current device id from blueprint dashboard to analysis
@Office Office Hi, On a blueprint dashboard, I have a widget with a button “Generate report”. After clicking, it should grab X values from the currently selected device and send to some email address. I’ve already found topics which explain how to create
Finding device ID using script, then sending downlink, without widget
@ Hi, I’m stuck at the point where I’m only able to send downlink to a specific Device ID (only if I declared the device id environment variable). I want to know if there’s a way using script to get triggered device ID and send downlink to the specific
Can you change an actions' conditions with an analysis?
@Nicolas Kyriakou Hello, I have this dashboard: Currently my device reads data every 3 minutes, and depending on temperature, will trigger an action to push a notification. The temperature threshold is adjusted using a form that runs an analysis to adjust
Dynamic Table with dark background
@Office Office Hi, I’m experiencing problems with dark background on dynamic table. It looks as follows: As you can see, it’s completely unreadable and text color cannot be customized. Is there any known workaround for that?
How to export a complete bucket?
@VALENTIN NICOLAS silvera diaz I am using analysis in combination with an action described in this tutorial. How to generate CSV reports using TagoIO Generating CSV reports using TagoIO Easily generate reports on the TagoIO platform using input form and
Error with standard reports of a TTN sensor
@Benoît Moyaux Hello all, I have a TH sensor that is on TTN. The sensor reports standard frames and batch frames. I see the batch frames on TagoIO without any problem, but when I have a standard frame I have an error. This is TTN’s JSON for a standard
Time axis - group by day
@Vincent Raaijmakers Hi, what is the best way to show values by day, so not date time. I would like to show a count by day but don’t know how to set the graph to day only. Thanks!
Dynamic device selection in widget post
@Vincent Raaijmakers Hi, I created a header button in a blueprint widget. A dedicated analysis needs to be called when pressing the button. So this analysis needs to do things just for selected device. However, how to provide the analysis the device information,
Different indication for same variable
@Vincent Raaijmakers Hi, I noticed today that some widgets are not updating when the value of the variable changes. As you can see, I expect a value of 12, which is the latest value. The bar chart is correct, the other 2 not. What could be the reason?
Configuration parameter and keys parameters from bucket
@Stan P Hello Everyone, It is possible to show on Dashboard informations directly from Configuration Parameters? I know that I can get information from config params and using it at parser and write to bucket, but can I use configuration parameters on
Styling pie chart
@Office Office Hi, Refrigerated Truck example dashboard shows nicely styled pie chart: How can this effect be achieved? I can’t see any options to configure the effect after clicking a piece or displaying that outer shadow in the pie chart settings.
Data Query vs Bucket records
@Vincent Raaijmakers Hi, I try to understand this: When I run this data query I get records const device = new Device({ token: “my-device-token” }); const [records] = await device.getData({ variables: [“digital”], query: “count” }); context.log(Records
Device Configuration Parameters issue
@Gary Howell Hi, I have noticed that if I do console.log(device) in a parser, the parameter list shows the parameters more than once in the params array. I have also seen the parameter grow for each payload processed. My understanding is that the device.params
Copy widget from one Tago account to another
@Gary Howell Hello. I know you can copy widgets to another dashboard in the same account, but can you some how copy a ‘perfect’ dashbaord from one account to another? Thanks
Fixed Table: Unable to select variables different devices
@Vincent Raaijmakers Hi, for testing purposes, I created a fixed table, 4 columns, 7 rows. Used devices are LoRaWAN devices. All devices store their values in the same bucket. My plan is to have each row display device name, frequency, RSSI and SNR (6
(Solved)Unable to visualizing real data on Dashboard
@P.Kumar Hello TagoIO Support Team, I have fixed all the related issues to connect an external device to TagoIO platform, but still unable to visualizing the real data from the Bucket on to the dashboard. Please refer to an attachment for the screenshot
Integração NLT e TagoIO
@Andre Antivilo Olá, estou começando o processo de integração com a NLT para LoRaWAN. Já fiz o processo com a Kore e não encontrei nada com a NLT. A URL de destino é a mesma? https://everynet-oauth.middleware.tago.io/{type} Obrigado!
Mutliple axis chart - different scale
@Stan P Hi, this is possible to do one chart with two Y scales, like here? I know that we have option “Formula and unit” but I don’t want change values. Any idea how to realize this chart in Tago dashboards?
ChirpStack X Tago
@Norf Tecnologia Boa tarde, Tenho um network Server (ChirpStack) integrado com o Tago, já faço o decode do bytes no ChirpStack. Como faço para fazer uma leitura correta das informações? Segue abaixo o json que chega na tago, preciso pegar o elemento “sondas”.
Best Practicies to create Blueprint Dashboards to share them between many clients/profiles
@Claudio Rosa Good morning, I would like to create a some Blueprint Dashboards templates to be shared (one dashboard to many clients) between my clients. This will reduce the creation effort and at same time it will speed up the time to market. I already
Send data to variable
@Leandro Augusto Machado I’m trying to send data to a variable on bucket from Analisys, but it’s not working. I’m getting this message on Console: {‘status’: False, ‘message’: ‘Function Parse Error: TypeError: Cannot convert undefined or null to object’}
(Solved)How to connect an MQTT external device to TagoIO dashboard
@P.Kumar Hello Support Team! i am new to TagoIO and trying to get acquainted with it. I have created a device with custom MQTT connector, but don’t know how to setup next and unable to make it work this external device with TagoIO. Please assist me further
Issue about uploading a file to Files
@Cesar Pinto Hey everyone: I was trying to upload a file from analysis without success. My code: const account = new Account({ token: env_vars.account_token });
const testBuffer = Buffer.from("hello world", "utf-8");
const filename = "test.csv";
const
Next Page