Ricardo

Results 83 comments of Ricardo

Should this done in backend or frontend, may be better to have it via API command to simplify any developers. Addition to this is that if someone wanted to integrate...

@grosbedos Ive not done much distance calculation for quite a while, I do remember though that you have to take into account curvature of the earth to get a better...

Could you convert what you get from RS232 and use the osamd protocol instead of writing a decoder directly into traccar. Just an idea.

@tananaev device may report ignition flag as it could be in protocol and/or user decided to not wire that up, so it may be best if this was to be...

Based on current implementation of Computed Attributes Event `ignition ? (ignition == true && power >= 13 ? 'engineStarted':'engineStopped') : power >= 13 ? 'engineStarted':'engineStopped'` This would cause a constant...

@lalamper have you been able to fix the build issues and update

> I feel like it has very limited value. Let's see if anyone else is interested in it. There was a hype around it a couple years back, but it's...

Keycloak is a good product that I use, but its just a oauth/saml provider so you would not intregate it directly into Traccar but instead build support for oauth and...

May be an idea to somehow pin the app to say only WiFi for those with no data or little data.

@Abyss777 1. good catch, ile amend to handle the exception properly 2. I see, yup, it could cause error currently if last is null, ile correct