-
Notifications
You must be signed in to change notification settings - Fork 14
Read Sensors from RP2040 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.