<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr">FYI:</div><div dir="ltr"><br></div><div dir="ltr">I’ve recently done some work with the esphome system (based on platformio on top of esp idf), for home automation. They don’t seem to trust the ESP libraries identifying the strongest signal (in the case of two APs broadcasting the same SSID). They don’t blindly connect to a SSID, but instead first do a scan to produce an ordered list and then connect to the SSID+AP-MAC-Address of the AP with the strongest signal.</div><div dir="ltr"><br></div><div dir="ltr">That approach might help with your other issue (recently raised in mantis).</div><div dir="ltr"><br></div><div dir="ltr">Regards, Mark.</div><div dir="ltr"><br><blockquote type="cite">On 10 Jul 2020, at 5:43 AM, Michael Balzer <dexter@expeedo.de> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  
    Welcome Derek,<br>
    <br>
    I've got a rework of the wifi component near done that allows to use
    scanning mode in apclient configuration. I think I can push the
    changes tomorrow & suggest you'll be my beta tester ;-)<br>
    <br>
    Regards,<br>
    Michael<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 09.07.20 um 20:50 schrieb Derek
      Caudwell:<br>
    </div>
    <blockquote type="cite" cite="mid:CAKUcfWFUou6q-PGaZGxJh2iZa48=Lyho-ehfOBGyqQ37C7S4Wg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi devs,
        <div><br>
        </div>
        <div>I recently received the ovms hardware and have been trying
          to setup the unit so I can solely use the wifi AP+client. In
          NZ 3G is soon to be sunset and for my needs I don't really
          need a connection when I'm driving (and want to make sure
          everything is behaving nicely on the can bus before I do). </div>
        <div><br>
        </div>
        <div>I realise AP+client brings it limitations however hopefully
          some of these can be worked around as I want to be able to use
          the dashboard/plugins as well as the mobile app. I am new to
          C/ESP32 programming and the code base so I thought it best to
          ask a few questions before I begin tinkering with it.</div>
        <div><br>
        </div>
        <div>Ideally I want the unit on loss of connection to an AP to
          try and find another AP that has been set in the wifi config
          and connect. The parts I am not too sure are as follows:</div>
        <div> - on boot the code uses the default wifi ssid, if the
          default is not available how does the code try and switch to
          one of the other saved APs?</div>
        <div>    - can multiple APs be saved to the wifi config memory
          and handled by ESP32? or do they need to be retrieved from
          ovms config, wifi client details set, try connect and
          enumerated through?</div>
        <div> - I assume EventTimer10 is the logical place to add extra
          code if required to enumerate through APs and try to connect?
          similar to EventScanWifiDone when in SClient mode</div>
        <div> - What is the reason scanning mode is unavailable for
          AP+client mode in auto init, from the ESP32 documentation it
          appeared to be usable still but with limitations? </div>
        <div><br>
        </div>
        <div>Thanks in advance for any pointers and background.</div>
        <div><br>
        </div>
        <div>Cheers Derek</div>
      </div>
      <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="72">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
  

<span>_______________________________________________</span><br><span>OvmsDev mailing list</span><br><span>OvmsDev@lists.openvehicles.com</span><br><span>http://lists.openvehicles.com/mailman/listinfo/ovmsdev</span><br></div></blockquote></body></html>