8000 Fix #435 by barndawgie · Pull Request #436 · esphome-econet/esphome-econet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix #435 #436

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

Merged
merged 4 commits into from
Dec 5, 2024
Merged

Fix #435 #436

merged 4 commits into from
Dec 5, 2024

Conversation

barndawgie
Copy link
Member

Fixing some pathing bugs in the Github Actions that were blocking ESP Web Tools from working to Fix #435.

@barndawgie barndawgie added the bug Something isn't working label Dec 5, 2024
@barndawgie
Copy link
Member Author
barndawgie commented Dec 5, 2024

https://github.com/barndawgie/esphome-econet/actions/runs/12173267512 is a test run with the updated workflow. Artifacts seem to be present as expected:

~/repos/esphome-econet-barndawgie$ curl "https://barndawgie.github.io/esphome-econet/econet-hpwh.json"
{
  "name": "esphome-econet",
  "new_install_improv_wait_time": 15,
  "new_install_prompt_erase": false,
  "version": "fix-435",
  "home_assistant_domain": "esphome",
  "builds": [
    {
      "chipFamily": "ESP32",
      "ota": {
        "path": "econet-hpwh-esp32.ota.bin",
        "md5": "6c09b407d60d42467e0e24880d575c64"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp32.factory.bin",
          "offset": 0
        }
      ]
    },
    {
      "chipFamily": "ESP32-S3",
      "ota": {
        "path": "econet-hpwh-esp32s3.ota.bin",
        "md5": "3a9cbc72ef8decb6906de3836608e2f6"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp32s3.factory.bin",
          "offset": 0
        }
      ]
    },
    {
      "chipFamily": "ESP8266",
      "ota": {
        "path": "econet-hpwh-esp8266.ota.bin",
        "md5": "1d02dec45ec799c5bdd20e048018c822"
      },
      "parts": [
        {
          "path": "econet-hpwh-esp8266.factory.bin",
          "offset": 0
        }
      ]
    }
  ]
}
~/repos/esphome-econet-barndawgie$ curl -s -o /dev/null -w "%{http_code}" "https://barndawgie.github.io/esphome-econet/econet-hpwh-esp32.factory.bin"
200

I was then able to kick off installation from https://barndawgie.github.io/install/

@barndawgie barndawgie marked this pull request as ready for review December 5, 2024 04:39
@troniko
817A
s tronikos merged commit b30e8e3 into esphome-econet:main Dec 5, 2024
17 checks passed
@barndawgie barndawgie deleted the fix-435 branch December 5, 2024 06:02
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 this pull request may close these issues.

404 error installing HPWH firmware
2 participants
0