Skip to content

Commit

Permalink
double buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Jan 7, 2024
1 parent 401cd29 commit 8cb693b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions device.shed-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,24 @@ victron:
- uart_id: smartshunt_uart
id: smartshunt
throttle: 10s
# async_uart: true

# SmartSolar (MPTT controller)
- uart_id: smartsolar_uart
id: smartsolar
throttle: 10s
# async_uart: true

uart:
# SmartShunt (battery interface)
- id: smartshunt_uart
rx_pin: GPIO35
baud_rate: 19200
rx_buffer_size: 256
rx_buffer_size: 512

# SmartSolar (MPTT controller)
- id: smartsolar_uart
rx_pin: GPIO14
baud_rate: 19200
rx_buffer_size: 256
rx_buffer_size: 512

status_led:
#
Expand Down

0 comments on commit 8cb693b

Please sign in to comment.