Filtering two or more different devices on blueprint dashboards
@Guilherme Costa In order to accomplish filtering devices on Blueprint dashboards we will need to play around with tags, which will be responsible for the relation to the right devices. Here I will be following an Building → apartments example, so we
How to integrate TagoIO with Swisscom LoRaWAN NS
@Vitor Lima Here is a quick tutorial showing how to add any LoRaWAN device through the Swisscom NS (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).
How to timesync with MCF88
@Vitor Lima In this article, we’ll learn how to set up an analysis to do timesync with MCF88 devices. By following all the steps in this article, you’ll end up with: An analysis that will handle timesync for MCF88 devices. An action to trigger the analysis
How to integrate TagoIO with TTI
@Vitor Lima Here is a quick tutorial showing how to add any LoRaWAN device through TTI (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
How to create Actions from a dashboard
@Vitor Lima In this article, we will learn how to use a dashboard to create Actions for your devices. This is very useful if you want to let your customers set up alert notifications. By following all the steps here, you will have a dashboard ta can create
[Portuguese] How to integrate Kore Brazil with TagoIO
@Vitor Lima Este é um rápido tutorial explicando como integrar qualquer dispositivo LoRaWaN com a Kore Brazil na sua conta TagoIO. A Kore Brazil oferece rede publica baseado na cobertura da American Tower (ATC). Ao final deste tutorial, você deverá ter
Raspberry Pi & TagoIO using SDK or MQTT- getting started
@Pedro Bertoleti Raspberry PI is one of the most popular and well-known embedded systems platform in the world at this time, which contains connectivity (Bluetooth, wi-fi, ethernet), powerful computational resources and also is capable of running Linux
Map widget overview
@Kelvin Welter Map widget The Map widget is a great tool for viewing location, distance, routes, and track history. With so much potential, any application using devices with dynamic localization should have a map to improve user interaction and enhance
About the How to category
@Fabioer Tutorial topics that describe how to set up, configure, or manage TagoIO resources with specific hardware devices, wireless network provider, or any integration.
File storage limits
@Gary Howell Hello, I understand there is a 20MB limit on individual file size, but I cannot find if there is an overall limit on total file storage per profile. We are now allowing customers to upload photos (via RUN) from our anti-social behaviour projects
Connect one device on different networks
@Brugnetti brugnetti Hello, I have an IoT sensor. I created a software to connect this sensor with TTN or Swisscom networks depending of signal strength. For this sensor, on Tago.IO I created 2 different devices (because Networks and connectors are different)
What is x and x and x
@Felipe Gutierre Moreira (topic deleted by author)
Public sharing of widgets and dashboards
@Gary Howell In the ‘old days’ it was possible to share dashboards publicly and privately. It seems that both options have been removed from the Dashboard management in recent upgrades. Questions: Is it possible to share a complete dashboard publicly
Save a variable of the analysis in the bucket
@anto Hello! I’m a newbie of TagoIO platform. Id’like to save in the bucket the moment when my device goes out from a Geofence. My Geofence check analysis checks if the device is inside or not a geofence, triggered by an action every 1min. (my device
Font size behavior: auto or fixed
@Andre Antivilo I would like to manage better my dashboard font size behavior when the client changes the browser canvas size. I noticed the option Font size behavior AUTO is not ideal when canvas is like 1080px. Example: You can see both top widgets
Analysis Access to Run Theme Color settings
@Erwin Hogeweg Hi, Does the SDK provide access to the Theme Colors defined in the Run environment? I am looking at the ThemeOption type but it is not clear yet if/how that should be used. Kind Regards, Erwin
How to build an analysis to filter false and true data without repeating
@Emerson Bueno Hello Everyone, I have an analysis that takes a variable coming from a machine with true and false data, makes the filter of this variable and inserts in the bucket, all with an action in 1 minute, I need a check that removes the repeated
Run App slow to load on iOS
@Chris Hoffmann Hi, has anyone else had any issues with run being slow to load what is a fairly basic dashboard? This combined with the ‘Run’ splash screen the user experence is fairly slow. Often when the user starts the app again they are presented
Easy script to send SMS via Tago.Io by Analysis
@Brugnetti brugnetti Hello, I try to send me a SMS by Analysis. In the console the result is ok but I cant receive the message. /*
* SMS
* Version not released 1.1.00
* Added SMS
*
*/
const { Analysis, Utils, Account, Device, Services } = require('@tago-io/sdk');
Max Columns in A Dynamic Table
@Steven Ditto I’m trying to add columns to a dynamic table and seem to have hit a max. Is there a way to increase the number of columns?
Device List - color by parameter sent
@Vincent Raaijmakers Hi, I’m using a device list widget displaying configuration parameters. Is there a way to use a color condition in the list based on the Read flag? account.devices.paramSet(device_id, { …battery_alert, sent: true }); There is not
How to add blueprint variable in Widget Header Button scope?
@Erwin Hogeweg Hi, I have a blueprint Dynamic Table widget that shows all the log msgs for the selected blueprint device. I am adding a Header Button to clear all those entries at once, instead of having to click the delete button on every line. The challenge
Input control Widget - Default value option
@Brugnetti brugnetti Hello, In the Dashboard, I create an “Input control”. This “Input control” has 3x fields, and each one are defined as “Default value = Last” When the user change the value of the fields, the variable assigned to these fields are correctly
Change the variable receive timestamp
@Felipe Braga Is it possible to change the timestamp of some variable in Tago? Example: Tago timestamp = 2022-01-11 13:08:39 How I want to change = 2022-01-10T12:00:30
Color conditions according to variable values
@Cádmo Dias Hello, It is possible to define color conditions according to the value of a variable, such as in the example below? Thank you in advance!
Distribute multiples dashboard
@Brugnetti brugnetti Hello, Using Tago.IO, I created : Device (based on our specific hardware sensor) Bucket Dashboard Action (some value on the variables will call a specific action) Analyze (programmed in node.js) These systems works well. Now, I would
Dynamic Table vs Icons
@Vincent Raaijmakers Hi everyone. I’m trying to follow the help guidance for getting an icon displayed in a Dynamic Table However, whatever I try… no icon. This is my test data: What is the required Visual Content type setting… I assume ‘Icon’ right?
Display Widget on Blueprint Dashboards does not display strings
@Nicolas Kyriakou Hello, I have an issue with the Display Widget when working on Blueprint Dashboards. When I try to display a string variable it shows nothing. Here is a screenshot(widget on the left is a card widget displaying the variable): Here is
Configuration parameters and input form
@Viorel Gheorghe HI there, A little guidance if its possible. A CUSTOM HTTP device is connected to TagoIO for the first time and wants to take some information from the platform. Let’s say that the enduser has a in the dashboard a INPUT FRAME called “email”.
How to edit metadata.label in blueprint dynamic table?
@Erwin Hogeweg Hi, I have a dynamic table which shows the variables of blueprint devices. One of the variables is called device_name, and it has a value property and a metadata.label property. In the table the column shows the metadata label as expected.
Send email from the user defined address
@Brugnetti brugnetti Hello, as explained in the examples ,I can send an email to the address indicated in the setup the “Environment Variable table”. Now I would like send an email at the address defined by the user via the dashboard. I created a field
GET & JSON for HTTP requests
@Viorel Gheorghe HI there! Trying to reacquaint with Tago For POST i can use JSON with my Arduino, but for GET can be used the same stuff? for GET if i have two variables I have to use: xxxxxx & forcesms being my two variables https://api.tago.io/data?variable=xxxxxx&qty=1&variable=forcesms&last_value
Analysis and Python
@Brugnetti brugnetti Hello, I can see that Python scripts are in Beta version. When this feature will be released ? Thanks
Send an triggered Email using Node.Js (From Analysis)
@Brugnetti brugnetti Based on your example, I try to send an email from Analysis. The code is : /*
** Analysis based on Tago Example
** Sending dynamic notification
**
** Send Email notifications using analysis.
**
*/
const { Analysis, Account,
Dynamic Dashboard Background
@Gary Howell Hello, I think the dashboard background is stored with the dashboard definition. Are there any plans to make the dashboard dynamic depending on a bucket variable? I would like to be able to display an image of the sensor installation as a
Distribute Blueprint dashboard and SMS Alert
@Brugnetti brugnetti Hello, I would like to distribute multiple dashboard. Each dashboard is for 1users and one temperature sensor. How can I ask the user of the dashboard who has received a link for his telephone number in order to be able to send him
Dropdown menu on sign up page
@Andrés Hello, In my opinion having an option to have a dropdown menu in the sign up page to choose several options (to set tags) from would be very useful since it can avoid typos from the user resulting in problems with access policies, dashboards visualization,
Static Table - Edit option
@Vincent Raaijmakers What is the idea behind the edit option of a cell\variable in a static table? For example, I would expect an option to run an Analysis but can’t find it. It only saves the change to the bucket? Thanks! Vincent
Payload Parser MQTT
@Marcos Silva Hi, In my application I’m receiving a JSON like this: And I’m having troubles to parse it to the TagoIO format. In summary, I would like to analyze the following variables: Accumulated, Flow, Pressure and Temperature. Could you please help
Multi-Language Issues
@Gary Howell Hello, I’m trying to get English/Welsh dictionaries working for Tago RUN. I have a couple of questions: Where does the dashboard get the users language from? OS language selection, Browser language selection or some other place? The Tago
Next Page