I have been working hard on a neat little display which every Insight Mk1 enthusiast will want I hope!
It integrates directly with the BCM, and so far will display
Battery Volts
Battery Current
Battery Soc
Battery Temp
Fan Status
All this info is gathered by the BCM stock system. I'm collating and further processing it with a little 50x40mm pcb which then drives a small backlit 16x2 serial lcd display very similiar to the Scangauge look.
It only involves 4 connection taps in the IPU compartment (power, ground and two to the BATTSCI data lines) a three core ultra miniature screened cable will take the lcd drive signal to the front of the car where you can mount the LCD in whatever housing or position you want. The unit will activate when the ignition is on.
Hopefully gone will be the days of guessing the battery voltage/temp/soc/current.
You will have a fast accurate lcd which refreshes several times a second and actually shows you the current flowing so you can see if that dreaded background charge is going on. The battery temp will be useful for those with grid chargers and in hot climates to ensure they don't cook the battery.
The component cost is pretty minimal. I'll probably sell it as a complete kit including the pre-programmed pic, but possibly minus the serial display which can be bought locally saving overseas postage.
I'm expecting to complete final testing within a month. I'll post some pics when I have it wired up into the wifes car in a couple of weeks. My pcb has ICSP fitted for program updates and a spare in/out connector. It may be possible to dump the BCM data via the spare connector to a connected PC or use a switch to enable a sub display of codes etc, but that's for the future
Price will be around $40-50 minus the lcd display and postage. The lcd display is around $25
PM me if your interested in being an early adopter or beta tester
Edit
For all those who have already PM me expressing an interest or posted on here you should have a PM with further details.
Others should PM me if you want purchasing and disclaimer details.
Software Update Important. All software updates will go here!
V1.0 Original release.
www.solarvan.co.uk/Gauge/BCMGauge_V01_270710.hex
V2.0 Changes include.
1) Improved SOC code masking, hopefully to avoid Marks bizzare readings.
2) Forced sparkfun lcd backlight to max brightness.
3) Slowed down data transfer to lcd to help with lazy displays.
4) BCM data input timeout and message if no BCM data being received.
5) Minor correction to hex dump code.
www.solarvan.co.uk/Gauge/BCMGauge_V02_060810.hex
V2.1 Changes include.
1) Improved amps code and increased resolution to 1/10th of an amp.
http://www.solarvan.co.uk/Gauge/BCMG...021_160810.hex
V2.2 Changes include.
1) Sorted Logging code to provide correct data output to Excel Spreadsheet.
http://www.solarvan.co.uk/Gauge/BCMG...022_170810.hex
V2.3 Changes include.
1) Improved BCM Data error rejection with addition of a checksum routine. If the incoming twelve byte data packets from the BCM do not pass the checksum they are rejected and the gauge waits for the next valid packets. This gives much more reliable data. We know the Insight is a nosiy RFI/EMI environment so this helps a lot. I strongly recommend people upgrade to this version as a minimum.
http://www.solarvan.co.uk/Gauge/BCMG...023_180810.hex
V2.4 Changes include.
1) Fixed temperature calculations for all temps above freezing. Note the gauge will not display temps below 0C/32F. Anything below freezing is forced to 0C or 32F at present.
http://www.solarvan.co.uk/Gauge/BCMG...024_210810.hex
V2.5 Changes include.
1) Further improved temperature calculations to show temps below freezing. Down to -32C for Centigrade mode and 0F (-18C) in Farenheit mode
http://www.solarvan.co.uk/Gauge/BCMG...025_220810.hex
V3.0 Changes include.
1) Addition of 5 way switch for option selection and menu control.
2) Selectable Lcd backlight brightness high/low.
3) Full raw hex data dump on/off.
4) Splash screens on/off.
5) Hex Display on/off.
6) Converted hex dump on/off.
7) Temp centigrade or farenheit.

Extended Soc display on/off. (Dummy 10ah Battery) (Not working yet)
9) Reset Extended Soc.
Source and Hex code is attached FYI.
www.solarvan.co.uk/Gauge/BCMGauge_V30_260810.hex