Skip to content

Feature/add e1 - #2

Open
zkoalexey wants to merge 4 commits into
masterfrom
feature/add-e1
Open

Feature/add e1#2
zkoalexey wants to merge 4 commits into
masterfrom
feature/add-e1

Conversation

@zkoalexey

@zkoalexey zkoalexey commented Dec 19, 2025

Copy link
Copy Markdown
Collaborator

Note

Adds JetHub E1-PD76-R5 ESPHome configs (v1–v3 with Ethernet/WiFi, GPIO expanders, OneWire), updates README, and increases JXD ESP32 flash to 16MB.

  • E1 device support (JetHub E1-PD76-R5)
    • Base and includes: E1/include/e1-base.yaml, E1/include/e1-onewire.yaml.
    • Board mappings:
      • v1/v2: E1/include/e1-board-v1v2.yaml using pcf8575 via pcf8574 API.
      • v3: E1/include/e1-board-v3.yaml using pca9554.
    • Variants: E1/jethub-e1-pd76-r5-v{1,2,3}-{eth,wifi}.yaml (WiFi variants run set_wifi_ap on boot).
  • Docs: README.md updated with E1 device, features, and configuration list.
  • JXD config: include/jxd-r6-e1eth-base.yaml sets ESP32 flash_size to 16MB.

Written by Cursor Bugbot for commit e93661c. This will update automatically on new commits. Configure here.

esp32:
board: esp32dev
flash_size: 8MB
flash_size: 16MB

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Flash size changed but documentation still says 8MB

The flash_size was changed from 8MB to 16MB for the JXD-R6-E1ETH-LCD device, but the README documentation at line 32 still states the device has "8MB flash and PSRAM". If the hardware actually has 8MB flash, configuring 16MB could cause boot failures or partition issues. Either the configuration change is incorrect, or the documentation needs updating.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant