<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Greg,<br>
    <br>
    I finally understood your problem: the server actually excludes
    "DMC" error notifications from all push channels, so you don't even
    get them by email.<br>
    <br>
    And that's necessary because there are so many of them, most of them
    with no meaning for normal usage, right?<br>
    <br>
    To answer your question: yes, of course that's possible. Use the
    CmdSeries class to fetch the records. Have a look at classes
    AuxBatteryData & AuxBatteryChart for an example. They fetch the
    "D" history, fetching the "*-Log-Notification" history is pretty
    much the same, just another result processing. For the display you
    can possibly copy the notification list or add the missing records
    to that.<br>
    <br>
    Regards,<br>
    Michael<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 15.12.19 um 20:55 schrieb Greg D.:<br>
    </div>
    <blockquote type="cite"
      cite="mid:2eb41a9a-71a6-05e4-ceae-db2c4c09e4ee@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      Love the new version, Michael.  Nicely done.<br>
      <br>
      Merging two threads...  I'm assuming that the 12v battery log is
      data kept on the server.  Would it be possible to similarly fetch
      and display the DMC alert records (ref "Alert notification
      history") in the app, or just the overall (unfiltered) alert log? 
      To Mark's issue with support calls, there probably should be some
      sort of notice / disclaimer that the records are not necessarily
      indicative of a vehicle failure.<br>
      <br>
      Thanks,<br>
      <br>
      Greg<br>
      <br>
      <br>
      <div class="moz-cite-prefix">Michael Balzer wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:a334273e-0062-5f37-c0c0-ce9b5f5cf176@expeedo.de">
        <meta http-equiv="content-type" content="text/html;
          charset=UTF-8">
        I've just released version 3.14.0 of the Android App to the Play
        Store.<br>
        <br>
        History: <a
href="https://github.com/openvehicles/Open-Vehicle-Android/wiki/History#version-3140-2019-12-14"
          moz-do-not-send="true">https://github.com/openvehicles/Open-Vehicle-Android/wiki/History#version-3140-2019-12-14</a><br>
        <br>
        <ul style="box-sizing: border-box; padding-left: 2em;
          margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46);
          font-family: -apple-system, BlinkMacSystemFont, "Segoe
          UI", Helvetica, Arial, sans-serif, "Apple Color
          Emoji", "Segoe UI Emoji"; font-size: 16px;
          font-style: normal; font-variant-ligatures: normal;
          font-variant-caps: normal; font-weight: 400; letter-spacing:
          normal; orphans: 2; text-align: start; text-indent: 0px;
          text-transform: none; white-space: normal; widows: 2;
          word-spacing: 0px; -webkit-text-stroke-width: 0px;
          background-color: rgb(255, 255, 255); text-decoration-style:
          initial; text-decoration-color: initial;">
          <li style="box-sizing: border-box;">OpenChargeMap reader:
            raise network timeouts, add error feedback</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Whiten
            Tesla Roadster image (issue #88)</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Twizy
            battery chart: synchronize cells with large time offsets</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Car
            editor: add server selection</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Notifications:
            disable suggestions on command input</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Map
            settings: fix spinner style</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Map:
            <ul style="box-sizing: border-box; padding-left: 2em;
              margin-top: 0px; margin-bottom: 0px;">
              <li style="box-sizing: border-box;">view change =>
                disable tracking & enable 'my location' button</li>
              <li style="box-sizing: border-box; margin-top: 0.25em;">fetch
                OCM updates for view area</li>
            </ul>
          </li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">OpenChargeMap
            API:
            <ul style="box-sizing: border-box; padding-left: 2em;
              margin-top: 0px; margin-bottom: 0px;">
              <li style="box-sizing: border-box;">HTTPS support</li>
              <li style="box-sizing: border-box; margin-top: 0.25em;">added
                user agent</li>
              <li style="box-sizing: border-box; margin-top: 0.25em;">added
                API key</li>
              <li style="box-sizing: border-box; margin-top: 0.25em;">queue
                area update fetches</li>
            </ul>
          </li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">CarsStorage:
            change file format to JSON to avoid further upgrade data
            losses</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Removed
            obsolete previous map layout</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Map
            settings dialog optimized & localized</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Map:
            inhibit autotrack camera updates during user interaction</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Optimize
            PNG files (removed exif data)</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Car
            editor: fix crash on start with lost/corrupted car storage</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Database:
            sanitize user input</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Allow
            password length up to 255 characters (issue #91)</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Keep
            foreground ApiService alive & connected on Android >=
            7</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Log
            class cleanup</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Added
            12V battery history chart</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Gradle
            update</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">Minify
            disabled due to missing classes in APK</li>
          <li style="box-sizing: border-box; margin-top: 0.25em;">12V
            history: tolerate D records from outdated firmware versions</li>
        </ul>
        <br>
        APK: <a class="moz-txt-link-freetext"
href="https://github.com/openvehicles/Open-Vehicle-And...elease/OpenVehicleApp-release-3.14.0.apk"
          moz-do-not-send="true">https://github.com/openvehicles/Open-Vehicle-And...elease/OpenVehicleApp-release-3.14.0.apk</a><br>
        <br>
        Regards,<br>
        Michael<br>
        <br>
        <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.openvehicles.com" moz-do-not-send="true">OvmsDev@lists.openvehicles.com</a>
<a class="moz-txt-link-freetext" href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
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>
    <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
  </body>
</html>