Hi
Based on an ESP8266 and a 5110 display, I have made myself such a small preview of the Solaredge inverter parameters. The ESP connects using the standard API over https to the Solaredge platform and downloads the data. For communication over https, the SHA-1 key is specified
Unfortunately every so often the key changes and the reading stops working. Is there any way for ESP to fetch the key automatically as the browser does? I am not a programmer, so I apologise in advance if the question is lame.
Based on an ESP8266 and a 5110 display, I have made myself such a small preview of the Solaredge inverter parameters. The ESP connects using the standard API over https to the Solaredge platform and downloads the data. For communication over https, the SHA-1 key is specified
Quote:.const char fingerprint[] PROGMEM = "69 01 51 C2 49 16 4A 38 93 FA 7C A8 E4 BC 61 9A 25 4B 98 BF";
Unfortunately every so often the key changes and the reading stops working. Is there any way for ESP to fetch the key automatically as the browser does? I am not a programmer, so I apologise in advance if the question is lame.