XML to JSON
Hi I would like to understand if it is possible to convert XML to JSON in payload parser. You have any examples?
Hidden Dashboard
How can I unhide dashboards
Passing Parameters to my Analysis
Hi there... I'm writing an Analysis that must extract the min, max and average of 4 different variables from a device. I'm trying to find a way to have the trigger passing two parameters to my analysis, which are: - The variable to extract min, max and
Which token is needed to access dictionary from code?
Hi, I am trying to access a dictionary as documented in API doc here. I can't figure out what the value of my-token needs to be though. I have tried account_token, the dictionary token as passed in the context, the dictionary token from the URL, etc.
scope location mixed up
Hi there, I have an analysis trigger by an Action is an value is achieved if I print the SCOPE[0] it is obtain context.log(scope[0]); { id: 'xxxxx', created_at: '2022-02-12T11:03:27.888Z', time: '2022-02-12T11:03:27.888Z', bucket: 'yyyy', variable: 'temperature',
Air Quality Monitoring
Currently Looking to implement an indoor air quality monitor to satisfy staff post covid returning to office wellbeing concerns, to meet WELL Air standards this requires measurement of Carbon Dioxide, Carbon Monoxide, Total Volatile Organic Compounds,
Id Network and Connectors
how can i get connectors id and network Id?
Error on build NodeJS project using SDK
Hi guys, When I try to compile a project in NodeJS (using TS) that has the use of the SDK as a dependency, I have the following error below. Note: I downloaded other projects (analysis-export), did the build with tsc and the same problem happens. Any
Is it possible to get data to sum (add) data within the preset time period?
Hi everyone, just wondering if it's possible to get a widget to give me the sum of data within the preset time intervals, and refresh once the new time interval is selected? I'm trying to do it for a rain gauge, where I might like to see the data over
Series of dates on the x-axis
Hello everyone, how do I implement date series on the x-axis of a bar chart?
Issues Migrating a GPS from TTN v2 to TTI v3
@Brom Hi everyone, I have found a strange issue when migrating my Dragino GPS Tracker LGT-92 from TTNv2 to TTIv3. I used the instructions found here How to integrate TagoIO with TTI / TTN v3 After replicating the application in TTNv3 I longer get the
Unable to set variable from Button Widget
Hey All. I have been working on getting a downlink example working with a dashboard. I have run into an issue with the push button widget. I am using the dragino LT-22222-L on the helium network and the default parser. I have chosen the ro1_status variable,
Input form help
Hi guys! I have this request from my client I'm trying to land :) So, he needs to be able to create a list from a INPUT FORM or such. Afterwards he has to have the ability of deleting or adding more products. For now I've done a INPUT FORM with TEXT,
Expected date for MQTT connecter for TagoCore?
@Nelson Mambre Hi all, I followed the TagoCore presentation even though I don’t speak Portuguese (I do speak Spanish though). I don’t know if it was mentioned in the presentation, but when will the MQTT connector be available for TagoCore? I did some
Formula Widget for Tank Gauges
Hello, Is there a way to run an analysis on a group of devices that contain certain tags, and then take that data and show the result on a display widget? More specifically; I have multiple tank monitors measuring water levels that send in data once
What happens to those bucket variables after a downlink?
Hi, Normally network uplinks include downlink_key, application_id and device_id in every uplink msg. To limit the amount of inputs we filter these out (99.9% of the time these aren't used anyway). As pointed out here though, those variables are needed
TAGS
é possível pegar valores de uma tag que pertence a uma análises e usar este valor num dashboard(EX: Deixar um valor default do input igual o da tag)
Header button or open widget form Custom widget
Hi, Possible to trigger the header button from the custom widget javascript? Or just start a widget from the custom widget javascript? Thanks
Variáveis de ambiente
É possível exibir o valor de uma variável de ambiente de uma analysis como valor padrão no dashboard???
Export Historical Data from Line Chart Widget
Is there a way to export historical data from the line chart widget? Every time I export from the widget it only gives me the last value.
How can I take a value and a known maximum and change it to a percent for a gauge.
I need to take an input value from a sensor knowing that 5 is the maximum value or 100%. That gauge will display the percentage not the actual sensor value.
How to access a Connector (Device Params) from Analysis.
Hi, I am trying to access a connector's Device Parameters from an analysis but I can't seem to figure out how to get access to a connector. The API suggests an Integration constructor but when I use that in const integration = new account.Integration(connector_id);
User credentials
@Alfredo Dal'Ava Júnior Is there a way to secure TagoCore webserver/API with user credentials?
Downlink URL not found when sending downlink to TTN Class-C device
Hi, I am using the 'Downlinks using Dashboard' tutorial to send a downlink to a TTN Class-C device but I get a "Downlink URL not found" error. As far as I can see the URL and the data are correct. What am I missing? This is the analysis output. Downlink
Format dates on X axis
@Arantec Developer Hi fellas! Is there a way to format X axis dates? For example DD-MM-YYYY. Or do I have to create another Analysis to create a variable group and set it as X axis? Cheers!
Graph in Custom Widget
Hello everyone, I'm with a question how Can I be doing this type of chart with the custom widget, would anyone have any example to help? In this case, x would be the days of the month
A custom dynamic table
@Viorel Gheorghe Hi there! If you can point me in the right direction, it will be awesome! Two questions Q1. In the Tago docs I’ve found this example: How can I obtain something similar? Q2. There’s a chance to make a table that has this characteristics:
Content-Type: Unknown
Hi, I noticed that my analysis queries are giving this message in the live inspector: "From: 44.200.66.223 [TagoIO-SDK|JS|10.3.15 (Running at TagoIO)] - Content-Type: Unknown - Token Ending: Query: const rssiBatt = device.getData({ variables: ["rssi",
Customize date display in chart widgets
Hi! Can I change date display in chart widgets? Ex: I dont want to display complete date, I want to display only year and month. Plus question: Can I remove Custom filter in date filters? can I put only pre-defined buttons?
Live Inspector for Connectors.
Hi, It would be convenient if there were a Live Inspector function for a connector, or have the ability to select multiple devices simultaneous for Live Inspection. The motivation is that we are using custom connectors with individual payload parsers
Check a value of variable sended to a bucket
How can I check if a specific value of a variable has already been sent to the bucket?
Sigfox Downlink
Hello guys, I'm trying to develop a interface with my Sigfox devices. It's ok for Uplink, with my parcer running in js and dashboard being updated. But I still need to return some bytes to my device (Downlink). Using the Configuration Parameters downlinkData
Can TagoCore create node devices and communicate with TTNv3 like TagoIO?
@ki light Hi,dear Can TagoCore get node data on TTNv3? Best regards
How to connect TagoCore with my TagoIO account
@Jhonatan Juno Hello, I am currently using TagoIO, and I have several projects that I am working on, I was looking at the options that we have in TagoCore, but I was wondering how this tool connects with my TagoIO account, is it possible to share devices
Creating a Run User account by Analysis
@Filipe da Silva de Oliveira Hello everyone. In this tutorial, I’ll explain how to create a run user account by analysis, as well as how to build an input form widget to achieve just that. Creating a run user account by analysis is a very powerful tool
About the TagoCore category
@Phil Gutierre Questions about the TagoCore open-source for edge computing running on Linux, Windows or in the cloud
How to build a LoRaWAN/Sigfox Payload Parser
@Vitor Lima The Payload Parser works the same for both Sigfox and LoRaWAN devices. At the end of this tutorial, you will end up having a connector that work in both situations. This tutorial expects you to have read In-depth guide to Payload Parser LoRaWAN/Sigfox
How to integrate TagoIO with Myriota Satellite Connectivity
@Vitor Lima Here is a quick tutorial showing how to add any device with Myriota in your account. For this, you need to access your account at Myriota console manager. 1. First go to your TagoIO account, and if this is your first device connected between
form_payload encoding for downlink analysis
@Philippe MARIN Hi, I use the template “Sending downlink using dashboard” to send a parameter (number of seconds, between 0 and 3600) to a device through TTN. I created an Input Form and trigger the analysis from it. When the input is of type “Number”,
How to Use Dictionaries in Formulas
@henry sneed Dictionaries and Formulas Dictionaries allow you to deploy applications to end-users (RUN users) in any language. You can reference dictionary keys from within dashboard widgets to create dynamic titles and button headers that will appear
Next Page