thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

NodeMCU ESP-12F not setting access point #73

Closed Ap0ph1s-W4ite closed 1 year ago

Ap0ph1s-W4ite commented 1 year ago

Hi,

I am trying to switch my setup to BrewPi Wifi but wihtout success. I have a Wemos® D1 Mini NodeMcu Lua WIFI ESP8266 ESP-12F but tried to flash the firmware through Fermentrack.

This is the output that I get from Fermentrack: image image

I suppose that is not a Fermentrack issue because everyting goes well according to the log.

I tried the version v0.11 and v0.14-beta but the result is the same.

Feel free to request additional information.

Ap0ph1s-W4ite commented 1 year ago

Nov 05 2022 16:49:02 Refreshing dbConfig Nov 05 2022 16:49:02 Connection type Serial selected. Opening serial port. Nov 05 2022 16:49:02 Connected via serial to port /dev/ttyUSB0 Nov 05 2022 16:49:02 Notification: Script started, with no active beer being logged Nov 05 2022 16:49:12 Checking software version on controller... Traceback (most recent call last): File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/app/brewpi-script/brewpi.py", line 278, in hwVersion = brewpiVersion.getVersionFromSerial(ser) File "/app/brewpi-script/scriptlibs/brewpiVersion.py", line 58, in getVersionFromSerial if version and version.version != "0.0.0": File "/usr/local/lib/python3.9/distutils/version.py", line 46, in eq c = self._cmp(other) File "/usr/local/lib/python3.9/distutils/version.py", line 341, in _cmp if self.version < other.version: TypeError: '<' not supported between instances of 'str' and 'int' Sentry is attempting to send 2 pending error messages Waiting up to 2 seconds Press Ctrl-C to quit

This is the output that I get from Stderr Log. I will try to downgrade to version v0.10 and see the output.