SenseCap S2120 8-in-1 Weather Sensor
Hello, I have a SenseCap S2120 and I used the payload form Tago. But for some reason Im not getting all the variables. these are the only variables Im getting. Bellow. I need the others like wind_direction, rain_gauge. Can someone help me on how can I
Translations in a custom widget
Hi, is it possible to use dictionaries for translating text in a custom widget. We obviously tried something like: button.innerHTML = '#CWDGT.BUTTON_TEXT#'; but that didn't work. Any guidance would be highly appreciated. Thanks, Vincent
Smart Plugs
Hi All, Is there a way to connect smart plugs (i.e. sonoff, novadigital) to Tago.io? I wish to acquire the power consumption data from the device and feed my dashboard. https://sonoff.tech/product/smart-plugs/s40-zb-lite/ Thanks
Problem integrating google analytics with tago
Hello guys! I've been trying to integrate google analytics with run da tago since morning to monitor the flow of users accessing my application. I followed the steps in the tutorial that tago provides, I added the Tracking ID from google analytics and
How to access device tags in a custom widget?
Hi, We are developing a custom widget and need to access tags on the devices the widget reads data from. We could not find any documentation for this. Ideally, we would like to be able to do this without running an analysis. Can you please advise? T
Milesight(WS52x)
I have the following ‘standard’ decoder that works in TTN but trying to get it to work in Tago’s payload parser Can anybody help me in converting this to work on Tago connector? Thank you. /** * Payload Decoder for The Things Network * * Copyright 2021
Password Eye
Hello, This is a simple request that when a RUN user is logging in to an application the password field has an "eye" icon in it that will allow the run user to unhide there password and see if they input the password correctly. Most of my run users are
Payload Parser: "TypeError: payload.find is not a function"
Hello, I am trying to parse an MQTT payload that comes in to Tago from one of my arduino devices. The payload is made of three comma separated values. Here's a pasted output from the Live Inspector for my device: { "topic": "your/mqtt/topic", "payload":
Variables on infobox (map widget )
@Simón Costantino Hi, I’m working with a map widget and I want to know if its possible to show only one variable (the location of the device) on the infobox. I added another variable on the same widget only to modify the pin icon in the map, but I don’t
Analysis Help for 3 pulse meters
I have been working on an analysis tool to try and get the max number of pulses in a month. This has been very difficult for me. I can not seem to find an example that does a max by month. Even some examples within the community are not working correctly.
How to connect uRAD sensor to TagoIO device using https
uRAD provides access to sensor data via an API. Using simple https calls with passed parameters to authenticate the request. (api docs: uRADMonitor_server_specs_02_comp.pdf ) I am able to use Postman to easily get the data I want but I am having trobule
Send data from XLSX File to TagoIo
How can the data, column of an XLSX file be sent to a device or bucket, and then be able to use that data in Tagoio ?
How to integrate TagoIO with Actility NS
This tutorial provides a step-by-step guide to integrate Actility with the TagoIO Platform. By following these instructions, you will enable uplink and downlink operations, allowing data exchange between your LoRaWAN devices and the TagoIO application.
Does anyone have an example UDP server?
Hi All! I am trying to communicate NB-IoT with UDP (CoAP). Currently, TagoIO provides examples of TCP/IP, but I can't find UDP at all. Can I get an example related to UDP Server(middleware)? I'm new to developer, so I don't know much about it, so I need
Terms and Conditions
Hi I would like to add a required field on my user login page that requires the user to check a box indicating they have read the terms and conditions before they are allowed to login. is this possible? Thanks Steven
store forwarding in redis
Let me know if tago core support redis to do store forwarding to TAGO IO? and how to implement it?
Dropdown input fields with values from bucket
Hello, I normally use hard codes Dropdown values for these input fields because I can specify Label, Value and a default. When I use values from a bucket, I only see the value, e.g. yes, no from the sendData code below. Is there a way to add Labels and
Turn on a Simple LED in device with a button in Dashboard
Hello, I'm trying to turn on a LED on my device which is a Linux box. I used the guide provided by the Help and the Python template code. However, when I press the button, following error is reported in Analysis console: [2023-08-23 16:28:38] Analysis
Address Map Widget - change default location
The address input widget currently defaults to TagoIO headquarters in Raleigh. We know where you are :) For users in other countries, it would be nice to be able to change this default location on the map to be more relevant to their customer base. I
Compass Widget
Hi, It will be useful to have a compass widget added to the types of widgets available. Can be useful in displaying wind direction in weather stations, for example.
Route Plan Starting Point in Map Widget
Hello, Whenever I click the map button to get directions it knows where to go but always starts in New Zealand and not my actual location. How do I change this to be able to find my exact location and then give directions?
Search devices using eui?
@Andrew Sevil Is there a way to search all my devices (most are LoRaWan) by EUI? Currently the only way I can do it is to add the last 4 characters of the eui to the name, which is really clunky and unreliable (for example a client is able to edit name
Change retention data - what with previous storaged data?
Hi! I want reduce data retention to 0 quarters. I did it, but I see, that chunk data in buckets are still available. Tago automatically remove it? When?
Dashboard lag
Hello everyone! I'm here because I need your support. What happens is this: The dashboards are crashing a lot as shown in the video I uploaded, I click to switch tables or try to scroll the page and Tago's screen just crashes, it takes a long time to
Modifying Min, Max, Average analysis
I am trying to modify the Minimum, Maximum, Average analysis to subtract the Min from the Max and store the result as a new variable. I stripped out the average calculation because I don't need it. I also commented out adding the min and max variables
Widget values not updating after creation
Hello All, I'm new to TagoIO and was finally able to get my sensor connected last night, I also created a dashboard to show the sensor values. See current payloads from Live Inspector view below, I also put image of my dashboard show fresh values that
Device variable data not matching
Why is the soil moisture meter displaying flow and calculate flag data, which are typically associated with a Flow Meter, instead of showing relevant data such as soil temperature, moisture, or electrical conductivity (EC)? Please see attachments be
How to setup the route button in map widget
Hello, I have a variable named location in my bucket with lat and long as location values and have that populated in the route section of the map widget. My map never shows a button though. What am I missing?
Why is my flow meter not showing pulse rate or different data than raw payload?
I tried to get a reading or pulse or some data to gather to figure out my gallons per minute with this Dragino SW3L Flow Meter. As seen from the screen shots I am only getting the payload in a raw form. What am I doing wrong?
Clear SetTimeout timeout in Tagoio ?
From the following code, how can I manage to delete the setTimeout so that Analysis does not consume me since I have a waiting time of 1 minute if it is "Door Open" . If a "Door Close" data arrives, the Analysis should cut the SetTimeOut of "Door Open"
Improve Line Chart Tooltip
First, it would be nice if you can have multiple representations of the same variable in the tooltip. For example; If I am measuring liquid level in a cylinder it would be nice to plot the level in feet on the line chart, but when you hover over the data
Back button in app & browser
Hello, If you navigate to a dashboard using the device widget table it takes you to the correct dashboard, but if you hit the back button it takes you to the main run page and not the previous page you were on. Can you guys fix this bug? When I hit the
Map
Hi, I use the map widget here to track a few Cattle. Is it possible to remove road names, names of towns ect? Reason I ask is, periodically, I need demonstrate my usage for tracking Cattle to other folk and I don’t really want their exact location being
GATEWAY MONITORING
Good Morning, I have being trialling your platform, and I must honest, the alerts i did set.. all responded when the events took place I was wondering.. if Gateways can be monitored on your platform, or when will this feature be available please. My team
Data Usage Report For All Sensors
Does anyone know if there's a way to use Analysis to create a report that lists the data amount (records) for all of the sensor's in a profile/account? Thanks!
How to Export data from all devices
@Vitor Lima In this article, we’ll learn how to run a script outside TagoIO to export all your data from one, or several devices, to a CSV. By following all the steps in this article, you’ll end up with: NODE.JS setup in your machine; An understanding
Dynamic Table Widget - Cannot move Date and Time column
Dear all, I have just created a Dynamic Table Widget and my last column was the Date and Time column. Now I am trying to move Date and Time column to be the first one. Problem is that I can move any other column but the Date and Time. Will I need to delete
Input Form Widget Error
@Steven Flaxman Hi I have picked up an issue with the input form widget. The problem lies with the field type calendar. If you select a date and submit it The date is saved to the variable incorrectly. It seems out by one day and is saved as a START date
Make csv & excel exporting slave to the widget settings
It would be extremely helpful if the CSV & excel exporting features were slaves to the widget's chosen timeframe, ascends/descends in columns, and visible column filtering. This would allow for easy manipulation of these widgets and then allow users to
Cannot get my CLI to work correctly
I am running as administrator in my Command Prompt. Why am I not able to get the same results? Below, the first two screenshots show how i installed the CLI and the Builder successfully. However, it will not give me the same results as in the third pic
Next Page