Animate Wind Vane Direction
@Alan Sim Hi, I am new to Tago. I have a data feed from a wind vane. How do I animate the compass pointer on the dashboard with respect to this data feed? Thank you
TagoIO Online Live Training Session
Hello TagoIO Community! We are excited to announce that the TagoIO online live training session will happen on August 15th and 16th from 10:00 am to 1:30 pm Eastern time. You will have access to more than 6 hours of training! Our team of developers tailored
New TagoRUN User Menu Feature
Hello TagoIO community! We are excited to announce the release of our new TagoRUN User Menu feature. This great quality-of-life feature allows you to add custom items in the User Menu of your TagoRUN users. By configuring your TagoRUN User Menu, you can
Share one Python script accross all server
Hello, I would like to suggest to provide one specific place, like a library, to put all my code and use few methods from it in different places accordlingly. It would be great for me to be tracking and updating the code from one single entry point. As
Add option to send a message to the device whom was triggered from MQTT from Multiple Device tags
Hello, it would be great if an option to send a MQTT message to the device whom triggered the action. In my application, I would have one variable name for all devices with specific tag. This variable from any device would trigger the action and send
Public Dashboard
Guys, at one time, I could compile a dashboard and simply share an address. This simple feature now seems to be complicated somewhat by RUN. Are there any simple straight forward guides without having to read a load of info that doesn't apply to my use.
clearTimeout
I would like to know why the following code when the condition that the last variable was "Undefined_Close" is met and the second to last was === "Open" cancels the SetTimeout of the "Undefined_Open" that is in process. Because if an "Open" data arrives
Minimum, maximum, and average. - how to modify
Hello, Can anyone advise how to modiify analisys Minimum, maximum, and average. I would like to use it for more then 30 devices, so my plan is to use in Environment Variables account token instead device token and in code have possibility to add devices.
Analysis Billing
A versão free da Tago suporta até 3k minutos/mês de análise. Meus scripts estão sendo cobrados por 1 segundo cada execução que aparece no console. Eu já estou chegando ao limite e ainda estou usando apenas como debug. A cobração é 3k minutos/mês mes
TTN Plugin Error
Hi all, I have a problem with receiving data from the TTN into TagoCore. The sensors used are Dragino LHT65, so I have installed the belonging encoder. In the Tags section i have added the key "serial" and the dev. eui as a value. I have attached screenshots
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. These terms and conditions could cover things as listed below: Acceptance
AWS IoT Core for LoRaWAN created is not receiving data from AWS IoT
Good morning, I created a new connector to connect the LoRaWAN LNS AWS IoT Core for LoRaWAN, but it is not receiving data from AWS IoT. I followed the article "https://help.tago.io/portal/en/community/topic/how-to-integrate-tagoio-with-aws-iot-core" but
Subscribe to MQTT Broker Messages
Can I subscribe to another MQTT broker's messages? For instance, we have a remote device sending data to an MQTT broker. Can you use Tago to subscribe to messages from this broker? Basically like MQTT Fx?
How to get the last 180 day worth of data
Hi, I'm trying to get the last 180 days worth of data with .getData() but for some reason it only gets to the 21s of Jun. var datum = '2023-01-01'; var today = new Date(); var manual= Date.parse(datum); var yesterday = new Date(manual); const keresett_datum
Save form submission as variable and access through a link in file
Is it possible to have Run users submit a form and that form be saved into an accessible link? More specifically I would like the form submission to get stored in the "files" section in a folder dedicated to that run user as a pdf. I then would like to
Input form Date
Hello, Is it possible on an input form to take the calendar start date that user inputs, and make that the timestamp for all of the variables submitted through that form? For instance, if I chose to submit 6/27/2023 in my calendar input and submitted
Support for legacy buckets
Hi, I understand that it is not possible to create devices with legacy buckets on the Tago web interface anymore. However, using the old API, it's still possible to create legacy buckets and as far as I know, the old API will be supported until 2030 (reference:
How to build an MQTT Payload Parser
@Vitor Lima As MQTT has the freedom of sending data in the format you want, you will need to normalize the data to the TagoIO format by using the Payload Parser. This tutorial expects you to have read the In-depth guide to Payload Parser - How to - TagoIO
How to publish hex values to the MQTT?
I have a hex string sequence: mySeq = "01fa02" to be published as sequence: 0x01 0xFA 0x02. I am using Python in the Analysis and I don't find a solution, please, How do I do it?
Apple Watch Device
How do I use this in my TAGO run?
Is there a way to display aggregate device data in Pie Chart widget?
I'd like to display device statistics on a Pie Chart widget, like the number of online devices, the total number of device errors, an average value of a metric for all devices visible to the current user, etc. Example: I have two variables (status_online
Downlink failed with status 500
I'm trying to downlink from Tago to a device Strega. The manual of this device tells me that the data of how to send a downlink as follows: payload = 31 and Port = 1. The problem when running the Analysis is that I get the following error: Downlink failed
Function Parse Error: ReferenceError: setTimeout is not defined
From this Payload Parser I am receiving the error "Function Parse Error: ReferenceError: setTimeout is not defined". The "setTimeout" method should be available by default, as it is part of the standard JavaScript environment.
Date Received rather than date sent.
When we use a dynamic table, we can use the "Show Time Column" to order the information by date. However, this uses the date attached to the packet of data sent to tago. We have some machines on edge that occasionally get confused about the date and time
Connecting ESP32 to Tago
@Adrian Tromp Hi, struggling to connect an ESP32 to Tago, are there any examples available for Arduino IDE, either for HTTP or MQTT? Thanks
Extended Level Label Functionality
It would be very beneficial to be able to apply a formula to the cylinder widget label when you choose the variable option for level labels.
Time Zone Analysis?
I am writing to ask you about a problem I am having with the time zone of my project. Currently, the project uses the use-1 time zone by default, but I need to use Chihuahua, which has a difference of three hours. The problem arises when I save a variable
Is there a way to add a progress bar to input forms?
Hello, my problem is the following: I use an input form to send configuration to a device. After the data is sent, the device becomes non-responsive for a while. I'd like to show a progress bar (any looping animation would be OK) and disable the whole
Change the field type device multiple
I would like to suggest an improvement in field type device multiple, because every time the user select an option the window closes, and select one more option becomes more difficult than it should. I think the best idea would be keeping the window opened
LoRaWAN (Helium) Connector Parser
Has anyone else noticed a change to the LoRaWAN connector parser (Helium in my case) where the variables are now split out in to "x_value", "x_name", "x_type", "x_unit", "x_channel" and so on? Previously it was "x" which then had the name/value pairs
Payload parser assign predetermined group values to variables
Hi, I have used a mqtt csv parser to get comma delimited values of a variable into cast number values. I use the same variable name so im getting the same variables with different values. I need to assign now predetermined group values in order to see
My First Payload Parser Script
Hello everyone, I am creating a my first payload parser script, since I am a 'newbie' I can use some help, guidance. I have a Dragino Sensor, with Two Temp Probes, I want to accept the readings from the two probes and create a new variable whose value
Setting Logic in Blueprint to Disable a Widget
We have a temperature blueprint dashboard with some sensors that have an external temperature probe connected while others we rely on the internal sensor. When the external probe is not connected, it reports a value 327 C (621 F) and this throws off the
Formula with other variable last input from other device
I need to set a formula using last input of other variable from other device, something like this: $VALUE$ * $DEVICE.VARIABLE$ I can do this conversion in device parser, but, dont work in my case, because when the user add a new value in this other device,
[Webinar] Automating IoT applications using scripts
Greetings everyone! We are excited to announce that we've recently conducted a highly informative webinar on "Automating IoT Applications Using Scripts". During this webinar, we delved into the essential tools and techniques required to automate your
Send data to Tago using a gateway with Python 2.4
Dear Team and Community, I need to send data to Tago using a gateway that supports only Python 2.4. Consequently, I cannot use the MQTT protocol, unfortunately. Do you guys have dealt with a similar problem and have any kind of recommendation, please?
Two Variables for Same Widget in Blueprint Dashboard
We are setting up a temperature monitoring blueprint dashboard but have two different models of temperature sensors: Dragino LHT52 and Dragino LHT65N We are using the default Connector decoders for both sensors and unfortunately the temperature variables
How to create a formula in the visualization of a variable with an AND condition?
I have a widget where I need to display the occupancy of a "parking" slot The sensor send me a distance variable in the payload. The problem is that the sensor sends 0 if the object is completely out of range (ultrasound). I want that if the distance
Device Name and Other Variables in Action E-mails
Is there a way to reference the Device Name and/or other variables in the e-mail template when setting up an action? I see the example uses: $DEVICE$, $VARIABLE$, $VALUE$, $UNIT$, $TIME$ and $LOCATION$ but are we limited to just those?
Choose List of Devices in Analysis
Is it possible to run an analysis that looks at the tags on each device and chooses the ones with the correct tag matches to add to the analysis? For example, I want to only run the analysis on devices with tags matching device_type:reporting & company:google.
Next Page