Hello!
This program is supposed to work with the Wialon protocol.
However, when logging in, it sends the command:
#VL#12345;56789;NA
12345 - the numbers change with each new login attempt
56789 - IMEI
Instead of VL, it should be L
I assume it should be VD instead of D.
Please tell me how to change the server protocol parsing code; I'm using the Homeassistant add-on.
Are you trying to say there's some server issue? Please provide logs and documentation.
Server is not support VL command, cause it wait L command as Login
Hello!
This program is supposed to work with the Wialon protocol.
However, when logging in, it sends the command:
#VL#12345;56789;NA
12345 - the numbers change with each new login attempt
56789 - IMEI
Instead of VL, it should be L
I assume it should be VD instead of D.
Please tell me how to change the server protocol parsing code; I'm using the Homeassistant add-on.