I managed to install on my Wemos D1 mini with the help of the "trick" referenced below.
Then I can connect to the WiFi AP, and open the web interface, but it does not respond to any setting I try to change.
The reason seems to be this error:
myesp.js:formatted:420 WebSocket connection to 'ws://192.168.4.1/ws' failed: Could not decode a text frame as UTF-8.
I also see this error, but I think that this is less important:
GET http://192.168.4.1/fonts/glyphicons-halflings-regular.woff2 net::ERR_ABORTED 404 (Not Found)
EDIT:
I managed to change the WiFi settings (one by one) using Telnet. After that my device did connect successfully with my WiFi AP. After this the web interface works!!! Only the glyphicons-halflings-regular.woff2 error still exists, but doesn't seem to do any harm. So as far as I'm concerned it is OK.
Now waiting for the modified interface board I ordered to arrive.
In addition:
When installing with the verbose option I see this:
Platform incompatible library C:\Users\Niek\.platformio\penv\Scripts\.pio\libdeps\release\AsyncTCP More details about "Library Compatibility Mode": https://docs.platformio.org/page/librarymanager/ldf.html#ldf-compat-mode
Found 48 compatible libraries
Scanning dependencies...
Warning: Ignored AsyncTCPdependency forESP Async WebServer library
Warning: Ignored AsyncTCPdependency forAsyncMqttClient library
Quote:
The web builder has been upgraded to use Gulp 4. Remove tools/webfilesbuilder/node_modules and re-install the libraries using npm ci from within the tools/webfilesbuilder folderFound it!
- The web builder has been upgraded to use Gulp 4. Remove
tools/webfilesbuilder/node_modules and re-install the libraries using npm ci from within the tools/webfilesbuilder folder
Originally posted by @jperquin in #9 (comment)
I managed to install on my Wemos D1 mini with the help of the "trick" referenced below.
Then I can connect to the WiFi AP, and open the web interface, but it does not respond to any setting I try to change.
The reason seems to be this error:
myesp.js:formatted:420 WebSocket connection to 'ws://192.168.4.1/ws' failed: Could not decode a text frame as UTF-8.I also see this error, but I think that this is less important:
GET http://192.168.4.1/fonts/glyphicons-halflings-regular.woff2 net::ERR_ABORTED 404 (Not Found)EDIT:
I managed to change the WiFi settings (one by one) using Telnet. After that my device did connect successfully with my WiFi AP. After this the web interface works!!! Only the
glyphicons-halflings-regular.woff2error still exists, but doesn't seem to do any harm. So as far as I'm concerned it is OK.Now waiting for the modified interface board I ordered to arrive.
In addition:
When installing with the verbose option I see this:
Platform incompatible library C:\Users\Niek\.platformio\penv\Scripts\.pio\libdeps\release\AsyncTCP More details about "Library Compatibility Mode": https://docs.platformio.org/page/librarymanager/ldf.html#ldf-compat-modeFound 48 compatible librariesScanning dependencies...Warning: IgnoredAsyncTCPdependency forESP Async WebServerlibraryWarning: IgnoredAsyncTCPdependency forAsyncMqttClientlibraryQuote:
The web builder has been upgraded to use Gulp 4. Remove tools/webfilesbuilder/node_modules and re-install the libraries using npm ci from within the tools/webfilesbuilder folderFound it!
tools/webfilesbuilder/node_modulesand re-install the libraries usingnpm cifrom within thetools/webfilesbuilderfolderOriginally posted by @jperquin in #9 (comment)