8000 404 error installing HPWH firmware · Issue #435 · esphome-econet/esphome-econet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

404 error installing HPWH firmware #435

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

Closed
lsnider opened this issue Dec 3, 2024 · 4 comments · Fixed by #436
Closed

404 error installing HPWH firmware #435

lsnider opened this issue Dec 3, 2024 · 4 comments · Fixed by #436
Assignees
Labels
bug Something isn't working

Comments

@lsnider
Copy link
lsnider commented Dec 3, 2024

We are getting a 404 error when trying to install the heat pump firmware. Here is a screen shot of the error message. We've tried this in safari and chrome on a mac and edge on windows and all get the same error message. We also verified we can connect and see the logs of the device. Just seems to be a broken link or something for Heatpump Water Heater firmware maybe?

Screenshot 2024-12-02 200602

@barndawgie barndawgie self-assigned this Dec 3, 2024
@barndawgie barndawgie added the bug Something isn't working label Dec 3, 2024
@barndawgie
Copy link
Member

Thanks! I will try to look into soon; there have been changes made to a bunch of stuff here, so I suspect there is something I need to adapt the tools to.

In the meantime, you should still be able to install via the directions https://github.com/esphome-econet/esphome-econet/wiki/Initial-ESPHome%E2%80%90econet-Software-Configuration-and-Installation

@barndawgie
Copy link
Member

The site is point you to this Manifest: https://esphome-econet.github.io/esphome-econet/econet-hpwh.json

The Manifest exists and contains the following:

{
  "name": "esphome-econet",
  "new_install_improv_wait_time": 15,
  "new_install_prompt_erase": false,
  "version": "v2.2.2",
  "home_assistant_domain": "esphome",
  "builds": [
    {
      "chipFamily": "ESP32",
      "ota": {
        "path": "econet-hpwh-esp32.ota.bin",
        "md5": "11332eee915f1f3aa9f6055fdbc8d5b4"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp32.factory.bin",
          "offset": 0
        }
      ]
    },
    {
      "chipFamily": "ESP32-S3",
      "ota": {
        "path": "econet-hpwh-esp32s3.ota.bin",
        "md5": "6be0bcd893454d24e96070cd04716cbc"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp32s3.factory.bin",
          "offset": 0
        }
      ]
    },
    {
      "chipFamily": "ESP8266",
      "ota": {
        "path": "econet-hpwh-esp8266.ota.bin",
        "md5": "97be31c17606be874241482753ca5c07"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp8266.factory.bin",
          "offset": 0
        }
      ]
    }
  ]
}

@barndawgie
Copy link
Member

I think the issue is that these files are ending up in a different path than they used to.
https://esphome-econet.github.io/esphome-econet/econet-hpwh-esp32.factory.bin returns a 404, while https://esphome-econet.github.io/esphome-econet/econet-hpwh-esp32/econet-hpwh-esp32.factory.bin is the desired package. Just need to figure out where this is getting broken/how it can be fixed. Likely it's in the GitHub action that "Consolidates" the firmwares into a single payload.

@lsnider
Copy link
Author
lsnider commented Dec 4, 2024

I meant to come back on and say I was able to download that file and install the yaml file by hand. And everything worked great! So yea I bet it's just a broken path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0