Hardware test esphome config and ESPHome version updates#67
Merged
Conversation
Created a standalone, non-networked ESPHome configuration for testing all Machine Access Control hardware components without requiring the MAC server or network connectivity. Hardware Test Configuration (hardware-test.yaml): - Completely standalone operation (no WiFi, API, or OTA) - Tests all hardware components: * 16x2 I2C LCD display (PCF8574) * Wiegand RFID reader with card present sensor * Oops button and LED * Relay output * WS2812 NeoPixel status LED - RFID-controlled relay (ON when card inserted, OFF when removed) - Oops button toggles oops LED independently - Idle display shows uptime and WiFi MAC address simultaneously - Status LED color coding: Blue (idle), Green (card present), Yellow (card removed), Red (oops button pressed) ESPHome 2025.11.2 Compatibility Fixes: - Removed deprecated 'rmt_channel' parameter from esp32_rmt_led_strip (auto-assigned in newer ESPHome versions) - Updated MAC address retrieval to use get_mac_address_pretty() instead of deprecated esp_efuse_mac_get_default() - Maintained esp-idf framework to match production configuration Display Format (16x2 LCD): - Line 1: "Up HH:MM:SS" (uptime counter) - Line 2: MAC address without colons (e.g., "AABBCCDDEEFF") - Updates every second when idle - Shows RFID codes, button states during events Documentation (hardware-test.md): - Complete test procedures for each component - Status LED color reference table - Troubleshooting guide - Success criteria checklist - Serial console monitoring instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.