At least it should be possible to switch off the feature. When parking at home there is no GSM/GPRS coverage in my garage. I do not want to get
an alert every day after I parked my car.
Pierre
Von: ovmsdev-bounces@lists.teslaclub.hk [mailto:ovmsdev-bounces@lists.teslaclub.hk] Im Auftrag von Mark Webb-Johnson
Gesendet: Dienstag, 15. Mai 2012 07:15
An: OVMS Developers
Betreff: [Ovmsdev] Car lost GPRS connection notification
Rafael has suggested that we add a car-lost-gprs-connection notification to the OVMS system. The idea being that when your car loses GPRS connection (cellular coverage, fault, whatever), you get a notification to your app to let you know. And, presumably, another notification should it come back.
The way it would work would be to have a threshold in the server. A notification time, presumably in seconds.
The result of this is that if the car disconnects for a short time, then reconnects, no notification is raised. But, if the car disconnects for a long time, you get a notification both when we find it has disconnected and when we see it reconnect. This can all be done from the server, irrespective of version of firmware in the car/apps.
The questions are: (a) what do people think, (b) what should a reasonable timeout be, and (c) could this be _on_ for everyone.
Would anyone here _not_ want this?
I would suggest a reasonable timeout, to alert after, would be an hour or so.
It is easier to code this if it is universally on for everyone - we can just have a single timeout in the server. If we want individual control, we'd have to have a setting per-vehicle and provide the users a mechanism to change that setting. That would be much more work.
Regards, Mark.