Skip to content

Conversation

isystemsautomation
Copy link
Contributor

@isystemsautomation isystemsautomation commented Sep 15, 2025

Brief description of the changes

Type of changes

  • New device
  • Update existing device
  • Removing a device
  • General cleanup
  • Other

Checklist:

  • There are no passwords or secrets references in any examples.
    The only exceptions are !secret wifi_ssid and !secret wifi_password.
  • The wifi or ethernet block has no static / manual ip address specified.
  • The first configuration provided should be hardware definitions only.
    A more involved example can be provided in a separate configuration block.

Made for ESPHome Checklist

  • Project is powered by an ESP32 or supported variant such as C3, C6, S2, S3 etc.
  • Project is using ESPHome firmware
  • Project name cannot contain ESPHome except in the case of ending with for ESPHome
  • ESPHome configuration is open source and available for end users to modify/update
  • If the device uses Wi-Fi:
    • Configuration contains esp32_improv: (documentation)
    • Configuration contains improv_serial: if there is a USB port (documentation)
  • Users should be able to apply updates to your device:
    • Device can be "taken control" of by the user using the ESPHome Builder
      • Configuration includes dashboard_import: to facilitate this (documentation)
      • Configuration contains the ota.esphome component (documentation)
      • Serial flashing is not disabled
      • There are no references to secrets in the configuration
      • There are no passwords in the configuration
      • There are no static IP addresses in the configuration
      • The configuration must be valid, compile and run successfully without any user changes after taking control
      • Every entity/component (sensor, switch, etc.) must have an id defined
    • OTA Updates are provided via the update.http_request component (documentation)

Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for esphome-devices ready!

Name Link
🔨 Latest commit 38f2005
🔍 Latest deploy log https://app.netlify.com/projects/esphome-devices/deploys/68c7d945f9c4750008014a57
😎 Deploy Preview https://deploy-preview-1230--esphome-devices.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (no change from production)
Accessibility: 86 (no change from production)
Best Practices: 100 (no change from production)
SEO: 90 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added made-for-esphome-pending Pending approval for Made for ESPHome made-for-esphome labels Sep 15, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This PR has been labeled as Made for ESPHome and is pending review. Please complete the checklist added to the description above.

@esphome esphome bot marked this pull request as draft September 15, 2025 09:16
@esphome
Copy link

esphome bot commented Sep 15, 2025

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@github-project-automation github-project-automation bot moved this from Incoming to Pending in Made for ESPHome Sep 15, 2025
@isystemsautomation isystemsautomation marked this pull request as ready for review September 15, 2025 09:23
The MicroPLC comes with ESPHome pre-installed and can be confgured via:

Wi-Fi: Use the ESPHome Dashboard to upload the configuration.
### Improve
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
### Improve
### Improv

4. Enter your Wi-Fi SSID and password, then press Connect.
5. The device joins your Wi-Fi and is now ready.

You can then access it via its local address (e.g., http://homemaster-microplc.local) or directly in Home Assistant.
Copy link
Member

Choose a reason for hiding this comment

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

With name_add_mac_suffix: true the address will have the mac suffix. With the web_server in the config, improv will actually give a link to the user to browse there using the direct IP address.

authorizer: none # No additional authorization required for Improv

dashboard_import:
package_import_url: github://isystemsautomation/HOMEMASTER/MiniPLC/Firmware/miniplc.yaml@main
Copy link
Member

Choose a reason for hiding this comment

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

Your yaml file was replaced with a html partial 8 hours ago?
isystemsautomation/HOMEMASTER@0a9c516

@esphome esphome bot marked this pull request as draft September 15, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
made-for-esphome made-for-esphome-pending Pending approval for Made for ESPHome
Projects
Status: Pending
Development

Successfully merging this pull request may close these issues.

2 participants