Skip to content

Commit

Permalink
Clear reserved ids
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Oct 20, 2023
1 parent 9128bfa commit 33504af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions device.shed-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ external_components:

uart:
# MPTT Charge Controller
- id: uart0
- id: myuart0
rx_pin: GPIO14
baud_rate: 19200
rx_buffer_size: 256
# Smart Shunt
- id: uart1
- id: myuart1
rx_pin: GPIO35
baud_rate: 19200
stop_bits: 1
Expand All @@ -107,12 +107,12 @@ uart:
# MPTT Charge Controller
victron:
id: victron0
uart_id: uart0
uart_id: myuart0
throttle: 10s # real is 1 datapoint per minute

# Smart Shunt
victron_smart_shunt:
uart_id: uart1
uart_id: myuart1

# Sensors
sensor:
Expand Down

0 comments on commit 33504af

Please sign in to comment.