Harald Rupp
Forum Replies Created
-
AuthorPosts
-
Harald Rupp
ParticipantHi Jason,
the origin of the Lora Packet comes from Nodes hosted in a private Lora Network using the Conduit Box.
There are no NodeRed or other Applications running on the Conduit.
We want to use the Conduit as a Blackbox, as we do it with several other Gateways we support with our Middleware.
E.g Lupus Alert System, when a Sensor is changing the State, then the Lupus Gateway allows to run a external URL, which triggers our Middleware to reload
the States of all connected sensors on that Gateway.The Nodes sending Events e.g on Door or Window open/closed, the last status update is been maintained and visualized in our SCADA System.
At the moment we pull the Conduit Box every minute, which is in our opinion not a good solution, the Idea is to work more “Event Driven” it would be fine when a Node updates his state, that the Conduit Box could trigger an external URL.
Thanks
Harald
Harald Rupp
ParticipantHi Jason,
1. This is working for me – Many Thanks!
2. Hmmm…. i think its not related to uplink/downlink. With a NodeRed App, when a Lora Package hits the AEP i could simple trigger a EXTERNAL WebService to pull some seconds later all informations from remote.
We just need some Hook or Semaphor like in a File System, when a File is been retrieved then the remote System will start loading and parsing the file. In this case the AEP should simple Trigger a remote WebAPI, lets say is calls a function with.. hey there is something new, start pulling now.
At the moment with our Broker we call every 1 Minute the AEP to sync, in the night times we have less updates then over the Day, so it would be better when we could use a Trigger in the AEP, which triggers a external device or alert system with “Hey there is something new.
Hopefully this becomes more clear.
Many Thanks
Harald
Harald Rupp
ParticipantHi All,
i have the same Problem, i could retrieve all other Data from an Survey GPS, but when i could not get the GPS Coordinates.
The DotBox-Google App shows me, that i am in Africa during an Survey GPS 🙂 – So it is Buggy and reads other Data Fields.
Harald
Harald Rupp
ParticipantHi All,
Thanks Chris for the JSON Example, it works great.
I installed the “LoRa Dev Board to JSON Example” and switched the EVB Box to Survey GPS.
in this Mode, with the Code Example i could retrieve on the Pressure Data, when i want to add the GPS Coordinates the Array will stay empty.
I added
{name:’gps_lat’, id:’15’, byteCount:4, valueCount:4, scale:1/1000000}.Any idea, how i could parse the GPS Coordinates on the Conduit Device directly, because i dont want to download the Data File from the Box.
Thanks for an Hint
Harald
-
AuthorPosts