Hi,
You can send a gprs command from platform to device to supply a output to activate a relay for x period of time. You can read about it in below link.
From memory FMx920 only has one output so something like the below command may work for you.
For devices with 1 digital output:
Example: setdigout 1 45
will set DOUT1 to high level for 45 seconds.
@Joystick Can I use these commands via GPS instead of SMS via Traccar?
You can send it as a gprs command from Traccar platform, no need to send as SMS.
Just send the command as setdigout 1 45 for example without selecting SMS
Is it necessary to leave a space before the command like SMS commands?
No
https://prnt.sc/fSjjOMMUo7YB
right like this?
Correct, that is if you want to set digital output high for 45 seconds,
So if connected to a relay, the relay will be powered for 45 seconds once device received the command.
Thank you very much, I solved the problem I was struggling with for days.
Hi
I have another problem, a command is sent through the application, the vehicle stops, after a certain period of time, the relay is restored again, when I stop it with sms, this problem does not happen, could it be why?
That happened because you probably set it to 45 seconds when you followed the example. you can remove the time as it's optional so it stays off till you issue another command to turn it on
@joystick @hypoclone
am also failed to send commands, when i send commands i received this in response {id: 0, attributes: {data: "getstatus"}, deviceId: 14, type: "custom", textChannel: false,…}
please help how i solved this and how i received command response
Are you sending the gprs command as per below?
Select device
Select command
New
Custom
getstatus
yeah @Joistick am follow same you mention,
Hi
I have Teltonika FMB920 devices, how do I activate the relay on these devices, it is with the SMS command to stop the vehicle remotely, but I could not do it on the platform.