Line and area charts - stack values problem
Hi, how to do stack chart in correct way? I try do it (left side of screenshot) but as You see, lines are crossing, but why? Values have different timestamps, because it is not possible to synchronize all IoT devices to send data in one second.
Cannot read properties of undefined (reading 'payload') -- Helium Integration
I am trying to plot some data that is coming in from a Helium integration. Specifically, this is a GPS tracker. I see the data coming in when using the inspector, but I am getting the error: Cannot read properties of undefined (reading 'payload') 2023-03-08
Kickstarter
Hi all, Just a reminder. Kickstarter is helping a lot of people around the world to develop IoT solutions. TagoIO provides complete end-to-end IoT applications that can be exported to your account and used as templates for full customization and the best
I reset my Dragino Temp and Humidity device, but it will not show up.
I am having trouble getting my LSN50 Temp/ Humidity sensor to work. it has been 5 months since the last reading. I reset the device, but it still won't register with Tago. I have the same Dragino Gateway connected. If I haven't touched or monitored this
getDeviceList() hangs indefinitely.
Hi, I am trying to use the getDeviceList snippet from here, in the plugin example code but that method never appears to return. const { core, ServiceModule } = require("@tago-io/tcore-sdk"); const express = require('express'); const app = express(); let
Publishing to MQTT topic from python analysis script
@Andrés Hello everyone, I am trying to publish data entered in the dasboard to a device through a MQTT topic. My attemp was to create an analysis script (in python) which is triggered when the send button is clicked and from there the information can
Line Chart Widget with multiple metadata vars
Hi guys! I am trying to use a line chart widget with multiple lines. The data come from only one var with multiple metadata properties, but, I dont know if is because is the same var, the line chart remove all the var, leaving just one. Let me put some
Getting Started - Incorrect 'tagocore' property name in manifest example.
The package.json example has 'tagocore' as property name for the plugin description but it should be 'tcore' as shown below. The error that is thrown is kinda misleading because that suggests there is something wrong with the short_description. { "name":
Relocate "Reset Zoom" button on charts
Tago developers - Please consider relocating the "Reset Zoom" button that appears after zooming into chart data. It currently is positioned near the top center of the chart. This location is fine as long as the button is well outside the boundaries of
What is the best way to migrate old data to metadata
I have been migrate my devices to optimize data storage using metadata, all not relevant variable I add in metadata. In some cases, some variables is not so much relevant, but we have widgets with this variables, and I have to keep the historic. What
Let the Tago Run user change the device name
Hi all, I want my Tago Run users to be able to rename their devices once they're connected to their accounts so that they've got a better idea of what device does what instead of having names like device-0001, device-0002 etc. This probably involves some
Using the TagoIO SDK in TagoCore to access device bucket data.
Dear TagoIO I have recently started working with TagoCore. So I would like to perform analysis with the data. When we do it with TagoIO we have the SDK that allows us to query the data. In TagoCore, do we also have an SDK?
Filtering by device for Map Widget
Currently, You can filter based on Tag when showing devices in a list. I think this feature would be very powerful for the map widget, but I have not figured out a way to do the same thing. What I would like is to create a pin that only shows the last
Creating a custom helium device with python analysis
Hello. I have been working on creating a helium device from an analysis. I have added the correct connector id and network id, but I have been failing at updated the EUI. This is the code I have to generate a new device: my_account = Account(account_token)
Connection to a database directly.
Hello everyone, I'm new here and in TAGOIO platform, i was wondering, what is the best way to connect the platform with an existing database? I already have a platform installed with a couple of sensors sending data to a DB and I would like to access
bar graph bar thickness
Hi, I have two charts: First come from simulation, second from real data. What is the difference? First have ideal interval, second no (avg 3 seconds difference between sample, sample interval 2h) Why first graph looks good, but second looks worse? Exist
Autoplay Videos on Compose Widget for iOS Apps
Hello there! I have a live video running from YouTube on my dashboard (I'm using the Compose Widget). When using a desktop to check the dashboard, the video starts to play as soon as I load the page. When I try to use TagoIO app or RUN app, it doesn't
TTN integration
Hi I use Dragino LT22222L connected to TTN. 12 days ago was last time i got data from TTN to Tagoio. Data from /to LT22222l andd TTN are fine. I am trying now to reconnect webhook connection between TTN and Tago. All I get is "Fail to send Webhook- Request".
external mqtt broker
Hi, I have device which communiacate with mqtt broker hosted by device manufacturer. Could I connect Tago directly to non-tago MQTT server? Tago Have mqtt integration, but it works only for device connected with broker mqtt.tago.io ?
Different Values on dashboard gauge and settings page
How do I get the gauge on the dashboard to read the same value as the settings page gauge? Please see attachments. Thanks in advance!
Accessing Configuration Parameters in Parser
@Gary Howell Hi there, I assume Configuration Parameters are simply key/value pairs. I want to store some parameters and user them in the payload parser script. If this is possible, how do I access them in the parser? Also, what is the purpose of the
Device parameter - config during payload parser
Hi, I know that I can read value of configuration parameters using: const type = device.params.find(param => param.key === "x"); But it is possible to CHANGE value of parameter (at payload parser) and save it? It is important for me, because I must calculate
August Lock Integration
Hello Taggers!!!! Has anyone successfully integrated an August Lock into Tago.io? Wanna talk? Reply any and all!!!!!
General Axios Code for Sending Downlink from an Analysis
Team, I don't write defensively, so error checking is weak... But this code took me some time to figure out. Hope it helps someone! General Strategy: 1) Put parameters in DEVICE TO BE CONTROLLED - including the HEX commands. 2) Make a general device so
What the JS libraries available to use in analysis?
Hi, guys! I know we can use some libraries like axios or dayjs in analysis just call them with "require". const axios = require("axios"); I just to know all the libraries available to use in analysis, a simple list or something like that. Do you guys
Extend Email service to include full attachments
One of the problems with the Email service in TagoIO is that attachments are not really attachments - they end up as a link back to the Tago file (bucket) system. This is potentially insecure and some organisations (e.g. local government) block such links.
TagoIO Learning Center maintenance
Greetings everyone, On February 8th, TagoIO's Learning Center will be temporarily offline as we transition it to a brand new platform. We anticipate the maintenance period beginning at 8 am EST and concluding by 3 pm EST. Thank you for your understa
Device List Widget
Make the device list widget clickable. More specfically if a user chooses to show the Name of the device you should also be able to click on that name and it bring you to whatever link the user ties to it in the setup of the widget.
The snipped code for 'Sending downlink using dashboards' does not work
Hi all. I got a problem with the code provided by Tago for 'sending downlinks from a dashboards'. First of all I have not changed anything from the code. I have added Environment Variables 'default_PORT' The error that I receive is ' Downlink failed with
Downlink from dashboard
Hi I follow instruction how sent downlink from dashboard. When i got dashboard widgets to edit, i can not enter payload. Variable from device form_download is default 00 and can not be changed. When I go back to dashboard i can enter payload in all 3
Is the name of the Action available in the Analysis Script
I'm not very good at reading the SDK, but is there a way to get the name of the Action that triggered an Action script INSIDE the Action script. I'd like to display the name of the action if possible. It seems so easy, yet... Thx!
Billing issue
Payment is made but still could able to see the update
Multiple devices on blueprint dashboard maps
Hello community, I don't know how to create the analysis to display multiple devices on a map using blueprint dashboard, so I need help to create the analysis since I don't know how to program this type of structures. Essentially, the flow will be: My
Suggested improvement: direct CRa LoRaWAN support
Hello, some time ago I asked for your help with connecting CRa LoRaWAN (https://www.cra.cz/internet-of-things-connecting-to-the-lora-iot-network) network with TagoIO so I could use my GPS tracker Moko. See here: https://help.tago.io/portal/en/community/topic/data-transfer-from-the-cra-lorawan-network-to-tagoio
Changing thousand and decimal separators at TagoRun
@Aline Tusi With just a few steps, TagoRun users (users that log in into your RUN application) can change the format of decimal separators in their own accounts. For this example, let’s use this dashboard that has a few widgets with numbers. Note that
How publish or suscribe Tago io with arduino ide mqtt librairies
@rony dampied i need to use arduino ide with pubsubclient librairies I use an esp 8266. I never see an arduino sketch with this mqtt to TAGO IO; thanks
Is there a recent Java SDK for Tago IO?
Hi, I see a Java SDK in Github but it is a few years old so I am concerned about the compatibility with the current version of Tago.io. Is anyone aware of a more recent version? Kind Regards, Erwin
How to create your own Network to integrate with TagoIO
@Ricardo Stoklosa This is a quick tutorial that shows how to create a Network for your devices using TagoIO. By creating your own network you will be able to push data to TagoIO in the correct device based on it’s serial number, using your own protocol.
TACO CORE
I have a doubts about Tago Core: Is there support store forwarding nativo? Like as, the case connections with internet failed, the tago core store the data for 7 days per example, until connection become and data are sincronized with tago io? Or need
Integrating Sensoterra Sensor
Hi everyone, I'm curently trying to integrate a Sensor from the company "Sensoterra" into TagoIO. Unfortunatly, I can't registrate it to my own TTN-account as Sensoterra handles the sensordata themselve. But they offer HTTP push notifications. Therefore
Next Page