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
Run several analysis functions from same python external script
@Andrés Hello, I wonder if it is possible to run several analysis functions from one external python script, something like this: Also, can this analysis functions be async? Thanks, best regards, Andrés
How do construct a graph in Custom widget
@Emerson Bueno Hello everyone! I’m have a question, how do construct a bar graph in custom widget? How can I do in code?
The analysis script to exit (outside) a geofence
@Abel Alvedro Miranda I have GPS from globalSAT working perfectly on TAGO IO. However I have them configured for analysis and alert when they are inside a geofence. I would like to have the analysis script to exit (outside) a geofence. You may send me
Change fields depending on dropdown menu in sign up page
@Andrés Hello everyone, when a new user signs up in my Tago RUN sign up page I need to (depending on his/her inputs give some permissions, show different dashboards, and more importantly ask for different information). For example, right now I have 3
Calendar in input form setting date one day before
@Andrés Hello, I have recently included to my dashboard an input form which uses a calendar field. I thought it was working ok, however I have noticed that if you choose for example this date: 2021-12-20, the actual received date in the scope is one day
Error when using usageStatisticList
@Gary Howell Hello, I’m trying to get usage statistics using account.profiles.usageStatisticList but it returns “Profile/share can’t be found” Code below. account.profiles.list() works and shows the profiles I have access to. Would be grateful for a solution.
listUsers(...) throws intermittent UnhandledPromiseRejection
@Erwin Hogeweg Hi, I am receiving intermittent unhandled promise rejections on the await account.run.listUsers(...) call. I suspect that the underlying issue is that the analysis is already finished before the promise is completed. Does anyone have a
Logic in Formulas to show different metavalues
@Andrés Hello! I have a variable which contains several variables in the metadata field, I wonder if it possible to make a formula so that by default it shows one metadata field, but, if it’s empty show instead another one (depending on the serie). This
Payload parser filtering improvement
@Vincent Raaijmakers Current filter login is based on what NOT to include. That means that the list of variables to be filtered is a nightmare to create and maintain. // Add ignorable variables in this array. const ignore_vars = [ ‘ismBand’, ‘ismband’,
Apply filters when downloading dynamic tables
@Andrés Hello, I have asked about this before in the community, but I guess it belongs here. I use dynamic tables a lot and they are very useful, however I find one problem with them, when downloading the table into excel / csv format the applied search
Connect HTTP device
@matias castillo Hi, i want to use a public weather station https://api.dpird.wa.gov.au/v2/weather/stations/MR001/latest?api_key= from that link and of course i have the API, what’s the best way to do it?
Scope of context.token
@Gary Howell Hello, I’ve noticed that while working with Services in Analysis’, the context.token can be used to create Service variables (email, sms etc). However, the context.token can not be used to access Account level stuff. My question is, what
Next Page