Vertical bar chart color change
Hello everyone, I would like to know if it would be possible to divide a bar of a graph in 3 different colors, defining limits for each color?
Gauge widget with levels/categories
I'm wondering if there's a reasonably simple way to build a gauge widget similar to the example below. It's sort of a combination of an Angular widget and a static Semi Donut widget, but with categories that show severity (similar to how the Cylinder
Demo TagoRUN user
Hello. I'm trying to create a "demo" user that can access a few dashboards we are using to showcase our products. I can easily configure the access permisions, however the problem I'm having is that this user coud change the account settings while in
Upload file from a device
Hi! It's possible to upload a file from device? If yes how to do? Because in the docs i did not see this feature. Thanks!
Queclink - GV300 CAN
Hi there! Is there anyone that already connected Queclink devices to Tago.io platform? We are trying to test but seems like the integration is not forwarding the messages to Tago.io platform. I followed the instructions of the document Queclink GPS (tago.io) and
Helium Network Connector
@Jinal Shah Hi, are there any plans for Tago to support integration with the Helium Network? https://www.helium.com/
TTN/TTI
Thanks for the great work you are doing! I just installed the new beta and could not get the TTN/TTI webhook to reach my tagocore. The http:// and port that I open up is not reactive. I see messages from TTN v3 going into my tunnel but not into tagocore.
Send several attachments in one email
Hi, I am using python SDK to send a csv file via email. This works fine. However I need to send more than one file, is it possible to do without having to send several emails? Thanks, Andrés
Sharing blueprint dashboards with link
Hello, I see in normal dashboards there is an option to share it via a link, which doesn't require log in or anything. I saw here: Sharing Blueprint dashboards (tago.io) that this is not possible with blueprint dashboards but there are other options,
Increasing timeout in external analysis in python
Hi, I am having issues with some analysis which need to run for quite some time, and I sometimes get a TimeOutError, I see when you run scripts in Tago you can set the timeout in minutes, how can I change this timeout when running scripts out of Tago
How to auto-scale your profile limits
In this article, we will learn how to setup an auto-scaling script by profile in your account. In the example below, we will use a pre-made script that checks each one of our services and scale up if usage reach a percentage of our limit. By following
TagoCore Beta is now available for download
Greetings everyone, If you haven't heard yet, we have just published the public beta version of TagoCore! This migration note is here to help ease the transition between the last TagoCore version (0.2.0) and the public beta version (0.3.0). If you already
Sending a Downlink
Hello, Can some one help me? I followed the direction to send a Download with this Link. I sends the download to the device, But when I I check on the Helium Download window, it shows that it received the message from tago, but it shows blank. Like tago.io
TagoCore - Helium Plugin
Hello, In the tagocore webinar there were Helium and Tektelic gateway plugins in the store, my question is, architecturally how will the interact between the tagocore device and the gateways work. Will the gateways push/pull data directly to/from the
action on mqtt connection/disconnection
Hello! How to trigger an action / change a widget properties based on the device mqtt conection status? In the live data is possible to see this information but i didn't find how to use this information to check the device status. For me it's a important
mqtt device token
I want to send data from multiple devices to Tago using a single MQTT connection with a unique topic for each device. For setting up the MQTT connection, the documentation says to use "Your device token" for the password. Since I have multiple devices,
Firmware update - FOTA
Dear Team, Is there any documentation or even example regarding the implementation in Tago plataform of firmware update through FOTA, please? Thank you!
Custom widget - Get device list
Dear Team, Is there a way to get the device list in custom widgets, please? Such as we do in analysis using account.devices.list(), for example; Thank you!
Dashboard icon bug
Dear Team, I found a bug when setting the dashboard icon with svg file. For the first dashboard, I can paste the link of the svg file (stored in my Tago account files), but when I set the a second dashboard icon, both dashboards show the same image,
Connector List - Add Network column
Hi, we created some custom connectors. It is a challenge to see in the list the network that the connector is used for. Can you please add a column that shows that? Of course we can change the name of the connector to include, but we prefer not to do
TagoCore Webinar - register today!
Want to learn about our new release? The TagoCore for edge computing free & open source is coming! Register for our Webinar Feb, 22nd here. https://tago.io/events/
Apply formula on Line Graph widget
Is there a way to apply a formula to a line graph widget's variable? The data is in Celsius, but I'd like to display it in Fahrenheit.
Saving data to csv changes date time format
Hello, I am trying to take data from a device and add them to a csv file.: The default timestamp format from Tago is the one that I want: But after adding the timestamp to the csv variable, the format of the timestamp changes to this: Does anyone know
Onboarding device in Senet.
Hi, When we create a new device in Tago we automagically want to onboard that same device in Senet. The Senet API seems straight forward enough to do that. I am just curious if anyone has done this before and if there are any pitfalls and/or gotchas I
Milesight WS52x
Hello, Is there a way to add and control the WS52x with tago? thank you!
Help python Raspberry
@Mateus Paulino AttributeError: module ‘tago’ has no attribute ‘Device’
Feature Request - Dashboard Editor - Include value in Hidden field 'outline'.
Hi - When there are multiple hidden fields in a form it is not obvious which field has which value until one is selected. Would be nice to have the value variable included in the outline. See screenshot. Just for info - ea. hidden field has a different
Forms on Dashboards
I created a new dashboard using forms, however I seem to be when submit the data, the the fields area not clean automaticaly for insert a new values, is there some option that forgoted to set for?
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,
Next Page