Skip to content

Commit

Permalink
Add a notice about possible baudrate alternatives
Browse files Browse the repository at this point in the history
See #23
  • Loading branch information
syssi committed Sep 7, 2022
1 parent cc497af commit 94e98f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ substitutions:
external_components_source: github://syssi/esphome-seplos-bms@main
tx_pin: GPIO4
rx_pin: GPIO5
# Please set the default baudrate of your Seplos BMS model here. It's sometimes 19200 baud instead of 9600.
baud_rate: 9600

esphome:
name: ${name}
Expand All @@ -23,7 +25,7 @@ logger:

uart:
id: uart0
baud_rate: 9600
baud_rate: ${baud_rate}
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
rx_buffer_size: 384
Expand Down

0 comments on commit 94e98f8

Please sign in to comment.