Try this:

OVMS > wakeup
Vehicle has been woken

it’ll jiggle, but not much else.

Would be nice to have it drive around the streets. But following roads may be a little bit tricky.

Regards, Mark.

On 9 Nov 2017, at 4:45 AM, Greg D. <gregd2350@gmail.com> wrote:

Nice, useful tool.  It also works to "drive" the ECU simulator for displaying to an external HUD / dongle.

 

But, the demo was somewhat underwhelming, as the virtual car was just sitting there.  Where is the "Gitty Up" button?

 

Greg

 

Sent from my phone, just so you know.

 

 

------ Original message------
From: Mark Webb-Johnson
Date: Wed, 11/8/2017 4:03 AM
To: OVMS Developers;
Subject:[Ovmsdev] DEMO vehicle

 


I’ve been working on a DEMO vehicle in the firmware. This is enabled by:

vehicle module DEMO

The idea is that this vehicle exercises all the metrics in a logical way. It can simulate driving, charging, and sitting idle. Along with the ‘metric set’ command, it can be used to demonstrate all the different modes. It works something like the ovms_democar at the server-side, but runs on a vehicle module itself.

It is intended to be used by firmware developers for testing their functions. Things like ovms_server_v2 and ovms_server_v3. Also, stress testing on the bench (without requiring a vehicle).

Functionality is basic at the moment, but it is working. I should be able to finish the last parts of ovms_server_v2 now.

Regards, Mark.