From 50dce2e16ec90001ffb5063a48d02bc48d31fa40 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 11 Jan 2024 02:03:33 +0100 Subject: [PATCH] Change default pulse pin for ESP32 to GPIO26 --- docs/docs/reference/diagram.mdx | 2 +- home-assistant-glow/esp32.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/diagram.mdx b/docs/docs/reference/diagram.mdx index a70a6e3d..4223792b 100644 --- a/docs/docs/reference/diagram.mdx +++ b/docs/docs/reference/diagram.mdx @@ -27,7 +27,7 @@ How the Photodiode is connected to the ESP board of your choice. | PHOTODIODE | ESP32 | Wemos D1 / ESP8266 | |------------|--------------|--------------------| | A0 | NOT USING | NOT USING | -| DO | D13 (GPIO13) | D7 (GPIO13) | +| DO | D26 (GPIO26) | D7 (GPIO13) | | VCC | 3V3 | 3V3 | | GND | GND | GND | diff --git a/home-assistant-glow/esp32.yaml b/home-assistant-glow/esp32.yaml index c5a180f1..bd998548 100644 --- a/home-assistant-glow/esp32.yaml +++ b/home-assistant-glow/esp32.yaml @@ -12,7 +12,7 @@ substitutions: device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP32" # Define the GPIO pins - pulse_pin: GPIO13 + pulse_pin: GPIO26 status_led: GPIO5 led_pin_red: GPIO2 led_pin_green: GPIO4