<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Tom, Robin,<div class=""><br class=""></div><div class="">Can you have a look here:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><a href="https://www.openvehicles.com/node/209" class="">https://www.openvehicles.com/node/209</a></div><div class=""><br class=""></div><div class=""><div style="margin: 0px 0px 0.8em; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, 'Century gothic', sans-serif;" class="">I tried connecting the OVMS 3 unit to my 2016 Leaf.<br class="">The only thing I got working was the battery SOC (flapping between 133% and 30%)<br class="">It looks like the unit is sending pre-2016 CAN messages to the car.</div><div style="margin: 0px 0px 0.8em; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, 'Century gothic', sans-serif;" class="">I have done som extensive logging of my cars CAN-bus and have all the correct data that is needed to get the following to work:<br class="">Wake CAN<br class="">Climate control On<br class="">Climate control Off<br class="">Start Charging<br class="">Unlook doors<br class="">Lock doors<br class="">Instrument SOC<br class="">Chargeport open (will be next project)</div><div style="margin: 0px 0px 0.8em; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, 'Century gothic', sans-serif;" class="">I have implemented theese codes into a geolink unit, and it works by SMS-commands.<br class="">I would like to see this work on the OVMS V3 as well, but my coding skills are limited. I tried to compile the source code but get this error:<br class="">/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/main/ovms_boot.cpp: In constructor 'Boot::Boot()':<br class="">/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3/main/ovms_boot.cpp:159:46: error: 'xt_set_error_handler_callback' was not declared in this scope<br class="">xt_set_error_handler_callback(ErrorCallback);</div><div style="margin: 0px 0px 0.8em; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, 'Century gothic', sans-serif;" class="">If some of you know how to fix it, please let me know.</div><div style="margin: 0px 0px 0.8em; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; color: rgb(85, 85, 85); font-family: 'Open Sans', Arial, 'Century gothic', sans-serif;" class="">If some of you are interested in the CAN-bus messages, let me know and I can provide it.</div></div></blockquote><div class=""><br class=""></div><div class="">Thanks, Mark</div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 29 Apr 2018, at 2:48 AM, Greg D. <<a href="mailto:gregd2350@gmail.com" class="">gregd2350@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class="">
    Document updated, thanks!<br class="">
    <br class="">
    Greg<br class="">
    <br class="">
    <br class="">
    <div class="moz-cite-prefix">Robin O'Leary wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:20180428165915.GA3545@mail.ro.nu" class="">
      <pre wrap="" class="">On Fri, Apr 27, 2018 at 09:58:21AM -0700, Greg D. wrote:
</pre>
      <blockquote type="cite" class="">
        <pre wrap="" class="">Robin,

Could you take a look at the OVMS Metrics Table in Appendix 1 at the end
of the user documentation, and let me know what new metrics should be
checked as supported by the Leaf?
</pre>
      </blockquote>
      <pre wrap="" class=""></pre>
      <blockquote type="cite" class="">
        <pre wrap="" class="">User doc is at
<a class="moz-txt-link-freetext" href="https://docs.google.com/document/d/16JrXR7rybp-18DrEoeh1rg6GqQT_jVBvhaXh2oEWRHw/">https://docs.google.com/document/d/16JrXR7rybp-18DrEoeh1rg6GqQT_jVBvhaXh2oEWRHw/</a>
</pre>
      </blockquote>
      <pre wrap="" class="">I see you have already added Cabin temperature; here are the other metrics
I added (*), and some that were there before my additions but not marked:

        State of charge [%]     v.b.soc
        State of health [%]     v.b.soh
        Calculated capacity [Ah]        v.b.cac
        Battery temperature [°C]       v.b.temp
        Inverter temperature [°C]      v.i.temp        (*)
        Door open flag: Front Left      v.d.fl  (*)
        Door open flag: Front Right     <a href="http://v.d.fr" class="">v.d.fr</a>     (*)
        Door open flag: Rear Left       v.d.rl  (*)
        Door open flag: Rear Right      v.d.rr  (*)
        Trunk open flag         v.d.trunk       (*)
        Gear    v.e.gear        ms_v_env_gear
        Drive pedal state [%]   v.e.throttle    (*)
        Brake pedal state [%]   v.e.footbrake   (*)
        Handbrake Set flag      v.e.handbrake   (*)
        Car is Awake flag       v.e.awake
        Car cooling flag        v.e.cooling     (*)
        Car heating flag        v.e.heating     (*)
        Car HVAC is on flag     v.e.hvac
        Car is On flag          v.e.on
        Car is Locked flag      v.e.locked      (*)
        Car headlights are on flag      v.e.headlights  (*)
        Ambient temperature [°C]       v.e.temp
        Vehicle odometer [km]   v.p.odometer
        Tire Front Left pressure        v.tp.fl.p       (*)
        Tire Front Right pressure       v.tp.fr.p       (*)
        Tire Rear Right pressure        v.tp.rr.p       (*)
        Tire Rear Left pressure v.tp.rl.p       (*)

</pre>
      <blockquote type="cite" class="">
        <pre wrap="" class="">Also, if any are unique or limited to
one model vehicle or another, let me know that too.  I'll update the
table with the new information.
</pre>
      </blockquote>
      <pre wrap="" class="">Currently, I'm not aware of any model-specific metrics, but hopefully
we will get feedback from others if there are any.
</pre>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.openvehicles.com">OvmsDev@lists.openvehicles.com</a>
<a class="moz-txt-link-freetext" href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a>
</pre>
    </blockquote>
    <br class="">
  </div>

_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.openvehicles.com" class="">OvmsDev@lists.openvehicles.com</a><br class="">http://lists.openvehicles.com/mailman/listinfo/ovmsdev<br class=""></div></blockquote></div><br class=""></div></div></body></html>