Close

ESP32 to the Rescue

A project log for SolarEdge Meter

Monitoring a SolarEdge PV system through API's and an ESP32.

marcel-chabotMarcel Chabot 02/26/2024 at 00:410 Comments

On a whim I decided to put a LILYGO T-Display S3 into the mix and see if it didn't behave better. The code shouldn't require a change between hardware platforms thanks to the hardware abstraction layer in the Arduino development platform.

I hit upload and POOF, worked first try. There is something amiss in the Pico implementation of WiFiClientSecure or some other related library. I wanted this to be a Pico project, but an ESP32 project is just fine.

Discussions