Skip to content

Commit 21b8632

Browse files
authored
Avoid GPIO1 and GPIO3 because of the picky JK-BMS (syssi#644)
1 parent 23100c1 commit 21b8632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

esp8266-example.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ substitutions:
22
name: jk-bms
33
device_description: "Monitor a JK-BMS using the GPS port (UART-TTL)"
44
external_components_source: github://syssi/esphome-jk-bms@main
5-
tx_pin: GPIO1
6-
rx_pin: GPIO3
5+
tx_pin: GPIO4
6+
rx_pin: GPIO5
77

88
esphome:
99
name: ${name}

esp8266-jk-pb-modbus-example.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ substitutions:
22
name: jk-bms
33
device_description: "Monitor a JK-BMS (JK-PB series) via Modbus"
44
external_components_source: github://syssi/esphome-jk-bms@main
5-
tx_pin: GPIO1
6-
rx_pin: GPIO3
5+
tx_pin: GPIO4
6+
rx_pin: GPIO5
77

88
esphome:
99
name: ${name}

0 commit comments

Comments
 (0)