-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading from 2.2.28 to 2.3.0, 2.3.9 or 2.4.0 breaks HAN-port config. POW-K #903
Comments
HAN to GPIO12 is soldered on the board. |
OK, then selecting "Pow-U (GPIO12)" is the right choice. |
I know. Your full name is shown in the Github notification email. 😉 (Maybe due to your Github setup.)
That will also work, but you need to do some more manual configuration, add this: We should also check that the Vcc reading is correct - as the ESP8266 might need some manual calibration (using the "Vcc offset" value). One of the advantages with the ESP32 is that the ADC is factory calibrated. BUT when I am checking this here with an old ESP8266 board, I do not see Vcc in the gauge on the top bar, I only see "ESP" indicated. Not sure why. The board voltage should be shown here. Ping @gskjold : Is this an error? |
And what did boardType say? should be
Must be, although I cannot see the reason at first glance. Minor bug though. OTA should still work. |
boardType is as follows in my save files:
I guess this last one is due to my manual override. |
boardtype 1 is an old board design and is a misconfiguration for your setup, so this is the reason why this broke on upgrade. From v2.3.0 we force GPIO config for specific board types. If yours is indeed a Pow-K as stated in your original post, you should use profile Pow-K (GPIO12) which is boardType 5. I consider this issue solved, except for maybe finding out why the voltage is not present. Any thoughts @ArnieO ? |
No, not really. The ESP8266 reads voltage internally, so not influenced by GPIO configuration. |
Describe the bug
I have a POW-K that have been running 2.2.15 stable for a long time. I upgraded to 2.4.0. After that I get no data on HAN-port.
I tried a few other versions, the highest version I found working was 2.2.28, the lowest non-working was 2.3.0.
Hardware information:
Relevant firmware information:
Additional context
I found the following difference in config save:
2.2.x:
gpioHanPin 12
2.3.0:
gpioHanPin 3
The text was updated successfully, but these errors were encountered: