getNetworkJoinStatus() and resetNetworkSession() methods?
I have been using the getNetworkJoinStatus() to determine if the mdot is still connected to the gateway and if not i use the joinNetwork() method to join the network? Is this accurate of determining...
View ArticleAdmin user locked out on the conduit.
Is there any way to get around the admin user being locked out and change the login password, without doing a complete reset or bringing it back to factory state? We haven’t changed the password for...
View ArticleReply To: Admin user locked out on the conduit.
Just also wanted a clarification regarding this setting on the access configuration tab under administration. I have the brute force protection enabled. so based on the comments below in the help...
View ArticleReply To: 3G won't start on boot
Damian, The only thing that I can think of without more information is that the radio on that device is “coming up” slower than on the other device for some reason. I’m assuming that both the device...
View ArticleReply To: 3G won't start on boot
Same provider, same location. I haven’t tried with the same SIM, since it’s kind of difficult to get the SIM in and out. Is there any way I can verify it’s waiting for the 120s timeout with an echo...
View ArticleReply To: 3G won't start on boot
Damian, Can you post the entire output of the chat script? That might give a better clue. As it is it appears that the radio is responding to the chat script, but failing on connection establishment....
View ArticleReply To: Admin user locked out on the conduit.
Hi Jeff, Thanks for taking the time to respond. Last night around 11pm I was able to get in, until then it I was totally blocked from logging in. I was wondering would this happen, if there is a lot...
View ArticleReply To: Using starter kit with IBM blue mix quickstart
Your Conduit was likely reset to factory default at some point clearing out the node red flow. You can download it again from here: ftp://ftp.multitech.com/mmm/starterKIT_bluemixFLOW.txt To import it...
View ArticleReply To: Admin user locked out on the conduit.
Ajay, A couple of things that might be going on is if you are using HTTPS in the Node-RED traffic, and a lot of LoRa is going on, there is a possibility the CPU is getting maxed out. One way to see if...
View ArticleReply To: Gateway Roaming
LoRaWAN does not have any built in specifications for roaming. You can do it at the application level on the node if you have ACKs enabled, but that does have all the downsides of ACKs. If more than...
View ArticleReply To: getStandbyFlag()
Well it’s actually an xDot. And I erred, as getStandbyFlag() is always false instead of true in my case. But now I understand why. I assumed that when you power cycle the MCU while in a deep sleep, it...
View ArticleReply To: getStandbyFlag()
Hi Mark, When getStandbyFlag() is called, it should simply return the state of the standby flag directly from the processor which should function as follows… Standby flag: This bit is set by hardware...
View ArticleAccessing Conduit AEP data usage logs
Is there a way to get at the cellular and Ethernet usage statistics (JSON file, I believe) from a terminal that is usually accessed via the Conduit AEP Gateway web interface (Status & Logs >...
View ArticleReply To: Accessing Conduit AEP data usage logs
Take a look at the REST API, stats are available at localhost/api/stats. The endpoint reference is here: http://www.multitech.net/developer/software/mtr-api-reference/rcell_api_statistics/ For...
View ArticleReply To: Admin user locked out on the conduit.
Thanks Jeff, for the suggestions. Last night I did run the top command and it seems like the node-red fluctuates between 35-56% CPU and this morning too it was around the same. Also I am not using the...
View ArticleReply To: Accessing Conduit AEP data usage logs
Hi Peter, For Conduits having the LORA card, can I pull the LORA statistics as well? Although the API link doesn’t have any end point related to LORA statistics, is there an end point that you can...
View ArticleReply To: Accessing Conduit AEP data usage logs
The conduits with a LoRa card installed do have a stats/lora and a stats/loraNodes endpoint. Check those on the conduit itself with a curl request and see if they have the stats you’re looking for....
View ArticleReply To: Admin user locked out on the conduit.
As far as the SMS node, I don’t think that will cause memory/CPU issues, but it does use http to our API that in turn is using utility programs to get SMS data from the radio. Again, I don’t think...
View ArticleReply To: Admin user locked out on the conduit.
Thanks Jeff for the information regarding the SMS node. I am making a http rest api call using the HttpRequest node from the node-red flow and then based on the resulting json returned, i figure out...
View ArticleReply To: install sqlite node to node-red app
What happens why you try? Step 1 would probably be: cd /opt/node-red/nodes npm install node-red-node-sqlite More info: http://www.multitech.net/developer/forums/topic/adding-nodes-to-node-red/
View Article