Conduit AEP EUI
- This topic has 1 reply, 1 voice, and was last updated 8 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Conduit AEP EUI
Edit: text removed, this text inserted for others to learn from:
To get the EUI from your Conduit AEP:
Once you have logged into the GUI, change the URL to this:
https://192.168.1.87/api/system/accessoryCards
Replace the ip address with your ip address
It will return a json value:
{
“code” : 200,
“result” : [
{
“deviceId” : “28575738”,
“eui” : “AC:90:00:80:00:00:AB:90”,
“hwVersion” : “MTAC-LORA-1.0”,
“productId” : “MTAC-LORA-915”,
“vendorId” : “Systems”
},
null,
null,
null
],
“status” : “success”
}
How can I edit a previous post?
edit:
I finally discovered the edit link which html style is dimmed or not “active”.
I would suggest making that link the standard blue style of all html links.
Thanks.