Open farbefreak opened 1 month ago
Can you get serial logs to find out why it's crashing?
I would need to disassemble everything to do that. My board doesnt even have USB, so i need to pull out my serial converter and solder some wires up. If there is no other way, i might need to.
I just found out that deactivating the logger component completely causes much more restarts than just having it configured with baud_rate: 0
I had it off completely to save some memory and just tired and turned it on. So far with it on, i havent seen a reboot?!?
Exact same issue with 2024.10 after updating from 2024.7. On 2024.7 was stable on this device. It has an H801 controller with an esp 8266. Its just using RGBW pwm outputs (4x).
For all my devices I have an included yaml base file with the folliwing logger settings:
...
#Enable logging
logger:
...
Sadly I don't have an serial Port connected. When it reboots I cant get logs.
Also tried to add "baud_rate: 0" now and will see how it goes...
So far, including the logger stuff from my first yaml but using the standard bsec library results in no reboots for me. Disabling the logger causes frequent restarts even with the bsec library. Bsec2 always restarts, doesn’t matter if logger activated or not.
I so far didn’t hook up my serial/usb converter to get real logs :( (too much hassle and it works now) Maybe you are able to get them?
It's stable now for 13 hours with the baud_rate set to 0.
Should I'll add it to all my devices?
The problem
Hello Girls and Guys,
I just recently updated one of my ESP8266 nodes. It worked fine before so I updated very late. I dont know which version i had before the update but i might be able to date it by saying that i must have updated it around 8. june 2023. (same hardware setup using the bsec library)
I tried the last two versions, 2024.10.2 and 2024.10.0 and both show the issue.
The setup is quite simple, I only have a BME280 and a BME680 connected, additionally i use the software pwm component to drive 4 small lights. I wanted to try the new to me BME68x_bsec2 integration for the BME680 but it caused instant resets meaning that it rebooted instantly. It didnt reset when i disconnected the BME680. I found some post on the HA forum saying i should add: `platformio_options: build_flags:
Thinking thats its just a bsec2 issue i "downgraded" to the normal bsec integration. However to my horror, it still reboots every so often roughly every 5-7minutes.
I tried removing the logging component to save some memory but it didnt change a thing.
I always get the warning of bsec taking too long, not sure if thats related?
Which version of ESPHome has the issue?
2024.10.2
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP8266
Board
dev module
Component causing the issue
no idea
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response