Introducing Sveltago: A SvelteKit Starter for Custom TagoIO Widgets
Hey TagoIO Community, I just wanted to share a project I’ve been working on: Sveltago, a starter template for creating custom TagoIO widgets using Svelte 5 and SvelteKit. It comes with everything you need—TypeScript, TailwindCSS, and more—to jumpstart
Re-configuration of the TagoRun app required
Hello,
I wish everyone a Happy New Year 2025.
All of our users had the problem that I had to repeat the app setup after the app had been working fine on the phone for weeks.
This means that the domain, user and password had to be entered again. W
Action/Analysis to delete data by group id
I have a sensor that reboots if it doesn't receive a response back from the network. When it does reboot it sends all zeros for the data on fPort4. When this happens it falsly triggers alerts. I tried to write the payload parser to ignore data on fPort4
BCC on Sendgrid Emails?
Hello, I see this example in the SDK but see no example with BCC? Is CC, or BCC possible?
Tago API listing devices with filter
Hi all, I'm doing an external integration for a client, so I'm using the Rest API documentation, specificially the GET method for https://api.tago.io/device. I need to retrieve and filter all the devices with a specific tag (on this case, the tag is [{"key":
How to unsubscribe?
How to stop receiving email about forum activities? "Click here" in email doesn't work
Urgent map update
I consider it urgent to make two changes to the map widget. 1. Update the map, in my particular case my client needs to visualize the updated map, ideally for the year, since he needs to see his fruit fields. 2. It has happened to me on several occasions
UDP?
Why not per UDP if we have NB iot???
Check Read or Unread Parameters on Dashboard
Hello, I would like to know if it is possible to check whether a parameter is read or not with a widget. The idea is to know if the device was able to read the defined parameter, and show on the dashboard that it was updated on the device.
Parameters for bucket storage
Hi, I think It would be great to be able to set some parameters regarding the storage in buckets: Storing a value only when it moves +/- a specified amount from the last one Storing based on time. Minimum and maximum time between samples I think that
Get timezone in Payload Parser
Hello, I have a device reporting data already based on the time zone. I want to convert to UTC but I am in Chicago/USA time zone so the offset switches from -5 to -6 depending on the time of year. So i tried using the dayjs.tz but that doesn't seem possible?
External email service integration
Hello, good morning. I was reading the Tago documentation about setting up an external email service since, starting January 1st, Tago will no longer provide native support for email sending. I came across some questions. In my analysis, I have several
Custom pin in the map widget
Is it possible to set a custom image for the pin in the map widget and I don't mean the Infobox image but the pin itself.
NB-IoT device connecting using UDP
@Rob Young Hi All - great support so far in this community, thanks! So I have a NB device and have it successfully using MQTT to upload to Tago.io. The problem I have is the MQTT connection seems very unreliable with regular failures and often consecutive
Sending downlink with the dashboard
Olá, tudo bem? Estou tentando criar uma análise para enviar um downlink quando eu aperto o botão no dashboard. Tenho um dispositivo Dragino RS-485 LN que está conectado a uma placa de relé também RS-485, mas quando tentei criar uma análise para enviar
Is it possible to use the getting started from the login/account, without adding the contact details again and again?
I'm already registered, so tago.io has already me contact details. I would like to repeat the "getting started tour", but that is asking again for the contact details. I didn't find a way, to use that, when I'm logged in. So, is there a way to get that
How to integrate TagoIO with Chirpstack LoRaWAN
This guide provides step-by-step instructions for integrating any LoRaWAN device using Chirpstack (V3 or V4) with your TagoIO account. 1. TagoIO Authorization First go to your TagoIO account, and if this is your first device connected between Chirpstack
Enhancement: easily Import and Backup your Device data!
Hi everyone! We're excited to introduce enhancements to your data management experience, making it easier than ever to import and back up your device data. Read more here: Device data management New Features and Benefits: 1. Effortless Data Import: -
How to Easily Edit Data on Devices Using Export and Import Features
In this tutorial, we'll guide you through the process of correcting data for Immutable devices using TagoIO's export and import features. Since Immutable devices don't allow editing individual variables directly, this method provides an effective workaround
Add "Jump to Current GPS Location" Button on Map Widget
I would like to suggest adding a button to the TagoIO map widget that allows users to jump to their current GPS location. This feature would enhance the user experience by providing real-time positioning with a blue dot indicating their current location.
In-depth guide to Payload Parser
@Vitor Lima The Payload Parser functionality at TagoIO is a very powerful tool that can be used in many ways. So, one way we can start this guide is by understanding what you can and can’t do by using it: What you can do: It can decode the hexadecimal
Introducing Entities: A New Structured Database Feature
Hi everyone! We're excited to announce the release of Entities, a new feature designed to enhance your data management capabilities within TagoIO. Entities is a structured, tabular database that offers improved flexibility and performance for storing
Mobile Organization of Widgets Improvements
Hello, Is it possible to add support for mobile organization to have multiple widgets on the same line? See my examples below. It will let you organize them in the admin but its probably just a bug since it does nothing on the run app. I think if you
HTTP to TagoIO JSON transition
Hello, Could anyone recommend the correct snippet for HTTP to TagoIO JSON transition based on the following payload example? POST] HTTP Request: "From: 132.145.241.176 [Unknown] - Content-Type: application/json - Token Ending: 68dcc" 22:16:48: Raw payload:
Dynamic Widget Title
@Vincent Raaijmakers Instead of a fixed text, it would be great to have dynamic the device name (label) as title. This works great using blueprint dashboards as you can add a number of widgets on your dashboard and get the title automatically set. V
Detecting Applied Filters in Map Widget
Hi. I am using filters within the Map widget. Is there a way to detect which filter has been applied in the observed widget by using TagoIO analysis and SDK methods? For example, the goal is for the user to trigger an analysis by clicking the header button
Line Chart Control ; select and deselect all
If you have a line chart comparing many variables, it would be handy to un-display all or display all lines. That way u could undisplay all and and focus on one or two lines, then turn them all back on again. A related feature would be the ability to
Sending Downlink Port Number From Button in Dashboard
I successfully am sending downlink payloads using the default port number specified in the 'Environment Variables' of the Analysis. What I cannot figure out is how to get a button to send both the payload AND the port number to the Analysis. The example
Send a downlink when input variable pass a threshold
Hi friends, Is possible to send a specific downlink to a device if an incoming variable pass a predefined threshold? I need do it in automatic way inside my custom parser (or at a place that allow this). The objective is sent a new configuration to device
Exciting News: Send WhatsApp Messages Directly from Our Platform!
Hi everyone! I have some good news! You can now send WhatsApp messages using Twilio! This is a feature that has been requested by many users. The messages will be sent using Actions. Just select the action type "Send WhatsApp Message with Twilio" when
Connect to Broken
Hello everyone, I don't know if something is happening, but I'm trying to connect with MQTTX and it only gives me the wrong username or password. As instructed, I put the token as the password and the username is the name of the token, both from the device.
Authorization Denied when using sendDeviceData
Help! I think I'm doing everything correct, but I get an error. Below is the function, the error and my Access pic. Function: variable_to_write = { variable: "eventrainin", value: eventrainin, unit: "inches", }; result = await Resources.devices.sendDeviceData(
Test Decoder Feature
Under the Device>Payload Parser and Integrations>Connectors tabs, it would be EXTREMELY helpful to have a small tool that allows you to input a payload and port number to test if either the default Connector decoder or any custom parsers are properly
Filter getData from device
@Matheus Alves Hello everyone good afternoon, I need to collect specific data from the bucket in analysis or a custom widget, is it possible for me to put some metadata value in the Filter? or is there any way to filter by metadata? I thinking in something
Fixing Map and Pin possible (Desktop and Tago Run)
Hello, I have two questions. Our GPS tracker sends the data correctly. The pin disappears from the map after a while, even though I have activated Range & Format - Show only last location of variable in the settings. Range of Date is forever for past
Getting device tokens from device tags
@Daniel Garcia Hi there, I am trying to make get all device tokens of multiple devices that have the same tags in my analysis. Is that possible right now? If so, may I receive some code template or explanation of some sort? Thanks! Daniel
copy token to tag/parameter
Dear Team, I am creating devices using analisys, now i want to add small feature, during creating device also add right away device-token to parameter. Is it possible using analisys?
Tago admin deslogando com frequência curta
Olá, Recentemente, observei uma mudança na funcionalidade de login dentro da plataforma Tago Admin. A experiência com essa nova feature tem sido problemática, pois o tempo de sessão está muito curto. Atualmente, estou sendo forçado a fazer login de 2
I would like to delete my account
Hi, I would like to delete my account as I do not want to use it anymore. However, if I try to delete it, it shows that I need to downgrade it first. On the Accounts page, I cannot downgrade the account because the "Change Plan" option is not activated.
Weekly Drop-ins: Your Direct Line to TagoIO Experts
Hey everyone! We're excited to invite you to our weekly one-hour “Drop-in Sessions” each Wednesdays at 12 PM EST. These sessions are a fantastic opportunity to connect with our team and get your questions answered in real-time—no registration required.
Next Page