Scope after header button click
@Office Office Hi, I would like to send a PDF report to current RUN user with data taken from currently chosen device on blueprint dashboard. I already know how to do something similar using Input Form, but now I need it to be done with widget header
Live inspector not showing data
@Andrew Sevil Hi everyone, I’m coming across an issue where the live inspector is not showing data being passed from the ttn (v3), yet the bucket is accepting data and the dashboard also shows the result… Here is a screenshot of the dynamic table showing
How to send files to Tago with a Python analysis
@Felipe Braga Hi everyone, I need to send a text file (example.txt) to Tago, but I couldn’t find anything that could help me with this task. I need to store it in “Files”. Folder example: example.txt analysis.py Thanks!
Use of device parsers (Oyster)
@Vincent Raaijmakers I’m using the Oyster GPS sensor from DigitalMatter, it comes with the Oyster Tago device selection. This works great, however looking in the bucket what gets stored, I miss some basic information, like timestamp, rssi, etc. In a dashboard,
Custom domain in emailed PDF report link
@Office Office Hi, We have a custom domain linked with our Tago RUN instance. One of the analysis scripts sends a report with given sensor data to provided email address. Now the problem is the link of the attachment in the email - it points to api.tago.io/attachment/...
Passing current device id from blueprint dashboard to analysis
@Office Office Hi, On a blueprint dashboard, I have a widget with a button “Generate report”. After clicking, it should grab X values from the currently selected device and send to some email address. I’ve already found topics which explain how to create
Finding device ID using script, then sending downlink, without widget
@ Hi, I’m stuck at the point where I’m only able to send downlink to a specific Device ID (only if I declared the device id environment variable). I want to know if there’s a way using script to get triggered device ID and send downlink to the specific
Can you change an actions' conditions with an analysis?
@Nicolas Kyriakou Hello, I have this dashboard: Currently my device reads data every 3 minutes, and depending on temperature, will trigger an action to push a notification. The temperature threshold is adjusted using a form that runs an analysis to adjust
Dynamic Table with dark background
@Office Office Hi, I’m experiencing problems with dark background on dynamic table. It looks as follows: As you can see, it’s completely unreadable and text color cannot be customized. Is there any known workaround for that?
How to export a complete bucket?
@VALENTIN NICOLAS silvera diaz I am using analysis in combination with an action described in this tutorial. How to generate CSV reports using TagoIO Generating CSV reports using TagoIO Easily generate reports on the TagoIO platform using input form and
Error with standard reports of a TTN sensor
@Benoît Moyaux Hello all, I have a TH sensor that is on TTN. The sensor reports standard frames and batch frames. I see the batch frames on TagoIO without any problem, but when I have a standard frame I have an error. This is TTN’s JSON for a standard
Time axis - group by day
@Vincent Raaijmakers Hi, what is the best way to show values by day, so not date time. I would like to show a count by day but don’t know how to set the graph to day only. Thanks!
Dynamic device selection in widget post
@Vincent Raaijmakers Hi, I created a header button in a blueprint widget. A dedicated analysis needs to be called when pressing the button. So this analysis needs to do things just for selected device. However, how to provide the analysis the device information,
Different indication for same variable
@Vincent Raaijmakers Hi, I noticed today that some widgets are not updating when the value of the variable changes. As you can see, I expect a value of 12, which is the latest value. The bar chart is correct, the other 2 not. What could be the reason?
Configuration parameter and keys parameters from bucket
@Stan P Hello Everyone, It is possible to show on Dashboard informations directly from Configuration Parameters? I know that I can get information from config params and using it at parser and write to bucket, but can I use configuration parameters on
Styling pie chart
@Office Office Hi, Refrigerated Truck example dashboard shows nicely styled pie chart: How can this effect be achieved? I can’t see any options to configure the effect after clicking a piece or displaying that outer shadow in the pie chart settings.
Data Query vs Bucket records
@Vincent Raaijmakers Hi, I try to understand this: When I run this data query I get records const device = new Device({ token: “my-device-token” }); const [records] = await device.getData({ variables: [“digital”], query: “count” }); context.log(Records
Device Configuration Parameters issue
@Gary Howell Hi, I have noticed that if I do console.log(device) in a parser, the parameter list shows the parameters more than once in the params array. I have also seen the parameter grow for each payload processed. My understanding is that the device.params
Copy widget from one Tago account to another
@Gary Howell Hello. I know you can copy widgets to another dashboard in the same account, but can you some how copy a ‘perfect’ dashbaord from one account to another? Thanks
Fixed Table: Unable to select variables different devices
@Vincent Raaijmakers Hi, for testing purposes, I created a fixed table, 4 columns, 7 rows. Used devices are LoRaWAN devices. All devices store their values in the same bucket. My plan is to have each row display device name, frequency, RSSI and SNR (6
(Solved)Unable to visualizing real data on Dashboard
@P.Kumar Hello TagoIO Support Team, I have fixed all the related issues to connect an external device to TagoIO platform, but still unable to visualizing the real data from the Bucket on to the dashboard. Please refer to an attachment for the screenshot
Integração NLT e TagoIO
@Andre Antivilo Olá, estou começando o processo de integração com a NLT para LoRaWAN. Já fiz o processo com a Kore e não encontrei nada com a NLT. A URL de destino é a mesma? https://everynet-oauth.middleware.tago.io/{type} Obrigado!
Mutliple axis chart - different scale
@Stan P Hi, this is possible to do one chart with two Y scales, like here? I know that we have option “Formula and unit” but I don’t want change values. Any idea how to realize this chart in Tago dashboards?
ChirpStack X Tago
@Norf Tecnologia Boa tarde, Tenho um network Server (ChirpStack) integrado com o Tago, já faço o decode do bytes no ChirpStack. Como faço para fazer uma leitura correta das informações? Segue abaixo o json que chega na tago, preciso pegar o elemento “sondas”.
Best Practicies to create Blueprint Dashboards to share them between many clients/profiles
@Claudio Rosa Good morning, I would like to create a some Blueprint Dashboards templates to be shared (one dashboard to many clients) between my clients. This will reduce the creation effort and at same time it will speed up the time to market. I already
Send data to variable
@Leandro Augusto Machado I’m trying to send data to a variable on bucket from Analisys, but it’s not working. I’m getting this message on Console: {‘status’: False, ‘message’: ‘Function Parse Error: TypeError: Cannot convert undefined or null to object’}
(Solved)How to connect an MQTT external device to TagoIO dashboard
@P.Kumar Hello Support Team! i am new to TagoIO and trying to get acquainted with it. I have created a device with custom MQTT connector, but don’t know how to setup next and unable to make it work this external device with TagoIO. Please assist me further
Issue about uploading a file to Files
@Cesar Pinto Hey everyone: I was trying to upload a file from analysis without success. My code: const account = new Account({ token: env_vars.account_token });
const testBuffer = Buffer.from("hello world", "utf-8");
const filename = "test.csv";
const
Downlink fport (Dashboard) value is always 1
@Claudio Rosa No matter what I do in the “Downlink from Dashboard TagoIO Template”, the LoRaWAN fport always remain with 1. In the Dashboard I sent 3, in the Analysis Console Log I see 3, but in the LoRa Network Server reach 1. For me, it is strange,
Image Marker Image Upload
@Rob Young Hi Folks Is there any way to ‘upload’ an image for use as the img.pin on the Image Marker? For ease of use for customers, I’d like them to be able to just add an image from their device, not have to upload somewhere else then copy the link
Send request using Postman - Authorization
@Stan P I try send request using Posman. Tago share Postman Collection “TagoIO API” but I get No Authorization response: { “status”: false, “message”: “Authorization denied” } How I can add Auth? I try do new key using this article: https://docs.tago.io/en/articles/218
API for data_retention
@Andrew Sevil The API docs show that Account.buckets.edit takes a Partial<BucketCreateInfo>, but data_retention and data_retention_ignore are only available from the <BucketInfo> interface. Is there a way to update (or set during device creation) the
Date and time in bucket
@Felipe Braga Hi everyone, I am creating a pdf using data from an input form and I want to display date and time that I sent the data entered in that input form.Until then, I was able to filter all the data except the date and time that already comes
Time dependent color conditions for entire row
@Andreas Gudmundsson When creating a dynamic table, enabling the time columns allows the following color conditions to be set: This works great, but unfortunately only affects the “Date and Time” column: If I try to do the same setting for Address, it
Invoicing assistance
@Andrew Sevil Hi everyone, I’m wondering what the best way to setup invoicing for clients with devices through TagoIo. I will be invoicing monthly at a certain $/mth/device. Is there a way to do a report to give me client/devices/last seen or similar?
Python SDK Problems
@Andreas Gudmundsson I’ve been using the NodeJS SDK for almost a year now and am very comfortable with how it works. I wanted to implement the Python SDK to some pre-existing code but have had a lot of problems with running them externally. I created
Download file with one button
@Felipe Braga Hi, I have a question: is it possible to download in my browser a PDF or CSV through an analysis? Example: A “Header button” that when you click initializes the download of a file to my local machine. I need to do this, but I can’t find
Help with payload parse script for power meter
@Tyler Hello, I would like if someone would be kind enough to assist with a payload parse script, We are looking for the variables temperature ext_temperature energy power any help would be greatly appreciated 2021-05-18 10:48:52: [MQTT] Device publish
Send email in "Generate PDF report"
@Felipe Braga Hi, I am wanting to send a PDF report to an email by typing in an input form. But as far as I know, it is necessary to dictate a fixed email in “Environmental variables”. If not, it returns: email environment variable not found. My question
Storing HTTP Post Server response data
@Patrick van Eijk Hi, I have created a short analysis script that does an HTTP post to our LoRa Cloud solver of a particular message that a LoRa tracker sent to Tago. I am able to successfully retrieve the response from the server. The response is an
Next Page