Signal Strength Heat Map Using GPS Coordinates
I am currently working on something similar, I have field testers for testing our lorawan coverage, so I need to be able use the heatmap using the signal strength values on a map. Could you please give me some pointers on how I can achieve this? I understand
Connecting devices to external brokers
Hi, new user here. Just want to ask if its possible for tago io to connect with external mqtt brokers? From the guides I have gone through its only showing devices connected to the tago's own broker
Heat map for GPS Devices
Hi, I would like to find out if I can create a heat map with gps devices showing the positions of the devices on the heat map to analyse grazing patterns of farm animals. Regards Annia
Integrating Radar images into Map or Custom widget
Has anyone successfully integrated a radar image as an overlay in a map widget or custom widget? I am able to integrate static weather data using the Accuweather APIs but what I'm really after is the current radar. Accuweather and the National Weather
TagoRun domain is changing
Greetings everyone, We are transitioning the default TagoRUN domain from .run.tago.io to .tago.run. We believe this change will provide a better overall user experience, by making the domain names more straightforward. All the RUN pages in the TagoIO
Custom Widget problem
My custom widget doesn't frame well at all, do you know how I can fix this? I attached a video! Thanks
Calculating the resources spent by the user using an Analysis.
Hi guys, I am wondering if it possible to calculate the amount of transactions form Data Inputs, Data Records, Analysis minutes ran etc inside of an analysis script? How do you suggest I go about it? Regards Raymond
Filter data from multiple buckets.
I intend installing rfid readers onto 10 tractors. These readers will read tags at various places E.g. Garage, refueling station, main gate and fields etc. Each reader is a device on tagoIO and will store its data in its associated bucket. Acquiring information
Data history in a custom widget
Hello, I want to create a custom widget to display a chart with accumulated historical energy data. Therefore, my question is how to send not only the most recent data value to my custom widget but also the values from today, last week, or last month.
python script to pull in data from file on desktop
Hello, I need help with an analysis in python that will pull in data from a file on my desktop. The data files will be CSV, and I would like to bring them in with an action at the same time every day and then parse out data and store into buckets for
variables on text payload
based on this conversation https://help.tago.io/portal/en/community/topic/variables-on-text-payload-in-action currently only these items are able to be sent in sms / email / etc notifications. Device: $DEVICE$, variable: $VARIABLE$ with value: $VALUE$
Variables on text(payload) in Action?
Hi, I made Action (variable) which Publish to MQTT device... My Emulator data is: [ { "variable": "EXTI1_Trigger", "value": "TRUE" }, { "variable": "speed", "value": 11 } ] Bucket is updated correctly. Action Trigger is set as: exti1_trigger is anything.
Widgets
Hi Is there any practical widget to show status of the door? Open door/ close door. Do i have to built a widget for that? Thanks
MQTT data parser
I try to connect my MQTT sensors on tagoio with MQTT WHen I send my packet with simulator, I get Raw payload: [ { "variable": "temperature", "value": 71 } ] [ { "variable": "temperature", "value": 71 } ] WHen I receive My MQTT sensor I get [MQTT] Device
Scheduled action problem
Hi everyone, i've been having a problem with scheduled actions. Tha action have to trigger on sundays only but also it triggers on thursdays
Map - geofence on IMMUTABLE Device
Hi there! I have a blueprint dashboard that puts a geofence through an ANALYSIS, but one the geofence has a problem and I want to delete it manually and I get: "Cannot delete data on immutable device" :(((((((
How to treat data with Analysis?
Hello, I did a procedure to receive multiple devices through a single gateway. https://help.tago.io/portal/en/community/topic/how-to-split-up-data-from-one-device-to-multiple-devices But now I need to process the data in Analysis. I really need help with
Soil Moisture Map (similar heatMap widget but only for soilMoisture)
Dear Tago Team, I would like to have a widget, similar to the heatmap but that controls soil moisture based on the data logging sent by the sensor. The value in the scale must be from 0 to 100%, using the colors as shown in the image (Soilmoisture Index)
Multiple y-axis feature request
Hi, I wonder if it is possible to have 2 or more different y-axis? E.g. left y-axis for temperature values between -10 and 40 degress Celsius and right y-axis for relative humidity between 0 and 100%. This would be very important in many practical applications
Index of SVG icons
@Gary Howell Hello, Does anyone have a definative list of SVG files available at https://svg.internal.tago.io, e.g. https://svg.internal.tago.io/location-arrow.svg It would be great to see a list with file names rather than visually going down the list
Autocomplete of variables disabled
When I choose a device, the list of its variables is disabled. The message that appears is: Is it a problem with the TagoIO platform or with my computer? If it's with Tago, is there any prediction to solve it? And if it's with my device, how can I solve
Autocomplete of variables is back!
Hi everyone! The autocomplete feature is back! Now the 'Data from' field from all widgets will automatically suggest variables from your device so you can easily pick them. The variables will be suggested based on the last 100 data registers sent by your
Create 2 y-axes
How do I create 2 y-axes and associate the correct data points to the appropriate y-axis? Also, is there a way to rename the data point so it's not the same as what's listed in the device? For instance, I'd like the legend to show "Temperature", but
How to Add a Secondary Y Axis?
@Morten mo How to Add a Secondary Y Axis ?
SenseCAP S2103 decoder.
As title, I need a decoder or connector? For the device in the title. I believe TTN and Datacake cater for this device, is it possible for some smart person to get this working on TagoIO?
Input Control - how to get Title value as variable?
Hi, I am trying to modify the "Push to MQTT from Dashboard" example. I want to use, for example, the value of Title field of the Input Control widget and use it as the variable in the object that I send to mqtt. I need to add and modify, but for Title
Sending Downlink using Actions
Hi everyone, I'm quit new to TagoIO and have some issues in my current project. I'd Like to send specific downlink payloads on specific sensor conditions. I followed the Downlinks using Dashboards guide, but I need to select the payload and trigger the
Chirpstack
Hi, I'm trying to connect my Chripstack to my tagocore and it is not working. Is there a more detailed tutorial for the Chirpstack integration? The Tagocore server is running on my Raspberry but I'm not getting any data from Chirpstack to my TagoCore.
How to integrate TagoIO with Kerlink LoRaWAN
Here is a quick tutorial showing how to add any LoRaWAN device with Kerlink in your account. For this, you need to access your account at Wanesy Management Center. 1.First go to your TagoIO account, and if this is your first device connected between Kerlink
Change previous values
Hi. Is it possible to change previous values ? Example: im measuring distance. I know for a fact the last 10 measurings are wrong. Can i alter thoose values? I know you can copy the bucket from thoose 10 measurings one by one and altering the distance
Device filter addition
It would be very helpful if environmental parameters could be part of the device list filtering as an additional option. Including the option of the 'Send' flag.
Subtracting Two Variables
Hi, is it possible for me to take two variables, subtract one from the other and have the sum display in a widget?
Device Location
I have stored on some devices the location and it works fine, but on the devices I have it to empty the bucket every 3 month to save data. The problem is every time the bucket gets emptied, the location gets deleted. Is there a way to empty the bucket,
Changes in the new TagoCore v0.7.1 release
Greetings everyone, A fresh new version of TagoCore is now available to be downloaded. The version 0.7.1 includes some bugs fixes, improvements, and a new way to publish plugins to the store using the CLI from the SDK. With this update, you can upload
Image Marker / Heat Map - How to?
Hi, I would love to get suggestions on how to create a heat map using a world or street map. Like: Map visualizing specific values of large number of devices, like temperature... or humidity. (The devices have fixed positions) Thanks! Vincent
Tektelic Industrial GPS Asset Tracker Decoder
Does anyone have a decoder for the Tektelic Industrial GPS Asset Tracker? I added it by selecting the device in the pre-built Connectors page but it doesn't seem to be decoding the payload automatically like it did with our Digital Matter (Oyster) t
How to remove sensor from displaying on map without deleting it?
I have a bunch of sensors outside that get removed over winter. Is there a way to prevent the sensor icon from displaying on a map without deleting it from the widget? I want to retain all of the conditional info I already established for these sensors.
How to parser a raw_payload - http device
Hello guys, I would like to parser my raw_payload below. I have a really difficulty with javascript and I couldn't do the parser correctly. Could someone help me? The property "payload" is the data from a tractor and the others are the data from which
Analysis for calculating difference of variable between a specific time period.
Hello, I am new to coding and need help with analysis. Is there an analysis example or could someone write one that calculates the difference between a variable over the last hour, day, or any other time period? Example: Cyldiner fill calculation:
Introducing our new IoT Learning Center!
Hello everyone, We are excited to announce our new IoT learning center. An education platform designed to teach how to create IoT applications inside the TagoIO and make the most of it. Our IoT learning center has two Tracks: the Developer Track, and
Next Page