Final update:
After reflash pib file on EVSE and PEV side. And reboot rasbpery pi on both side. Then running pyPlc.py E and P mode on both side. It finally blink 3 leds on and charging successfully.
So I tear down parts and connect EVSE's modem and PEV modem only. Power by 5V 18650 battery. When I power up. The mid led was not blanking at both side. So I check both with command
and find out my USR on both side is not EVSE and PEV as it should be. Is this meaning that I not flash the right pib to both modem?
Quick update.
I flash pib again and it shows up EVSE and PEV now. I press the reset long enough to reset. It will show 3 leds light up and I run pyPLC.py E ans P mode on both side will give me following error. And by pressing the reset button. It will reset my the USR from EVSE and PEV to USR tpver_401003_171219_901. And NMK would be different.
My EVSE side:
Code: Select all
pi@raspberrypi:~/project/pyPlc $ sudo python pyPlc.py E
starting in EvseMode
initializing pyPlcWorker
[addressManager] we have local MAC D8:3A:DD:22:F1:82.
[addressManager] Found 1 link-local IPv6 addresses.
fe80::767d:3f18:5b28:8e37
[addressManager] Local IPv6 is fe80::767d:3f18:5b28:8e37
Linux interface is eth0
[addressManager] will give local MAC D8:3A:DD:22:F1:82
[addressManager] will give local MAC D8:3A:DD:22:F1:82
pyPlcIpv6 started with ownMac D8:3A:DD:22:F1:82
[addressManager] will give local MAC D8:3A:DD:22:F1:82
udplog started with ownMac D8:3A:DD:22:F1:82
logging to UDP Syslog is enabled
sniffer created at eth0
[1033ms] [HARDWAREINTERFACE] Auto detection of serial ports. Available serial ports:
[1038ms] [HARDWAREINTERFACE] ERROR: No serial ports found. No hardware interaction possible.
[1161ms] [pyPlcWorker] Software version v0.9-54-gb2d6ec0
[1161ms] [EVSE] initializing fsmEvse
[1173ms] pyPlcTcpSocket listening on port 15118
[1173ms] Hostname is raspberrypi
[1211ms] transmitting SET_KEY.REQ, to configure the EVSE modem with random NMK
[1242ms] received SET_KEY.CNF
[1243ms] SetKeyCnf says 1, this is formally 'rejected', but indeed ok.
[1289ms] received SET_KEY.CNF
[1290ms] SetKeyCnf says 0, this would be a bad sign for local modem, but normal for remote.
[addressManager] pev has IP fe80:0000:0000:0000:4ba6:7b7e:73f8:9ee9
V2GTP (10bytes) = 01 FE 90 00 00 00 00 02 10 00
Ok, this was a valid SDP request. We are the SECC. Sending SDP response.
SDP payload (20bytes) = FE 80 00 00 00 00 00 00 76 7D 3F 18 5B 28 8E 37 3B 0E 10 00
V2Gframe (28bytes) = 01 FE 90 01 00 00 00 14 FE 80 00 00 00 00 00 00 76 7D 3F 18 5B 28 8E 37 3B 0E 10 00
[Testsuite] received syslog packet: [CONNMGR] ConnectionLevel changed from 20 to 50
[Testsuite] received syslog packet: [PLCWORKER] Network is established, ready for TCP.
[Testsuite] received syslog packet: [PEV] re-initializing fsmPev
[Testsuite] received syslog packet: [HARDWAREINTERFACE] Setting CP line into state B.
[Testsuite] received syslog packet: [HARDWAREINTERFACE] Switching PowerRelay OFF.
[Testsuite] received syslog packet: [HARDWAREINTERFACE] Switching Relay2 OFF.
[Testsuite] received syslog packet: [CONNMGR] 9 0 164 0 148 0 0 --> 50
[Testsuite] received syslog packet: [PEV] Checkpoint301: connecting
[Testsuite] received syslog packet: TCP connecting to fe80:0000:0000:0000:767d:3f18:5b28:8e37 port 15118...
[Testsuite] received syslog packet: [PEV] connected
[Testsuite] received syslog packet: [PEV] from 1:Connecting entering 2:Connected
[Testsuite] received syslog packet: [PEV] Checkpoint400: Sending the initial SupportedApplicationProtocolReq
[Testsuite] received syslog packet: [PEV] from 2:Connected entering 3:WaitForSupportedApplicationProtocolResponse
[Testsuite] received syslog packet: [CONNMGR] 9 0 131 0 115 0 0 --> 50
[10061ms] Connection from ('fe80::4ba6:7b7e:73f8:9ee9', 56298, 0, 2)
[10097ms] [EVSE] In state WaitForSupportedApplicationProtocolRequest, received (42bytes) = 01 FE 80 01 00 00 00 22 80 00 DB AB 93 71 D3 23 4B 71 D1 B9 81 89 91 89 D1 91 81 89 91 D2 6B 9B 3A 23 2B 30 02 00 00 04 00 40
[10117ms] [EVSE] {
"msgName": "supportedAppProtocolReq",
"info": "34 bytes to convert",
"error": "",
"result": "Vehicle supports 1 protocols. ProtocolEntry#1 ProtocolNamespace=urn:din:70121:2012:MsgDef Version=2.0 SchemaID=1 Priority=1 ",
"schema": "appHandshake",
"AppProtocol_arrayLen": "1",
"NameSpace_0": "urn:din:70121:2012:MsgDef",
"Version_0": "2.0",
"SchemaID_0": "1",
"Priority_0": "1",
"debug": ""
}
[10118ms] [EVSE] The car supports 1 schemas.
[10119ms] [EVSE] The NameSpace urn:din:70121:2012:MsgDef has SchemaID 1
[10119ms] [EVSE] Detected DIN
[10121ms] [EVSE] responding (12bytes) = 01 FE 80 01 00 00 00 04 80 40 00 40
[10163ms] [EVSE] from 0 entering 1
[18610ms] [EVSE] from 1 entering 0
user action space
stopping the charge process
user action Shift_L
user action X
user action x
My PEV side:
Code: Select all
pi@raspberrypi:~/myprogs/pyPlc $ sudo python pyPlc.py P
starting in PevMode
initializing pyPlcWorker
[addressManager] we have local MAC D8:3A:DD:22:F1:CA.
[addressManager] Found 1 link-local IPv6 addresses.
fe80::4ba6:7b7e:73f8:9ee9
[addressManager] Local IPv6 is fe80::4ba6:7b7e:73f8:9ee9
Linux interface is eth0
[addressManager] will give local MAC D8:3A:DD:22:F1:CA
[addressManager] will give local MAC D8:3A:DD:22:F1:CA
pyPlcIpv6 started with ownMac D8:3A:DD:22:F1:CA
[addressManager] will give local MAC D8:3A:DD:22:F1:CA
udplog started with ownMac D8:3A:DD:22:F1:CA
logging to UDP Syslog is enabled
sniffer created at eth0
[1008ms] [HARDWAREINTERFACE] Auto detection of serial ports. Available serial ports:
[1015ms] [HARDWAREINTERFACE] ERROR: No serial ports found. No hardware interaction possible.
[1128ms] [pyPlcWorker] Software version v0.9-57-gbe5ecf9
[1128ms] [PEV] initializing fsmPev
[1162ms] [CONNMGR] ConnectionLevel changed from 0 to 5
[1162ms] [CONNMGR] 9 0 0 0 0 0 0 --> 5
[1172ms] [ModemFinder] Starting modem search
[1207ms] [SNIFFER] received GET_SW.CNF
[1207ms] [SNIFFER] For 34:E8:94:07:A4:FB the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[1207ms] [SNIFFER] received GET_SW.CNF
[1207ms] [SNIFFER] For 34:E8:94:07:86:78 the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[1716ms] [ModemFinder] Number of modems:2
[1751ms] [CONNMGR] ConnectionLevel changed from 5 to 20
[1764ms] [SDP] Checkpoint200: Starting SDP.
[PEV] initiating SDP request
[2294ms] [CONNMGR] 9 148 313 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[3372ms] [CONNMGR] 9 115 280 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[PEV] initiating SDP request
[4452ms] [CONNMGR] 9 82 247 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[5566ms] [CONNMGR] 9 49 214 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[6680ms] [CONNMGR] 9 16 181 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[7806ms] [CONNMGR] 9 0 148 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[8886ms] [CONNMGR] 9 0 115 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[9963ms] [CONNMGR] 9 0 82 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[11042ms] [CONNMGR] 9 0 49 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[12121ms] [CONNMGR] 9 0 16 0 0 0 0 --> 20
[PEV] initiating SDP request
[12646ms] [CONNMGR] ConnectionLevel changed from 20 to 5
[12648ms] [ModemFinder] Starting modem search
[12684ms] [SNIFFER] received GET_SW.CNF
[12684ms] [SNIFFER] For 34:E8:94:07:A4:FB the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[12684ms] [SNIFFER] received GET_SW.CNF
[12684ms] [SNIFFER] For 34:E8:94:07:86:78 the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[13188ms] [ModemFinder] Number of modems:2
[13230ms] [CONNMGR] ConnectionLevel changed from 5 to 20
[13231ms] [CONNMGR] 9 164 329 0 0 0 0 --> 20
[13248ms] [SDP] Checkpoint200: Starting SDP.
[PEV] initiating SDP request
[PEV] initiating SDP request
[14353ms] [CONNMGR] 9 131 296 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[PEV] initiating SDP request
[15465ms] [CONNMGR] 9 98 263 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[16588ms] [CONNMGR] 9 65 230 0 0 0 0 --> 20
[PEV] initiating SDP request
[PEV] initiating SDP request
[17708ms] [CONNMGR] 9 32 197 0 0 0 0 --> 20
[Testsuite] received syslog packet: Test message to verify the syslog. pyPlcHomeplug.py is in the init function.
[Testsuite] received syslog packet: [HARDWAREINTERFACE] Auto detection of serial ports. Available serial ports:
[Testsuite] received syslog packet: [HARDWAREINTERFACE] ERROR: No serial ports found. No hardware interaction possible.
[Testsuite] received syslog packet: pyPlcWorker init
[Testsuite] received syslog packet: [pyPlcWorker] Software version v0.9-54-gb2d6ec0
[Testsuite] received syslog packet: [EVSE] initializing fsmEvse
[Testsuite] received syslog packet: pyPlcTcpSocket listening on port 15118
[Testsuite] received syslog packet: Hostname is raspberrypi
[Testsuite] received syslog packet: transmitting SET_KEY.REQ, to configure the EVSE modem with random NMK
[Testsuite] received syslog packet: received SET_KEY.CNF
[Testsuite] received syslog packet: SetKeyCnf says 1, this is formally 'rejected', but indeed ok.
[Testsuite] received syslog packet: received SET_KEY.CNF
[Testsuite] received syslog packet: SetKeyCnf says 0, this would be a bad sign for local modem, but normal for remote.
[PEV] initiating SDP request
V2GTP (28bytes) = 01 FE 90 01 00 00 00 14 FE 80 00 00 00 00 00 00 76 7D 3F 18 5B 28 8E 37 3B 0E 10 00
[PEV] Checkpoint203: Received SDP response
[addressManager] charger has IP fe80:0000:0000:0000:767d:3f18:5b28:8e37
[addressManager] charger has TCP port 15118
[18314ms] [CONNMGR] ConnectionLevel changed from 20 to 50
[18315ms] [PLCWORKER] Network is established, ready for TCP.
[18315ms] [PEV] re-initializing fsmPev
[18315ms] [HARDWAREINTERFACE] Setting CP line into state B.
[18316ms] [HARDWAREINTERFACE] Switching PowerRelay OFF.
[18316ms] [HARDWAREINTERFACE] Switching Relay2 OFF.
[18856ms] [CONNMGR] 9 0 164 0 148 0 0 --> 50
[19297ms] [PEV] Checkpoint301: connecting
[19297ms] TCP connecting to fe80:0000:0000:0000:767d:3f18:5b28:8e37 port 15118...
[19321ms] [PEV] connected
[19330ms] [PEV] from 1:Connecting entering 2:Connected
[19369ms] [PEV] Checkpoint400: Sending the initial SupportedApplicationProtocolReq
[19370ms] [PEV] from 2:Connected entering 3:WaitForSupportedApplicationProtocolResponse
[20005ms] [CONNMGR] 9 0 131 0 115 0 0 --> 50
[21121ms] [CONNMGR] 9 0 98 0 82 0 0 --> 50
[21629ms] [PEV] from 3:WaitForSupportedApplicationProtocolResponse entering 99:SequenceTimeout
[21670ms] [PEV] Safe-shutdown-sequence: setting state B
[21670ms] [HARDWAREINTERFACE] Setting CP line into state B.
[21670ms] [PEV] from 99:SequenceTimeout entering 111:SafeShutDownWaitForChargerShutdown
[21740ms] [CONNMGR] ConnectionLevel changed from 50 to 100
[22230ms] [CONNMGR] 9 0 65 0 49 0 329 --> 100
[23305ms] [CONNMGR] 9 0 32 0 16 0 329 --> 100
[23860ms] [PEV] Safe-shutdown-sequence: opening contactors
[23860ms] [HARDWAREINTERFACE] Switching PowerRelay OFF.
[23860ms] [HARDWAREINTERFACE] Switching Relay2 OFF.
[23860ms] [PEV] from 111:SafeShutDownWaitForChargerShutdown entering 222:SafeShutDownWaitForContactorsOpen
[24380ms] [CONNMGR] 9 0 0 0 0 0 329 --> 100
[24972ms] [PEV] Safe-shutdown-sequence: unlocking the connector
[24973ms] [HARDWAREINTERFACE] Unocking the connector
[24974ms] [PEV] from 222:SafeShutDownWaitForContactorsOpen entering 1000:End
[25461ms] [CONNMGR] 9 0 0 0 0 0 315 --> 100
[26536ms] [CONNMGR] 9 0 0 0 0 0 282 --> 100
[27637ms] [CONNMGR] 9 0 0 0 0 0 249 --> 100
[28751ms] [CONNMGR] 9 0 0 0 0 0 216 --> 100
[29861ms] [CONNMGR] 9 0 0 0 0 0 183 --> 100
[30970ms] [CONNMGR] 9 0 0 0 0 0 150 --> 100
[32080ms] [CONNMGR] 9 0 0 0 0 0 117 --> 100
[33197ms] [CONNMGR] 9 0 0 0 0 0 84 --> 100
[34313ms] [CONNMGR] 9 0 0 0 0 0 51 --> 100
[35419ms] [CONNMGR] 9 0 0 0 0 0 18 --> 100
[36029ms] [CONNMGR] ConnectionLevel changed from 100 to 5
[36032ms] [ModemFinder] Starting modem search
[36075ms] [SNIFFER] received GET_SW.CNF
[36075ms] [SNIFFER] For 34:E8:94:07:A4:FB the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[36557ms] [CONNMGR] 9 0 0 0 0 0 0 --> 5
[36594ms] [ModemFinder] Number of modems:1
[36631ms] [CONNMGR] ConnectionLevel changed from 5 to 10
[36636ms] [PEVSLAC] from 0 entering 2
[36679ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[36680ms] [PEVSLAC] from 2 entering 4
[37660ms] [CONNMGR] 9 133 0 0 0 0 0 --> 10
[37662ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[37662ms] [PEVSLAC] from 4 entering 0
[37696ms] [PEVSLAC] from 0 entering 2
[37731ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[37732ms] [PEVSLAC] from 2 entering 4
[38711ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[38711ms] [PEVSLAC] from 4 entering 0
[38742ms] [CONNMGR] 9 100 0 0 0 0 0 --> 10
[38746ms] [PEVSLAC] from 0 entering 2
[38783ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[38783ms] [PEVSLAC] from 2 entering 4
[39761ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[39761ms] [PEVSLAC] from 4 entering 0
[39796ms] [PEVSLAC] from 0 entering 2
[39827ms] [CONNMGR] 9 67 0 0 0 0 0 --> 10
[39835ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[39835ms] [PEVSLAC] from 2 entering 4
[40812ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[40813ms] [PEVSLAC] from 4 entering 0
[40847ms] [PEVSLAC] from 0 entering 2
[40886ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[40886ms] [PEVSLAC] from 2 entering 4
[40917ms] [CONNMGR] 9 34 0 0 0 0 0 --> 10
[41874ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[41875ms] [PEVSLAC] from 4 entering 0
[41913ms] [PEVSLAC] from 0 entering 2
[41952ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[41953ms] [PEVSLAC] from 2 entering 4
[42017ms] [CONNMGR] 9 1 0 0 0 0 0 --> 10
[42051ms] [CONNMGR] ConnectionLevel changed from 10 to 5
[42055ms] [ModemFinder] Starting modem search
[42060ms] [PEVSLAC] from 4 entering 0
[42091ms] [SNIFFER] received GET_SW.CNF
[42092ms] [SNIFFER] For 34:E8:94:07:A4:FB the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[42606ms] [ModemFinder] Number of modems:1
[42649ms] [CONNMGR] ConnectionLevel changed from 5 to 10
[42660ms] [PEVSLAC] from 0 entering 2
[42704ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[42704ms] [PEVSLAC] from 2 entering 4
[43172ms] [CONNMGR] 9 149 0 0 0 0 0 --> 10
[43731ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[43732ms] [PEVSLAC] from 4 entering 0
[43766ms] [PEVSLAC] from 0 entering 2
[43807ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[43807ms] [PEVSLAC] from 2 entering 4
user action space
stopping the charge process
[44313ms] [CONNMGR] 9 116 0 0 0 0 0 --> 10
[44826ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[44826ms] [PEVSLAC] from 4 entering 0
[44861ms] [PEVSLAC] from 0 entering 2
user action space
stopping the charge process
[44904ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[44904ms] [PEVSLAC] from 2 entering 4
[45441ms] [CONNMGR] 9 83 0 0 0 0 0 --> 10
user action space
stopping the charge process
[45924ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[45924ms] [PEVSLAC] from 4 entering 0
[45958ms] [PEVSLAC] from 0 entering 2
[45996ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[45997ms] [PEVSLAC] from 2 entering 4
user action space
stopping the charge process
[46554ms] [CONNMGR] 9 50 0 0 0 0 0 --> 10
[46982ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[46982ms] [PEVSLAC] from 4 entering 0
[47019ms] [PEVSLAC] from 0 entering 2
[47058ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[47059ms] [PEVSLAC] from 2 entering 4
[47644ms] [CONNMGR] 9 17 0 0 0 0 0 --> 10
[48042ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[48043ms] [PEVSLAC] from 4 entering 0
[48076ms] [PEVSLAC] from 0 entering 2
[48113ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[48113ms] [PEVSLAC] from 2 entering 4
[48213ms] [CONNMGR] ConnectionLevel changed from 10 to 5
[48215ms] [ModemFinder] Starting modem search
[48220ms] [PEVSLAC] from 4 entering 0
[48251ms] [SNIFFER] received GET_SW.CNF
[48252ms] [SNIFFER] For 34:E8:94:07:A4:FB the software version is MAC-QCA7420-1.3.0.2134-00-20151212-CS
[48745ms] [CONNMGR] 9 0 0 0 0 0 0 --> 5
[48747ms] [ModemFinder] Number of modems:1
[48786ms] [CONNMGR] ConnectionLevel changed from 5 to 10
[48793ms] [PEVSLAC] from 0 entering 2
[48830ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[48831ms] [PEVSLAC] from 2 entering 4
user action X
user action Shift_L
[49818ms] [PEVSLAC] Timeout while waiting for SLAC_PARAM.CNF
[49819ms] [PEVSLAC] from 4 entering 0
[49853ms] [CONNMGR] 9 132 0 0 0 0 0 --> 10
[49857ms] [PEVSLAC] from 0 entering 2
[49893ms] [PEVSLAC] Checkpoint100: Sending SLAC_PARAM.REQ...
[49893ms] [PEVSLAC] from 2 entering 4
user action X
user action Shift_L
user action x
EVSE modem info after flashing to EVSE.pib
Code: Select all
pi@raspberrypi:~ $ sudo plctool -i eth0 -I
PIB 0-0 8836 bytes
MAC 34:E8:94:07:86:78
DAK D8:94:DD:71:42:68:8B:55:38:22:1E:16:2E:EF:5F:16
NMK 77:77:B7:5A:77:77:77:77:77:77:77:77:77:77:77:77
NID 01:02:03:04:05:06:07
Security level 0
NET Qualcomm Atheros Enabled Network
MFG tpver_401003_171219_901
USR EVSE
CCo Always
MDU N/A
And EVSE modem info after pressing reset button.
Code: Select all
pi@raspberrypi:~ $ sudo plctool -i eth0 -I
PIB 0-0 8836 bytes
MAC 34:E8:94:07:86:78
DAK D8:94:DD:71:42:68:8B:55:38:22:1E:16:2E:EF:5F:16
NMK 77:77:94:B3:77:77:77:77:77:77:77:77:77:77:77:77
NID 01:02:03:04:05:06:07
Security level 0
NET Qualcomm Atheros Enabled Network
MFG tpver_401003_171219_901
USR tpver_401003_171219_901
CCo Auto
MDU N/A
PEV modem info after flashing to PEV.pib
Code: Select all
pi@raspberrypi:~ $ sudo plctool -i eth0 -I
PIB 0-0 8836 bytes
MAC 34:E8:94:07:A4:FB
DAK 38:31:97:C3:A6:E0:72:09:D5:C8:7E:3A:B3:52:82:BF
NMK 03:02:03:04:05:06:07:08:09:0A:0B:0C:0D:0E:0F:10
NID 01:02:9D:A9:CA:AE:07
Security level 0
NET Qualcomm Atheros Enabled Network
MFG tpver_401003_171219_901
USR PEV
CCo Never
MDU N/A
And PEV modem info after pressing reset button.
Code: Select all
pi@raspberrypi:~/myprogs/pyPlc $ sudo plctool -i eth0 -I
PIB 0-0 8836 bytes
MAC 34:E8:94:07:A4:FB
DAK 38:31:97:C3:A6:E0:72:09:D5:C8:7E:3A:B3:52:82:BF
NMK 50:D3:E4:93:3F:85:5B:70:40:78:4D:F8:15:AA:8D:B7 (HomePlugAV)
NID B0:F2:E6:95:66:6B:03
Security level 0
NET Qualcomm Atheros Enabled Network
MFG tpver_401003_171219_901
USR tpver_401003_171219_901
CCo Auto
MDU N/A