Test channels doesn't work with command option yet, so that's expected.
As for the not triggered command based on event, unfortunately you haven't provide enough evidence to show that's everything is configured correctly and there was an event at the time.
Hi Anton,
A small video to prove what I was saying: https://drive.google.com/file/d/1De1-tB1ICb-U05bTlgi3jC9dS-bwnqL_/view?usp=sharing
First test done with "Send Command", then I reproduce the effect of exiting the Geofence, and the Web/Telegram notifications work, and even the command seems to be executed, but it does not seem to reach the device as the first test does.
And this happens eveytime
Regards
Yeah, everything looks correct. Not sure why the command didn't work. Do you see it in the database? Maybe it was queued?
Hi Anton,
Not sure how to check. Could you point me to the necessary documentation or provide me some initial steps? I'm not used to working with databases
Regards
Check the tc_commands_queue
table in the database.
I have version 6.4 and I have the same problem, the command sent appears in the log but it doesn't reach the device, I've tried everything without success
What exactly do you see in the logs?
Well, in the log it looks like the command is sent correctly
2024-09-18 13:20:18 INFO: Event id: 358657102682551, time: 2024-09-18 13:20:17, type: alarm, notifications: 1
2024-09-18 13:20:18 INFO: [Tcee90f47] id: 358657102682551, command type: engineStop sent
I just updated to version 6.5 and it won't work either.
Do you see the raw command in the logs? If yes, it means it was sent to the device.
Hi team,
I'm currently configuring notifications to inform me when GPS enters a Geofence and send commands via TCP session to reconfigure the device.
When setting the "Saved Command" and clicking on "Test Channels" only Telegram Notification works, and the server provides following error:
Thing is that if I try to push the Saved Command from the option on the map interface, it works correctly. Logs do not provide me any info regarding the problem:
First message at 17:31:20 is triggered by notification, which does not reach the device, it seems, while same command on 17:33:02 is triggered by me with send command option
Thanks for the help
Regards