magouero
Forum Replies Created
-
AuthorPosts
-
magouero
Participanti’m interested also in this topic as i experience problems with lora input node not transmitting the messages received and decoded by the GTWay.(visible using ssh). And it shows green status…
Seems linked to power loss and restart. A “deploy all” solves the problem but requires to be connected locally and to do a modification to someting on the flow. Then it shows checking mcard then … green then all is ok.
Procedure not usable at all !So a way to restart this node or something like that would be appreciated.
magouero
ParticipantJust to help others:
MAX_FNCY_GAP (as seen in the LOWAN standard) does not exist. Its a mistake in the standard. One should read MAX_FNCT_GAP instead.
So the answer to my question is:
counter is not enforced in the gateway. So no blocking problem should occur do to a big discrepancy between counter sent by sensor and the one followed by the GTW.
It will probably be changed in some time but that’s Multitech work to tell.
Hope it helps.
magouero
ParticipantThanks,
But this does not help.
It cannot be used to set parameters remotely as to use the http requests we must be logged and to do so be connected using a cable.Not so remote…
A pity device HQ does not provide a page regarding the LoraCard that is inserted in a conduit gtway.
magouero
ParticipantHello ,
any idea on this subject ?
As parameters appear in the webinterface, can’t it be accessed using a html request ?
thanks
November 18, 2016 at 11:48 am in reply to: How can I save node list to avoid re-join of devices when replacing the Conduit #15547magouero
ParticipantI don’t think so because there is encryption so you don’t have appSKey nor netSKey. (see Lorawan spec)
If you use ABP then you define the keys and can do what you want. Better to do that i think.magouero
ParticipantConnect via SSH using Putty on RJ45, and use “radio-query” then follow the help.
magouero
ParticipantJust to help others:
while in run: all leds are used
after “shutdown now” => same status (!!! 🙁 )
after “HALT” command : only power led, ON constantly and LS led blinking 1sON /2s OFF.magouero
ParticipantSet end devices to ADR off and GTW will follow.
magouero
ParticipantThanks but it does not work.
Try the following:
inject (with repeat /3s)— http (asking ppp status) — debugafter some time remove the antenna and see how much time is take to see ppp down…
radio-query seems to react faster and shows “searching” or “registered”.
-
This reply was modified 8 years, 5 months ago by
magouero.
magouero
Participantback on this topic because:
after updating 4 new conduit AEP (rj45 cable log on webpage, update … file 1.3.2….bin, wait 6 minutes etc.)
the same way than what i did on the first one i got:1 conduit unable to start GSM, had to use revert to factory thing.
OK now.But on all four, after updating, i have CD led never lit. Whereas the first one i did has it permanently on, excepting during start. Weird.
Is this an indication of a bad stuff or bug hidden and lurking somewhere ?
What’s your advice on this ?
Thanks.
devices: mtcdt eap H5 210A eu gb + 1 lora card in AP2 slot.
magouero
Participantah indeed its simpler than what i did:
httpnode for login —>function node to make the request sentence with login and token —-> httpnode to get the idThank you Bryan and Jeff
Now i have to use it to configure a mqtt broker having this serial number in its client id. Possible ?
magouero
ParticipantOK.
Thanks but i need to do it FROM node-red in order to get that number and later on publish on a MQTT topic that uses the number in the topic
e.g;: project/gatewayNumber/data-to-be-sentBut using node-red i do not see how .
Any idea ?
EDIT:
i tried using
inject node — http request node –debug node
with
GET method
https://192.168.2.3/api/system/deviceId
and basic authentication with username and password.
JSONThe best answer i get is
{ “code”: 401, “error”: “not logged in”, “status”: “fail” }Same with http:// (not httpS).
although usename and password are correct.EDIT2:
using
GET https://192.168.2.3/api/login?username=admin&password=admin
i got success but still cannot get the id of the gateway. I think the token given in the result of last command is to be used somehow but dunno what to do with it.any other way or idea ?
Thanksmagouero
ParticipantThank you Jeff.
Indeed it helps.why not putting this answer into a “sticky ” forum topic as we cannot see these informations elsewhere ?
-
This reply was modified 8 years, 5 months ago by
-
AuthorPosts