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.
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
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
The variables do not appear in the infobox
I have 4 variables that should appear in the infobox on a pin that will always stay in the same place. Even following some recommendations that I found in the community, I couldn't make these variables appear. thanks
LT-22222 Dragino relay dashboard push button config
Hi, I am trying to figure out how to turn this relay on and off with the push button widget, but having some issues. I configured it with the helpful tech staff at Dragino, and it is running like a song through TTN. I set it to MOD1 and the payload code
Action with steps
Hi, I am working on automating the draining and filling of a large aquarium. I am using the dragino LT-33222 that comes with the option to control 3 relays. With one relay (RO1), I will be turning the heaters and pumps off and on, and the other two relays
Payload parser not working
Hello, I have tried many variations of payload parsers to transform this "sparkplug b JSON" formatted data that comes into my device. My device is an mqtt where the payload type is set to auto. Each input in the live inspector looks something like this:
Middleware Installation
Hello, We have several device types that all communicate via TCP or UDP. I am needing to get the device data into Tago. If I understand correctly, we will be required to use the Middleware software to receive the data from our sensors and to forward it
Firmware for esp8266 connection
Hi everyone, today is a Good day, I share my little and simple project for connecting my Lifely Agrumino Lemon device and the awesome TAGO.IO platform. You can use the code to connect any ESP8266 by editing the datatosend.cpp file and changing the libraries
Problem receiving data on the platform when the sending interval is greater than 50 seconds
I'm trying to send data from an accelerometer sensor with mqtt. The problem is that when I configure it to send data every 1s the system works. If I increase this sending interval, the platform gives an error and does not receive the data. In the first
How can I leave gravity and temperature data in the same row in the pivot table?
I have a problem leaving the gravity, temperature, date and time data in the same line of the table, as shown in the following figure: I would like to leave everything on the same line, for example: gravity | temperature | date and time | 1,054 | 28,87
How can I clear all charts and tables data in my dashboard using one button?
I would like to clear the data from the charts on my dashboard, and then start sending new data. My dashboard currently looks like this: But the values that are in the graphs and tables were all tests, in addition they were stored in the bucket, consequently
Cap'n Proto
Hello, I have a new project that requires interacting with an API that uses Cap'n Proto serialization protocol. I'm wondering if anyone has come accross using this protocol. I did find a node.js wrapper that may work (https://www.npmjs.com/package/capnp).
How to create new variables to store data from the dashboard's input form widget?
Hi, I have an iSpindel device sending the mqtt topics in the bucket, so I have access to the density, battery and temperature variables of the iSpindel device. But when I go to the option to add an input form widget to the dashboard, I can only add the
Notes in Dynamic/Static Tables
I think a good idea would be to add a notes section to the dynamic & static widget tables. The notes section could be edited by run users allowing them to write and remember what those data points mean to them at that moment, and be able to look back
Control Column
Make custom buttons in the controls column linkable, and also able to be tied to open widgets like header buttons. This way you can easily click a button to navigate to any dashboard you like or pull up any widget. This could allow for more complex
Reporting Module
I think a good idea would be to create a reporting module on the admin side that allows the creation of in-depth reports via a drag/drop interface utilizing the existing device data, widgets, and files on tago. You could utilize the already created widgets
QoL Suggestion - Allow user to interact with lists pasting data
Hi, When dealing with lots of elements in a multiselect list (for example, a list containing a huge amount of devices), usually we get to select elements one-by-one or ALL the elements in the field. But what if, for example, I have to select 40 devices
How to bundle a plugin for local use?
Hi, I am pretty sure I have read/seen this somehwere but I can't find it anymore. I have a plugin directory in my development machine and I want to load this plugin in tagocore docker container. When I select the 'install local plugin' button and then
How do I perform the analysis condition when I send a mqtt topic of iSpindel device temperature?
I was able to get the maximum and minimum temperature data from the input form. I made the condition with the temperature value of the iSpindel device, but when the device sends another signal by mqtt , the condition is not fulfilled, therefore, I have
In Built Parser For Custom Helium Connector
Hi, I am parsing data from my device via Helium and into my bucket on TagoIO but the name of my variables come through as 1, 2, 3, 4 etc. Is there anyway to obtain and edit the parser used for the connector so that I can change the parsed variables are
How to integrate TagoIO with Helium
@Vitor Lima Here is a quick tutorial showing how to add any LoRaWAN device through Helium (Network Server). By following this tutorial, your setup will be ready to perform uplink and downlink operations (data from and to your end-point devices). 1. First
[Webinar] How to improve data management
Hi all! We recently had a very informative webinar about how to get the most out of your data storage. If you want to learn all the secrets and best practices that we showed in this webinar, you watch it here: We showed how to utilize metadata to store
Storing gateway information from the payload parser
Hello, Is it possible in the payload decoder to take gateway information of each gateway sent from the Network server such as the EUI, RSSI and SNR, and then turn them into arrays. For instance if 2 different gateways have sent the data it looks like
Is there a way to edit deviceParams (or tags) from device parser?
Hi people, I know that for devices you can access its parameters in the parser using const type = device.params.find(param => param.key === "x"); But, is there a way to set the value from the parser itself? Something like device.params.set(key, value);
Visualize your data using Grafana on TagoCore
TagoCore is a free, fast, and open-source IoT platform for edge computing that can be used in association with TagoIO to visualize your data by using several Widgets to create beautiful dashboards that can be deployed to your end-users. However, you can
Multiple hosts running the same external analyses
Hi, I was wondering what happens if multiple host run the same analysis externally so I did a quick test with two hosts... Both hosts connect successfully to Tago.io and both hosts receive and execute the analysis. Is that expected? And if so, does that
GPS Data Conversion to Tago Location Format
Hi All, I'm really struggling to work out how to get my device data to process into a bucket. I've managed to narrow it down to the GPS data, which comes in from Helium having been decoded with the CayenneLPP decoder { "variable": "1", "value": { "altitude":
How to create a plugin package for local usage?
Hi, I have a plugin in my local filesystem that I want to install as a local plugin in another tcore instance. I am pretty sure I read or saw somewhere on how to create a plugin package, but I can't find it anymore. Please advice. Kind Regards, Erwin
Zoom stacked charts - problem with scale
Hi, If I want to zoom stacked charts (with dynamic Y axis) I do not see values - they are higher than the highest axis Y legend. Problem is inside my widget configuration or chart widget implementation? And after using zoom: Why the highest value on Y
Formula: $VALUE$ == "aa" ? "ON": "OFF"
Hi, I enter formula `$VALUE$ == "aa" ? "ON": "OFF"` into "Formula and unit" field like this: But unfortunately, I see that problably it is not working. On the left RAW value, on the right same, but with added this formula: What could be wrong? Best regards,
Using device tags on dashboard
Hi. I have a lot of informations about devices inside tags. Could I expose these information on dashboard using "Formula and unit" feature? Generally, it is possible to show device tag or device variable on dashboard?
Next Page