PV1 said:I though CaniOn blocked sleep while it was running. I've done single trips up to 1 hour, 45 minutes with no interruption, even with a 30 minute screen timeout. Even when the car is off and the screen timeout is set to 15 seconds, CaniOn will keep the screen on.
I agree, a toggle for trip resets would be nice. Toggle the automatic reset on or off.
Hello Joe!JoeS said:All that said, Martin and Xavier, here is my wish list:
Another TRIP screen, with only the following LARGE numerics:
TRIP DISTANCE
MOVING AVERAGE SPEED
BATTERY STATE OF CHARGE
BATTERY TEMPERATURE
TRIP NET ALTITUDE CHANGE
TRIP EFFICIENCY (Wh/KM)
Hello Robert!RobbW said:Another feature request I'd like to see is the option for displaying all the info in red. I'd especially like to have that option for nighttime driving as red has less effect on your eyesight in the dark.
me68 said:caniOn is preventing the device from sleeping. Nothing specially to do for that. There is also no difference, if the device is powered via usb or not. If there are no bluetooth issues the app should run hours without any break.
Do you use the device only for caniOn? Please use it as dedicaded device for caniOn.
Try to disable WiFi. Some devices has problems if bluetooth and WiFi is on.
Which device do you use?
Regarding trip timer data:
The idea is to (automatically) start and stop caniOn with one single trip. I do this with the ignition key. The device is always in the car, like the second display of the BMW i3. I do not have to touch it for starting/stopping.
You'll find a drop down list near to the name of the panel in top of the screen. There you can choose from different time periods. So if you want to have a look to Wh/km for the last 4h, just select panel "Wh/km History" and period "4h" instead of "Trip sec". The list of available values depends on how the data are stored in the database. Most data are stored in table SECLOG. So they are recorded every second. Some data are stored in table ODOLOG. So they are recorded every km. cell volts & cell temps are recorded every 60 seconds by default (since release 133 you can choose your own period for cell volts & cell temps recording).
Hello Robert!RobbW said:BTW, I love the new choices for colors on the screen and the ability to customize a "My Trip Timer" panel. Great work! Love the improvements!
I think, that's not as easy, because we use km also in database with table ODOLOG. One row in this table is one km. So on selecting "last 10km" in one history panel is a database request with "last 10 rows please". Converting °C to °F vice versa, is not the challenge, because °C is defined for the database. On displaying temps it's no problem to convert these data first to °F. But miles ... hmmm ... i have to reflect about this.RobbW said:P.S. Still no option for imperial units for those of us in the USA?!
RobbW, geeks think metric. :roll: :lol:RobbW said:... Still no option for imperial units for those of us in the USA?!
Yes, I know! But imperial units have been ingrained in my brain since I was a small child. It's hard to try and change now. It's easy enough for me to look at the KM/kWh each time and see if I'm driving more efficiently than the last trip. If the number is higher, in driving better. But the actual number is pretty useless to me because it provides no frame of reference. I have no idea how far 9km is without having to look up the metric conversion. However, if the screen showed 5.6 miles/kWh, then I can more easily understand the distances.JoeS said:RobbW, geeks think metric. :roll: :lol:RobbW said:... Still no option for imperial units for those of us in the USA?!
Trip_dist = Trip_dist + (Abs(M_RPM) / dist_coef) ' meters
Fantastic! Thank you! Really looking forward to trying it out when I get back home at the end of the month.me68 said:Hello Joe! I'm testing at the moment developer edition...
'adjust dist_coef after 2 kms
Dim ecart As Int
ecart = Trip_dist - Trip_dist_prev 'should be 1000 meter
If Trip_Distance > 2 Then
dist_coef = dist_coef / (1000 / ecart)
End If
Trip_dist_prev = Trip_dist
Enter your email address to join: