Conduit AEP EUI

Home Forums Conduit: AEP Model Conduit AEP EUI

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12780
    Terrence Spencer
    Participant

    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”
    }

    #12781
    Terrence Spencer
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.