How to integrate TagoIO with Milesight UG65 embedded LoRaWAN Network Server via MQTT
@FuJi Kok Fook-Kee Hi TagoIO team I would like to integrate TagoIO with Embedded LoRaWAN Network Server of Milesight Gateway via MQTT instead of HTTPs. I have two issues to resolve: How to parse two or multi level of RAW JSON to TagoIO JSON? The snippet
Widget -- where is "User Control" section?
@Marc Lamphier I am trying to set up a button to send a downlink via LoRa (Helium network) and am following the documentation here: https://docs.tago.io/en/articles/221 I am stopped at step . I have hit the edit button on my widget and I am next supposed
Retrieving device from MQTT in Action
@Andrés Hello, I am facing an issue with MQTT triggered actions. I need to trigger an Action in Tago when a message in MQTT set topic is received, then this action will either publish in another MQTT topic the receive data + the device which the data
Move Device from one profile to another
@Gary Howell I want to move some TTN devices and their data buckets from one profile to another. Because you cannot create the device twice (using the same DevEUI), the only way I can think of doing this in an analysis is this: Create a new custom HTTPS
Temperature monitoring algorithm
@Andre Antivilo hellooo Does anyone have an algorithm for temperature peak monitoring, even if its inside of the allowed range? I want to analysis the peak velocity during a time frame and start a flow (maybe another analysis) to decide if its a problem
ImageMarket Widget
@Anis Boutek Hello, Is it normal that the maximum of variables is 10 for ImageMarker, or did I miss something? !! Regards Anis
Trouble sending MQTT payload with ESP32
@Vinicius Selestrim Hey all, I’m having trouble sending a payload from an ESP32 to Tago through MQTT. When I check what I’m sending, the payload is correct: [{“variable”:“estado”,“value”:1}] But the message that arrives at Tago is: [{ \ "variable \ "
Variable filter for getting current week data
@Daniel Garcia So I have a filter that gets the data from the last week that device has received data: const temp_data_PIR = await device.getData({ variable: ‘temperature’, end_date: ‘1 week’ }); However, I need a filter that retrieves that from the current
TagoRun -> Landscape vs Portrait
@Vincent Raaijmakers Hi, I’m seeing random behavior in automatic landscape | portrait adjustment of the dashboards on the TagoRun phone app. When I turn my phone from portrait to landscape and vv… sometimes the dashboard adjusts and sometime not. Should
Metadata url vs TagoRun phone app issue
@Vincent Raaijmakers Hi, we use a metadata url to open up a dashboard. When user selects the url (device name) in a table, it opens the dedicated dashboard of that device. This works perfectly fine from a browser. Also from blueprint dashboards in the
[Multi-Axis Widget] Display all data points even when there's no data
@Phil Gutierre Hi everyone! Here’s a suggestion from one of our customers about the Multi-Axis Widget: "When there are two or more data points (see image 1) in a Multi-Axis Widget, and then zoomed into a recent data, the data point with no data for the
Improve visualization when Exporting Data
@Phil Gutierre Hey everybody! Here’s a suggestion from one of our customers for a feature request related to data exporting: “When exporting variables, the selection box should show the whole variable name, so it can be easier to select the correct option.
Several devices in blueprint dashboard
@Andrés Hello everyone! I am working on a new project where users will have access to 1 dashboard, in this dashboard they should be able to see information related to several devices. Let’s say I have 2 users, one of them has 10 devices associated and
Pulling data from API for other decive
@Eddie Elsenburg I have API access to a satellite tracking system that I use. The reports for that service are horrible, and I would like to start to using one login service for all my customers. Is there a way to pull the json data from the API into
Unable to use device.sendData() function
@Olivier Gimenez Hi, I am trying to create an analysis using device.sendData() without success, even with a simple code based on the snippet Operate data from device: /*
* Analysis Example
* Operate data from devices
*
* Read information from a variable
Map in analysis report
@Eddie Elsenburg Is it possible to include a map in the analysis report? I have a client that requires a daily report for their assets but wants it to include a map with the locations listed.
About the Feature Requests category
@Fabioer Share your thoughts about features you would like to request.
About the Analysis & Actions category
@Phil Gutierre Questions regarding how to code scripts using Analysis and Actions to send SMS and e-mail, and to trigger Post HTTP, Analysis, and MQTT functions.
Accessing Mobile Phone GPS Data
@Ricardo Schleder Tozetto Is there any way to perform access to mobile phone or PC GPS data using Tago RUN? I would like to access this data and send it to a bucket.
Resize widgets on Mobile app
@Andrés Hello, I am testing my dashboards in mobile devices (phones and tablets) and specially in tablets widgets are huge, making one card taking up almost the entire screen. Is there anyway to customize widget sizes and their positions just in the mobile
Preventing multiple notifications from sending (analysis/action)
@Daniel Garcia Hi there. Whenever our devices is triggered, it sometimes updates a specific variable to a value such as true and will remain so until changed. When this device is triggered again that has the same value, it will keep sending notifications.
Problem sending Scope
@Leandro Augusto Machado Hi, I have an analysis sending scope for another analisys. I tried Python SDK doc: import tago
my_account = tago.Account('MY_ACCOUNT_TOKEN')
# Your scope can be an array with several objects
scope = [
{
'variable':
Lack of GPS data
@Ivano Cunha Hi, sorry for my basic question, but I’m new on the block. On my map I must put latitude and longitude, however Tago only provides “gps_location” which is the latitude data, leaving out the longitude. How do I add the variable “gps_lng” available
Changes on payload context in custom MQTT topic?
@Douglas Zuqueto Hello, Are there any modifications to the action’s communication with the device using the custom MQTT topic? Until now I was given a structure, and a few minutes ago it changed. Before [
{
variable: "payload",
value: "#01,1,1,1,1,1,250,250,1",
Zigbee endpoint with Tago
@Andre Antivilo Hi, I’m trying to connect a Khomp NIR21LI endpoint (Zigbee) to Tago using Khomp ITG200 Gateway (Zigbee). I read the post about ITG200 but it’s related essentially to LoRa, despite it has a note about Zigbee integration. But the original
"Invalid tag" when creating a new device
@Andrés Hello, I am trying to create a device from an external python script. As long as I don’t input any tags the creation of the device works fine. However when trying to create the device with some tags I get as a result: {‘status’: False, ‘message’:
Excel file creation in Analysis
@Daniel Garcia Hi there, Is there a way to create an excel file through Tago analysis? I am trying to get some device variables inserted into new excel files. Thanks! Daniel
Writing data to new variable - no calculation
@Cardano Slim So I have an issue where a device I have has a slightly different variable for it’s temp… I’m trying to just take the variable it’s sending, and in a payload parser just send the data to a new variable. Variable device is sending: tempc_sht
RAKWireless RAK7201 LoRa button Payload Parser - Decoder
@Claudio Rosa Good morning, I am looking for a Payload Parser - Decoder , for my RAKWireless LoRa Button - RAK7201. Do anybody know? Regards, Claudio
Sending SMS Through Analysis
@Jeff Hello, I’m working on a simple script to send an SMS message to a user, and I can’t quite figure out what I’m doing wrong. I can get emails to work, but not SMS. This function gets called from within an Analysis. I’ve replaced my phone number with
External link from map widget doesn't work in RUN app
@Jhonatan Juno Hi, I use map wigedt wit external links to conect my main dahboard to tohers dashboards/tabs. External links work fine in TagoRun web service, but doesnt work in RUN Android App. Is there any solution for this?
Zoho SalesIQ Integration - Widget Doesn't Appear
@PCCIoT Team Is anyone else having trouble using the TagoRUN Zoho SalesIQ integration? I haven’t been able to find the “Enable Visitor Tracking” as specified in the https://docs.tago.io/en/articles/251-zoho-salesiq instructions? I’ve already found and
Bucket with no data
@Fabrizio Gambarini I created a python SDK to fetch the data from the bucket. However I cannot fish current data from the bucket. This is my code: my_device = TagoAPI(sensor.device_token)
filter = {
"qty": 50,
"end_date": request.now.strftime("%Y-%m-%d
Parser for GPS tracking device in Helium network
@Vincent Raaijmakers We are seeking a solution to reduce the # of input variables for GPS trackers used in the Helium network. The amount of variables is huge, especially in Helium. So where do you even start with the ignore_vars in the custom parser?
Sending data, POST
@Luis Cruz I want to send 2 variables, temperature and humidity but i receive an error while compiling in arduino IDE. The code is this: void httpRequest() { // close any connection before send a new request. // This will free the socket on the WiFi shield
Khomp NIT21LI and Tago dashboard (default)
@Andre Antivilo Hi, I am trying to connect and see data from a Khomp NIT21LI endpoint using LoRaWAN Everynet network. I’m using NLT, and the network is running fine. The problem is that I don’t know how to decrypt the payload! { “variable”: “encrypted_payload”,
Creating New Device via Dashboard
@Cardano Slim I am having some trouble creating a new device through a dashboard. I’ve created the Analysis script, however when it runs using my Input Form the Analysis Console says “Invalid Connector” [2021-10-18 21:02:03] (node:2686) UnhandledPromiseRejectionWarning:
Khomp NIT21LI and Tago suggested dashboard
@Andre Antivilo I am trying to receive all data from a Khomp NIT21LI endpoint, but I cannot parse properly the temperature and humidity. I am using the 2.5 endpoint version and NLT LoRaWAN network. NLT is working fine. But in Tago I cannot receive temperature
How does "Wait for validation to unlock" work in an input form
@Gary Howell Hello, When yo select this item on the Send button in a form, the form is frozen until an unlock event. How does the form receive notification that the linked analysis has been completed correctly or not? I guess that it’s waiting for a field
Medição em tanques fechados
@Fernando de Lima Gomes Alguém conhece um dispositivo de medição do nível de combustível (óleo diesel) em tanques para indicar?
Next Page