Johnny Johansson
Johnny Johansson
According to this ... ``` [14:02:24][W][uart.arduino_esp8266:143]: You're using the same serial port for logging and the UART component. Please disable logging over the serial port by setting logger->baud_rate to 0....
I have found that this bug is fixed by https://github.com/tfussell/xlnt/pull/686
I made a quick test that reads your file and verifies the contents to be correct, so it looks like your problem of writing a UTF-8 encoded string to a...
The two "Could not parse value from line" messages are normal. It is just simpler to let the parsing fail on these lines than identify them as valid lines that...
That is great! I would suggest trying to use the RTS again to see if it makes any difference. Possibly the cable length was the issue and if RTS is...
> .... I still get 10-20% CRC errors but it could be due to the SW UART having problems with the high bitrate. I am not at all surprised that...
What happens if you create two UARTs, my_uart_1 and my_uart_2 and then create two p1 minis, p1_mini_1 and p1_mini_2, using the two different UARTs? I have not tried it, but...
Ok, I think I have the answer to my own question: There is no way to specify which p1 mini to use for each sensor... Or maybe there is, but...
I will look into it when I have some time to spare!
I had a look at this during the weekend, but unfortunately I don't understand Python or how it is used by ESPHome. The existing parts I just modified existing files...