-
Notifications
You must be signed in to change notification settings - Fork 1
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
No status in Ui since new firmware #93
Comments
Because @john30 asked in john30/ebusd#1472 (comment) ...., but ebusd-esp32. thus closing here. please reopen there if needed. I don't get what info the should add? The settings are obvioulsy still there as we can access the thing via Wifi. I didn't change anything other than Wifi Settings. The GUI is still reachable (see screenshot) but can't retrieve /status (probably the API component. Do you want a settings file that we clould copy from somewhere on the device ? And: All was fine until I did an OTA upgrade to the 202501 version. |
BTW changelog https://github.com/john30/ebusd-esp32/blob/main/CHANGELOG.md says it "Version 2024-12-21, reported as 1[4c15]". While I cannot see the version in the UI anymore I can remember it was called 202501xx when I clicked on the update. Did some unwanted release sneak in ? |
very weird, so it seems that the http server has some issues. didn't recognize anything unusual when i ota updated my testing v5. |
can someone check which request exactly is done from the browser, e.g. for the /status endpoint? |
This url is requested: http://xxx.xxx.x.xxx/api/v1/status |
It takes some time to update normally - think since the GUI gives some feedback what's happening it doesn't feel that long. But yeah CLI runinng ota feels longer, but don't think it is longer. However - not sure what "progress 0"? Is that the "partition" the updte is on maybe? I'm pretty sure I saw "progress 1" on mine
|
@john30 if it helps since now understand it's a non-breaking change could try to replicate the issue if it help, just not sure what data I could supply to help understand the problem. |
I just tried again, i.e. flashed the 20241221 version, checked that it is running fine, and did an ota update to the recent one. no issues, neither with ebus connectivity now with the http server. really don't get it. anyway, just compiled a new version with more updates from esp-idf and you might want to give it a try by explicitly flashing to it like that:
|
Requesting http://192.0.2.30/?file=testing.bin redirects me tohttp://192.0.2.30/?file=testing.bin#/status and show the same error. No selector there. And no, I dont habe anything special in the setup. I just did chose a Wifi on the first install. That's it. |
Yes, I think that's expected, the update button would appear on the status section. I think you can update from cli - by the "Repl" button in the top right corner. To specify the testing.bin I think you want to run "ota --file=testing.bin" or something like that. |
That fixed it for me, too. I wasn't aware about the web-cli until I saw the screenshot. Thx. easi> OTA: last progress 0, status unknown shutdown_ebus: shutting down read_host_tcp: recv: errno 128 close_client: socket closed close_client: socket closed shutdown_ebus: proto up OTA: current: ota_1 ver 20241221 OTA: started esp-x509-crt-bundle: Certificate validated OTA: connected esp_https_ota: Starting OTA... esp_https_ota: Writing to partition subtype 16 at offset 0x10000 OTA: read desc OTA: new image: ebusd-esp32 ver 20250120 OTA: verify chip: 5 OTA: read: 1024 / 1402336 OTA: read: 22528 / 1402336 update running: running, progress 2 |
Had this happen to two of my ESPs. OTA updated my v5 Adapter from 2024-12-21 to 2025-01-20 and it showed the same error. I then got one of my backup C6 adapters out of storage and OTA updated this as well. Same problem. Flashing 2025-01-20 via USB worked, luckily. Field config is: However when I updated the backup C6 Wifi Station was enabled and the Ethernet Shield not connected (can't remember but it might even not have been configured). Was also not connected to the ebus. |
Since I updated to the last firmware 2025-01-20 I have issues in the UI.
Hardware v5 connected through ethernet.
The adapter works correctly on the background and communicates with the heatpump without any problem.
More info I can't provide, what do you need to start investigating?
See screenshot:
The text was updated successfully, but these errors were encountered: