Search found 4 matches

by CSCAYA
25 Mar 2024, 22:14
Forum: ESP Easy: General Discussion
Topic: Impossible to make https.get() request in plugin
Replies: 7
Views: 2313

Re: Impossible to make https.get() request in plugin

Ok,

I will write a standalone script for esp32 without espeasy 😢, it should be OK.

Thanks for your answers !

Christophe
by CSCAYA
25 Mar 2024, 21:20
Forum: ESP Easy: General Discussion
Topic: Impossible to make https.get() request in plugin
Replies: 7
Views: 2313

Re: Impossible to make https.get() request in plugin

So strange, I had a look in the platformio*.INI files and the only reference to BearSSLClient is BEARSSL_SSL_BASIC. This library is not included in any lib_ignore directive.
by CSCAYA
25 Mar 2024, 17:52
Forum: ESP Easy: General Discussion
Topic: Impossible to make https.get() request in plugin
Replies: 7
Views: 2313

Re: Impossible to make https.get() request in plugin

Thanks for your reply,
I know HTTPS is not enabled on esp8266 builds, but i don't understand why the code works great without espeasy framework and it doesn't work with espeasy knowing that the same library is used in both ?
by CSCAYA
25 Mar 2024, 13:23
Forum: ESP Easy: General Discussion
Topic: Impossible to make https.get() request in plugin
Replies: 7
Views: 2313

Impossible to make https.get() request in plugin

Hi, I'm writing a new plugin to get the data from the enphase gateway which can return the power produced by my solar panels. This can be successfully done by using the sample script provided by the ESP8266HttpClient library (https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266HTTPClient...