<div>Hi</div>
<div> </div>
<div>
<pre style="margin: 1.5em 0px; padding: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 13.333333015441895px; line-height: 1.5em; font-family: 'Andale Mono', 'Lucida Console', monospace; white-space: pre-wrap; caret-color: #222222; color: #222222; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">>Can you try to see if adding this code also works for you?
>After "case 0x1db:"

 >     // state of charge percentage, as shown on dash info panel
 >     uint8_t soc = d[4] & 0x7f;
 >     if(soc != 0x7f)
 >       {
 >       StandardMetrics.ms_v_bat_soc->SetValue(soc);
 >       }</pre></div>
<div class="syno-mc-signature">I tried the change you suggested. SOC is stable now. Nice!</div>
<div class="syno-mc-signature"> </div>
<div class="syno-mc-signature">-Stein Arne Sordal-</div>
<div> </div>
<div class="">
<div>On 2018-05-02 15:55, Robin O'Leary <ovmsdev@caederus.org> wrote:</div>
<blockquote class="syno-mc-blockquote" style="padding-left: 5px; margin-left: 5px; border-left: #c8d2dc 2px solid;">
<pre>On Wed, May 02, 2018 at 03:43:33PM +0200, ovms wrote:
> Tom, you are right. I used a standard cable, not a Leaf-specific cable. And the 0x50d is on the car-bus.
> I have now swapped to a Leaf-specific cable, and tried to change the code to look for 0x50d on the car bus, but I apparently did something wrong. No data from the car-bus is received now.

Can you try to see if adding this code also works for you?
After "case 0x1db:"

      // state of charge percentage, as shown on dash info panel
      uint8_t soc = d[4] & 0x7f;
      if(soc != 0x7f)
        {
        StandardMetrics.ms_v_bat_soc->SetValue(soc);
        }
_______________________________________________
OvmsDev mailing list
OvmsDev@lists.openvehicles.com
http://lists.openvehicles.com/mailman/listinfo/ovmsdev
</pre></blockquote>
</div>