diyBMSv4ESP32
diyBMSv4ESP32 copied to clipboard
Ability to run in AP Mode?
Hi I am trying run this without a wifi network available. Can I set this to run as AP Mode and run the normal pages? The code seems to support it but I cannot seem to find a setting anywhere to allow it. It asks to select a wifi network and I cannot skip it? Thanks for any help. Jason
Not at the moment unfortunately, you may be able to hack the code to leave it in AP mode, but its not officially supported.
Recently closed issue #128 has a comment stating "AP mode is not supported in the latest firmware" and perusal of the ESPController code confirms very few references to "SoftAP".
However, for those hoping to use diyBMSv4ESP32 in standalone applications (where there is no available wifi network) does the comment above ( "Not at the moment" ) imply that AP mode has not been ruled out altogether?
Perhaps the vast majority of diyBMS users will likely never need AP mode (except for initial setup in lieu of serial) though suspect there are some who would prefer it - e.g. in an RV (Recreational Vehicle) application. In that case an AP is required but not all the time so ability to enable/disable the AP as/when required while having the controller continue on in the background would be a useful feature. Understand this would likely be a 'bridge too far' though if the basic AP functionality was there am sure one could figure out some sort of switch/GPIO hack to manage the AP enable/disable.
Hi @pkathey the SoftAP mode mentioned in the recent changes was in relation to the WIFI configuration - the system no longer creates a Wifi Hotspot on boot up as this was rather troublesome (especially for Android phone users). So the only way to configure wifi settings is either via a file on the SD Card or using the serial port/console to the ESP32.
The need for a genuine A.P mode is still there, but has not been progressed (yet)
I'd also appreciate this functionality. Especially in off-grid applications it would be useful, since there's not necessarily any other wifi
Hi @stuartpittaway any chance of a genuine A.P mode in the not too distant future?
Hi @pkathey I do plan to include this, just hasn't been a priority so far.