meiligao based protocol Command not working

techguru5 years ago

Dear Friends,

I am trying to use TopTen Company Gps tracker that use meiligao protocol, the command to cutt off engine and engine on is not working, Tracker is configured properly and on sms command working?
additionally anyone have written computed attributes fot Meligigao protcol for Ignition and power cut ?
Protocol file:
https://we.tl/t-Y7E7iW6YqL

Rodrigo5 years ago

Hello,
Did you try setting device password in attributes?

Greetings!!

Rodrigo

techguru5 years ago

How to Set Device password in attributes?
can you share detail?

Rodrigo5 years ago

You have to select your device and edit (pencil button).... there you will find attributes button.... inside, you can add differents things....

https://photos.app.goo.gl/qMQjCk3GyY6NdbWM8
https://photos.app.goo.gl/f7srwPBBj5rnwWHE7

Greetings from Chile

techguru5 years ago

anyone else can help who have configured Ignition alert with meiligao protocol as it is coming in Attribute under in5. with 0 off and 1 on

techguru5 years ago

anyone

Rodrigo5 years ago

As my user manual said: in3 is for ignition detection, and with one or two commands you can enable like this (I have a vt600 device)

Greetings

techguru5 years ago

can you please tell how you enabled in3?

AhmadL5 years ago

in computed attribute
choose ignition attribute and in exprssion type this code:

if (in4 == true) {
    ignition = true;
} else {
    ignition = false;
}

but insted of in4 type your input number (in1 ,in2 ,in3 ,........)