Conversation
|
Thank you! Will look into this over the weekend! The esp-idf version seems stable to you? I had boot loop problems before using a newer version that was the reason for using the older version in the first place as of now! |
I had boot loop issues with the version you pinned there. The current version seems stable yes, I see it sometimes a reboot that seems to because by the wifi stack, but didn't look into that. at least my devices runs now with this code since yesterday evening without any reboots - for me that's good enough :) |
|
When adding the sensors on a device that doesn't have the sensors (I still flashed the pico firmware) this seems to block ESPHome somewhat can we mitigate that? Removing the json_uart sensors clears this issue up. I will need to get one that has all the sensors soon but maybe others will run into this too when accidentally adding them. |
|
How about, as an alternative, flashing esphome onto the RP2040 too and using https://esphome.io/components/packet_transport/index.html over UART? |
Part of HomeDicator/RP2040-Firmware#2
how to use it (example to be added to https://github.com/HomeDicator/HomeDicator-Templates):
This should be safe enough to merge, doesn't really touch anything.