Is this just temperature sensor the bulb one or ultrasonic temperature & fuel sensor
the bulb one, with converter rs232, that plug in 4 port aside in X3 device
To get the x3 send temperature value you have to send idcar,on# to turn on the power supply of the communication interface first
Then you have to activate the data transmission for the communication interface by sending wstc,on,3# for the temperature sensor baud rate 9600
If you received repeated command result continuously this is the hex of the temperature value which traccar still dont understand
You will receive something like 3c030101023d0d
If you convert hex to decimal the 4 digits after c0301 which is 0102 it will give 258 divided by 10 = 25.8 degrees
If you received 3c0301ff023d0d
Now the hex ff02 means -254 / 10 = -25.4 °C
dear Zik,
appreciate for your advice,
wstc,on,3# done
idcar,on# done
power supply is up, with 5vdc
and I think the bulb already powered. but temp1 attribut still not displayed.
I will check the hex log then.
thanks, for your respons.
Hai Zik,
I still try to setup temperature sensor on X3 with traccar 6.2
wstc,on,3# --> done
buat I still not see temp1 status in "more info"
am I have to send idcar,on# too? I think this command just related with rfid device, or I have missing step?
thanks in advance