Copy attributes with value 0

Deboraha year ago

Hello,

Teltonika devices, when they reboot for some reason, as long as the machine is not turned on, send the CAN attributes to 0.
To avoid this, I enabled attribute copying as below. Only it doesn't work (I think because an attribute = 0 anyway exists). Do you have alternative solutions? Maybe through a calculated attribute you can put an attribute to null if it is = to 0?

<entry key='processing.computedAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>FuelUsed</entry>
<entry key='processing.copyAttributes'>io115</entry>

Thanks

Anton Tananaeva year ago

I don't think there's any solution currently.

Joysticka year ago

Hi Nicola,

In the Teltonika configurator under Can adaptor, Can adaptor settings, you can disable "Send data with 0, if ignition is off.
Is your setting disabled or enabled.

Deboraha year ago

Hi Pete,

I saw the option and disabled it! If I enable it I will have the problem every time I turn off the machine.
What I wanted is to NOT ever have the parameters at 0.

Thanks