How do you use action tag in an analysis
I am currently facing a problem. I have an Analysis named "Get_Station_Meteo_Data" and it work perfectly. My problem is that I have several simular utilisation of this Analysis. - I use the Analysis Hourly and I also run it Daily. - I also collect the
Analysis Error Handling
Hi I handle my local errors like this async function Night(context, scope) { try { // ... (your existing Night function code) } catch (error) { context.log('Error in Night function:', error.message); } } // The function myAnalysis will run when you execute
Data Export Overview
This tutorial is deprecated; please check the updated version here: Data Export @Kelvin Welter Data export on the TagoIO platform has been designed to be as easy as possible to provide agility and convenience for the user to export data in several formats.
Authorization Denied - Sending Email Through Analysis
For some reason I cannot send an email through analysis. Here is my code where I create a user and then want to send them a welcome email. I have an access policy where this analysis is allowed to send emails but I still get authorization denied. Any
Downlink Analysis Problem
Hello, i wrote this script for sending a downlink to an blueprint device: const { Account, Resources, Analysis, Device, Utils, Services } = require("@tago-io/sdk"); async function updateTag(context, scope) { // Requires scope to know what device and what
Everynet JSON Payload Parser
@Ronaldo Oliveira Hi, In my application I receive a Everyney JSON like this: {
"type": "uplink",
"meta": {
"network": "358b679dd88d47948f6e108677b4b79a",
"packet_hash": "59a23fd7ac449263f7b56ed81830fde0",
"application": "9405bbc000000002",
Splitting Payload of Device
Hello, How I can Split the payloads to represent how many times a Button pressed in one month. I want to use the pie Chart, to Show different States. Thanks Fabian
Problem decode CayenneLPP
Hi. I have problem with data arived in Tago.IO So , the entire messages is: [ { "variable": "frequency", "value": 868300000, "serie": 1707670203820 }, { "variable": "modulation", "value": "LORA", "serie": 1707670203820 }, { "variable": "bandwidth", "value":
Tago Run mobile app shows path not found
Recently, I used tago.io mobile app on android phone. When I signed in, it shows that route not found. Can anyone help with this problem. Thanks
How do you send a variable to a bucket from a custom widget.
Hi I would like to send a variable created in a custom widget script to the bucket of the device where the data for the widget is coming from. Thanks.
Rename Variables
Hello Community, I am receiving a status vom a button for example 1,2,3,4 and I want to rename them in Tago 1 = Ready 2 = Waiting ..... How I can rename variables? Thank you
filter variable by date
Estou com dificuldade para filtrar as variáveis de um determinado período, neste caso, quero saber seu valor acumulado mensalmente, mês a mês, e quando a análise for executada, aparece apenas os dados mais recentes inseridos. Aqui está a análise: const
Payload Parser error
Good mornin. I would like to inform you about an issue I am experiencing with the payload, which is saving the data to the bucket separately. That is, the variable, the value and the unit are being saved in different variables. I was wondering if you
Adding timestamp to email export
The 'Email export' analysis provided by Tago is a simple way to automate export of data from a sensor for a defined period of time. However, the export file only contains the value without a timestamp. This makes the data practically useless. Is there
Miotiq Connector Details
Greetings, I noticed that one of your supported connectors is "NBIOT Miotiq". Is there any documentation that describes the Tagoio + Miotiq integration? This is an solution we're exploring. Thanks! -AD
How to generate CSV reports using TagoIO
@Kelvin Welter Generating CSV reports using TagoIO Easily generate reports on the TagoIO platform using input form and analysis. You will learn: How to generate reports How you can use reports to increase value for your application What do I need to generate
Adding a LoRaWAN Gateway
Hi, I want to add a gateway to the TagoIO platform and do not know how. For the initial tests I added as a device. The gateway communicates via MQTT to the TagoIO and I can receive the payloads. But, behind the gateway there are more devices... I belive
How to send data to ESP32 from TagoIO
Hi I have got an ESP32 setup that sends data to TagoIO using the tutorial at https://www.hackster.io/cstram/cool-dashboard-for-esp32-8f315f. However, I am struggling to figure out how to send data from TagoIO to ESP32. There is discussion on this forum
Implementation of Validation Feedback in the Device List Widget
Hi guys, I recently started using the Device List widget and noticed the absence of an important functionality: there is no indication for the user that an action was completed successfully or if an error occurred. In contrast, when I use the input form,
Introducing MQTT 5 Support
We are excited to announce the support for MQTT 5 to our MQTT broker, the most recent iteration of the widely adopted messaging protocol. With the introduction of MQTT 5, users can now take advantage of a suite of advanced features designed to enhance
How can I access a precedent data in the Payload Parser.
Hi, I need to access, when a data enter the Payload Parser, the data who was sent just before. It is for something akin to a derivation and I need 2 data for the calcul. Do you have an idea how to do that? Is there another solution? Here is more detail
Education Sample tago.io with Raspbery Pi Zero, 1 LED and 1 Switch
Hi all, I need for student education a case for the Raspberry Pi Zero, connected on Internet via WiFi, 1 LED on (Output) GPIO 18, 1 Switch (Input) on GPIO 12 (GND or +5V). LED with button on tago.io to control and indicator on tago.io about status of
How to Create Notifications
@henry sneed Notifications are very useful when developing applications that require someone’s attention if something happens to it. In this tutorial, you will learn how to notify someone when the temperature of a device reaches warning levels. Let’s
Commands for sending downlinks from Lorawan to Modbus
I have an AcuRev 2000 device connected to a UC300 controller via Modbus protocol. In turn, this controller has the Lorawan protocol in which it can connect and send requested data to a platform. The conflict is that I have the UC300 controller connected
Deprecated account.devices
Noticed that account.devices is now deprecated. What can i do? Was using it for updating tags, creation and deletion of devices... const device_info = await account.devices.info(origin); account.devices.edit(origin, { tags }); const result = await account.devices
Dynamic table to show generate columns automatically depending on variables
Is there a way to generate a dynamic table with columns depending on number of variables in a blueprint dashboard? That is if a device selected has 3 variables, the dynamic table is generated to show the 3 variables. Whereas if the device has 4 variables,
How to integrate TagoIO with TTN v3
This tutorial provides a step-by-step guide to integrate The Things Network (TTN) v3 with the TagoIO Platform. By following these instructions, you will enable uplink and downlink operations, allowing data exchange between your LoRaWAN devices and the
Arrange widgets in mobile view
How to arrange widgets in mobile view? I realised that in mobile view the widgets stay in create order.
Order of widgets on RUN
@Andrew Sevil Hi everyone, I’m trying to get the order of widgets on my computer login to match my iphone…here is a screenshot of my computer layout… And here is my phone… Notice how Battery and level are the wrong way around on the iphone? Is there a
Cannot read properties of undefined (reading 'value') and Cannot read properties of undefined (reading ' metadata')
My current payload is this: [ { "variable": "segundo", "value": 9, "minuto": 45, "hora": 13, "dia": 4, "mes": 12, "ano": 23, "valor": 6486, "metadata": { "mqtt_topic": "mensagem/json" } } ] When I use emulator to send it so I can get the variables of
Multi variable Custom Widget
Looking for a developer to create a custom widget to show temperature plus the device name temperature is associated with we have on data stream with data from multiple devices providing temp, humidity , etc what I require is a temp widget that shows
Capture user information with custom Device List button
Dear Team, Is there a way to capture the logged in user information when a custom control button is clicked by user on a device list row?
Inquiry about Time Range Limitation in Data Transfer using Tagoio SDK
Dear TagoIO Community, I am currently working on a project involving data transfer between devices on the TagoIO platform. However, I've encountered a specific issue related to time range restrictions in data handling. While attempting to transfer data,
Alert on missing data?
@Graeme Rae Is there a simple way to send an alert (email/sms/dash notification/other?) if data to a bucket hasn’t been received in a given time? I’d like to get an alert if a bucket hasn’t been updated within the last 6 hours. I can see the date stamp
Como enviar setpoint recebido em dashboard para tópico MQTT ?
Tenho uma aplicação utilizando o ESP32, o mesmo irá fazer o controle de um ar condicionado via infravermelho. Quero enviar o setpoint de temperatura via dashboard utilizando tópico MQTT. Alguem pode me ajudar
Data Transfer Inquiry: Loriot LoRaWAN Network Servers
Hi. Could you provide me with more information about the process of transferring data from the middleware endpoint: loriot.middleware.tago.io to the eu4pro.loriot.io network server? Considering the fact that there are several Loriot LoRaWAN network servers,
How would you trigger an alert for a boolean status over a period of time
for example: if water is flowing: flowrate = 1 if water is not flowing : flowrate = 0 how would i use this to trigger an alert if flowrate = 1 for (x) amount of time then send email etc...
Subtracting variables
Hi all, is there an easy way for me to take two devices, both measuring temperature, subtract the two readings from each other and get that sum into its own widget? I did touch on this some time ago and think I was advised analysis was the way to go,
generate pdf
I can't even run the pdf generator example, authorization denied appears, has anyone experienced this?
How to add metadata info to dashboard widget
I want do add metadata to my graph or another widget, but I can't find a way to link the metadata to my display on my dashboard. How do I do this?
Next Page