-
I seen an example for esphome-jk-bms to utilize 2 uart ports on esp32 is that possible with esphome-jbd-bms as I do not see any examples. I tried the following but get the following error message.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your example above looks good. It will create two different UARTs with two different identifiers. As next step you have to assign the |
Beta Was this translation helpful? Give feedback.
Your example above looks good. It will create two different UARTs with two different identifiers. As next step you have to assign the
jbd_bms
to a specificuart
because there are multiple available now and it's not obvious anymore which should be used. Please adduart_id: uart_0
to the firstjbd_bms
instance.