HA esphome System Monitor for Esp8266 ? esp32? I have feather Huzzah esp8266

Is there a System Monitor solution for Esp8266 ?
I have feather huzzah esp8266, and I’m running Home Assistant hassio on raspberry pi 3B.
I can do everything so far between them with api: (no mqtt).
My pi Home assistant has a pi system monitor that works great (cpu usage and temperature, memory used/free, etc, all on the dashboard), so I’m wondering if there’s any way to monitor resources in the huzzah ( or with esp8266 or esp32 ) from the home assistant pi via api: or esphome, or by some other method. Ideas? THANKS
Here’s the one that reports stats on the pi running hassio, for reference:

No, not really. There’s a binary_sensor to see if the device is connected or not and a wifi strength sensor, but that’s it.

1 Like

I assume you would run into the Observer Effect pretty quickly if a general resource monitor was implemented, especially for a esp8266.

The debug sensor will give you heap size(memory) and chip stats.

1 Like

Right, good point. A long interval would be necessary to minimize that.