Results 90 comments of John

I would expect that the 3 voltage measurements per IC would be similar to each other since they have the same voltage dividers (there's a set of voltage dividers for...

It looks like the watchdog timer is getting triggered. Try disabling it.

I just updated the platformio.ini file and got everything to build (along with some other improvements). I'm not quite sure why this was happening. You can ignore the warnings that...

@errolsancaktar did you update spiffs as well? There is a new setting for json based mqtt that may need to be set.

As far as logging, I was thinking of putting in some kind of virtual terminal so you can see what is going on remotely. Would that work?

You should be able to upload the spiffs.bin via the web interface. I'm working on getting a debug output in the interface.

how was the spiffs.bin compiled? I'm still working on the debug output.

@errolsancaktar did you ever figure out what was wrong with this? Updating the 6 channel code has been stalled lately.

It seems like with this many sensors the ESP32 is running out of stack. A similar issue was posted here: https://github.com/esphome/issues/issues/773 After removing extra sensors and id's, I still got...

@OttoWinter is there a switch somewhere to free up some stack? Maybe something to turn off unused global variables?