Raspberry PI tago core
Hello, Team trying to install Tago core on Raspberry but got following issue : "root@pi:/home# uname -a Linux pi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux root@pi:/home# sudo ./tagocore sudo: unable to execute
Lps8n + tago core
Dear Team, I recently watched a YouTube video demonstrating the installation of Tago Core on the LPS8v2, and I believe this could be a viable solution for our project. As we must certify our temperature sensors in the lab, during the testing phase, SOON
TagoCore updates are coming. Help us prioritize what’s important.
Hi everyone! We are planning new updates for TagoCore in the short future. To ensure we prioritize the most important features, we would love to get your feedback. If you are using TagoCore in edge applications, we invite you to join us for a short call
TagoCore access on remote setups
Hi, for our off-grid installations, we use a LoRaWAN gateway with 4G and TTN as network server setup and then TagoIO as our application server where we run the anaylsis, store the data and do the visualzation. We experienced, that the internet connection
Payload parser doesn't have access to Buffer
Hi, I am converting my payload parser from running on TagoIO to running on Tago Core for edge computing. It seems like TagoCore's payload parser environment doesn't have access to Buffer, which is used to parse the payload in hex string. What would be
TagoCore Deployment on Jetson Nano
Hi Team, I'm working on an NVIDIA Jetson Nano device and I was wondering if there's any information about deploying TagoCore and plugins on it. I was able to start the Linux version of TagoCore, and connect it to my TagoIO account. Then I thought I could
Integrating tago with tagoCore
Hello. I'm trying to understand how the tago integration system with tagoCore works. In my Tago account, I have a device, some actions and analyses. I would like to know how I can access these variables from tagoCore, make my device able to access this
Chirpstack v4 integration with TagoCore not working
Hi, I am currently trying to integrate Chirpstack v4 with TagoCore using the Chirpstack LoRaWAN 0.7.1 version plugin. So trying this communication: IoT Device -> LoRa Gateway -> Chirpstack (HTTP integration enabled) -> Chirpstack LoRaWAN plugin of TagoCore
Tagocore is not running Windows 10
I can't install tagoCore on my Windows 10, when opening the executable it closes automatically, I've already tested it on two other Windows and the same problem occurs version tagoCore: tagocore-v0.7.1-win-x64
HTTP GET request to Tago Core API with advanced parameters
Hi! I send request: curl --location 'http://192.168.0.195:40083/data?variables=myvar&query=last_item' \ --header 'device-token: 953a6fa8-ac1b-456f-XXXX-11b32211a871' And in output I see: {"status":true,"result":[{"id":"710a50f15b0740cbe03565ef","device":"710a20c6b8f8efaa06a51bce","group":"c6b5104b1d28af9252d4a017","time":"2024-03-14T15:03:29.317Z","value":"user01","variable":"myvar"}]}
Create device using analysis
Hi. Is it possible to create a device using TagoCore analysis? Even though I have @tago-io/sdk installed on TagoCore, I am unable to use its resources because I cannot generate an account token on TagoCore. How to overcome this problem? Any help is appreciated.
Possible to add Encoder Stack & Payload Parser to web API created devices?
Hello, When a new immutable device is created using the web API on a TagoCore, is it possible to also assign the Encoder Stack & Payload Parser? Or, is there any method other than having to log in to the TagoCore and select them manually? Thank you!
New blog post about Clusters and TagoCORE
Greetings everyone, We released a new blog post about edge clusters and how to run TagoCORE in a cluster. In the blog, you will find: Reasons to implement a cluster. How to run TagoCORE in a cluster. Some cluster topologies and their differences. Load
store forwarding in redis
Let me know if tago core support redis to do store forwarding to TAGO IO? and how to implement it?
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
Payload Parser for Dragino in TagoCore with Chrirpstack plugin
Hi, can someone help me with the payload parser for my Dragino LDDS75-8 sensor. I using the Chirpstack Plugin and the Chirpstack encoder stack but I would need a payload parser .js file for the Dragino LDDS75-8 sensor. I tried to install the Dragino encoder
Tagocore is not running Linux Arm
When trying to execute Tago Core in Linux Arm appears the following error message: /Tagocore: /LIB/LIBC.SO.6: Version `Glibc_2.25 'Not Found (Required by ./tagocore) .
How to bundle a plugin for local use?
Hi, I am pretty sure I have read/seen this somehwere but I can't find it anymore. I have a plugin directory in my development machine and I want to load this plugin in tagocore docker container. When I select the 'install local plugin' button and then
Visualize your data using Grafana on TagoCore
TagoCore is a free, fast, and open-source IoT platform for edge computing that can be used in association with TagoIO to visualize your data by using several Widgets to create beautiful dashboards that can be deployed to your end-users. However, you can
How to create a plugin package for local usage?
Hi, I have a plugin in my local filesystem that I want to install as a local plugin in another tcore instance. I am pretty sure I read or saw somewhere on how to create a plugin package, but I can't find it anymore. Please advice. Kind Regards, Erwin
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
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":
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?
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
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.
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
Chirpstack v4 requires a new connector
I upgraded my test Chirpstack server to Chirpstack v4. Integrations no longer work; I see the POST format is different. To begin with, the device EUI has been changed from 'devEUI' : <base64> to 'deviceInfo.devEui' : <hex string> How does one request
TagoCore with TTN plugin in Dragino LPS8v2 Gateway
I have TagoCore and TTN installed on a Dragino LPS8v2. I have activated the integration plugin and set it up, but get the following error message on TagoCore (TTN plugin logs: [18:25:53.015]: ZodError: [ { "code": "invalid_type", "expected": "string",
TagoCore (TAGOCORE_DATA)
I have Tagocore installed and running inside a Raspberry pi3. The Integration with Tago-IO is running smoothly. I need to work with the data inside Tagocore and for that I'm using a script invoked by the "Action" function, and this "Action" is also working.
[Webinar] Installing and configuring TagoCore on an AWS server
Hey guys, Next week, on August 4 at 11 am EST, we will have a special webinar talking about installing and configuring TagoCore on an AWS server. It will be an excellent opportunity to learn more about TagoCore and how to install and configure it on AWS.
Using ssl with TagoCore.
Hi, I've installed tagocore on a server, and am now trying to apply ssl to it. I'm using an nginx reverse proxy to redirect port 443 to tagocore's port which I have set using the --port option. However, when trying to integrate with tago.io, it now tries
Tago Core not starting v0.3.3 and higher
None of the Versions higher than v0.3.3 is starting under Windows 11 or Linux. The program crashes on startup in every of the listed versions.
Tago Core Version 0.3.3 not start
O.S: ubuntu armv7: Problem: ./tagocore start ./tagocore: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory Solution: sudo apt-get install libatomic1
Changes in the new TagoCore v0.3.3 release
Greeting everyone, As you all may have known by now, we have released TagoCore version 0.3.3! And, like all new releases, some things have changed in this new version. Now TagoCore has a CLI, which allows you to install, modify, and uninstall plugins
TagoIO nodes now available on Node-RED!
Greetings everyone! TagoCore is a product developed by Tago and can be fully integrated with its TagoIO platform. It's a free, fast, and open-source IoT platform for edge computing that you can use to parse and analyze the data from your devices! While
Benefits TagoCore + Node-RED
Hi all, In the webinar Node-RED was mentioned as a way to create a dashboard/HMI for TagoCore. I see that Node-RED can also handle MQTT directly. Can you give the benefits of using TagoCore for MQTT and using Node-RED for HMI? Why not use only Node-RED?
Tago Core Lua Pplugin
Hi all , TagoCore support lua language for developement of plugins?
Can Tago Core do client? Or is exclusively Broker?
Can Tago Core do client? Or is exclusively a Broker? Does Tago Core access MyQSL lite directly or does it need a scrpit?
How to install TagoCore on Raspberry PI
@Douglas Zuqueto In this tutorial we will learn how to install TagoCore on Raspberry PI. Dependencies Raspberry PI 4 Raspberry PI OS TagoCore binary(ARMV7) How to Step 1 Create folder structure, download and test tagocore binary. # 1º
cd
# 2º
mkdir tagocore
#
How to insert data to devices created in TagoCore
@Jhonatan Juno Hello, I’m recently testing TagoCore, but I’m having doubts, I see that there is no way to select connectors, so I don’t see any way to insert data. Any idea how to do this? I would like to be able to start testing with this new
Next Page