i have device using galelio protocol, device itself not sending ignition data in position so i'm using computed attribute adc0 < 4 ? false:true
to find ignition. and enable copyattributes and engine hour processing as follow.
<entry key='processing.computedAttributes.enable'>true</entry>
<entry key='processing.engineHours.enable'>true</entry>
<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>power,ignition,battery,driverUniqueId,hours</entry>
but hours value in position not updating its stuck at value "hours":70000
please correct me what i'm doing wrong.
Hi there, did you ever come right?
If you did could you recall how?
i have device using galelio protocol, device itself not sending ignition data in position so i'm using computed attribute
adc0 < 4 ? false:true
to find ignition. and enable copyattributes and engine hour processing as follow.<entry key='processing.computedAttributes.enable'>true</entry> <entry key='processing.engineHours.enable'>true</entry> <entry key='processing.copyAttributes.enable'>true</entry> <entry key='processing.copyAttributes'>power,ignition,battery,driverUniqueId,hours</entry>
but hours value in position not updating its stuck at value
"hours":70000
please correct me what i'm doing wrong.