puterboy
puterboy
Please keep open
OK... ``` N: [ OMG->MQTT ] topic: home-crap/OMG_lilygo_rtl_433_ESP-2/RTL_433toMQTT/TFA-303221/1/219 msg: {"model":"TFA-303221","id":219,"channel":1,"battery_ok":1,"temperature_C":16.4,"humidity":65,"sendmode":0,"mic":"CRC","protocol":"TFA Dostmann 30.3221.02 T/H Outdoor Sensor","rssi":-94,"duration":206998} T: isAdupl? T: Enqueue JSON T: Queue length: 1 T: Min ind: 6 T: store...
That seems though to be a bit "brute force" Is there any way to log which decoder is being called and how much stack it uses? That way I could...
I like your idea of limiting decoder consumption and perhaps logging any time a decoder tries to use more than that amount so that we can know the name of...
> Add `monitor_filters = esp32_exception_decoder` to your configuration in platformio.ini > > It should show exactly where the error occurred I did this btw last time I had crashes and...
I received another half dozen reboots this morning with `monitor_filters = esp32_exception_decoder` but the serial log error messages seem to be the same as before. ``` N: [ OMG->MQTT ]...
I did re-build and re-uploaded (using platformio) with `monitor_filters = esp32_exception_decoder`
I will try to rebuild again...
I am not seeing anything in the backtrace other than what I reported above... Meanwhile it ran fine for 2 weeks without any crash or reboot. Then today for about...
It seems to be more stable since I increased the cache size though it still reboots occasionally (say once ever 5-10 days) I have not though had any repetitive reboots....