collin80 / Envoy

Enphase Envoy Interface Library
MIT License
7 stars 3 forks source link

Hi, #1

Open bgrigoriu opened 3 years ago

bgrigoriu commented 3 years ago

Q1. I am trying to use your code to read from my envoy. It gives me an error : "EnvoyTest:28:33: error: conversion from 'const ip_addr_t {aka const ip_addr}' to non-scalar type 'ip_addr_t {aka ip_addr}' requested"

Since you modified the libraries and I am some kind of newbee can you help ?

Q2: I also tried before to use an ESP01 to get the stream. I can log into the server with digest authentication but I got an empty payload. Any idea ?

bgrigoriu commented 3 years ago

Solved ( both issues) Do not need to modify the HttpClient Library. Use of the getStremPtr seems enough and works well. Seems to works for ESP32 also. Stability and memory usage check in progres.

dodolbysuround commented 1 year ago

Hi @bgrigoriu , I've got the same error message as the one you described in your Q1. I don't understand how you got read of this. Can you please help me? Thanks a lot

bgrigoriu commented 1 year ago

Hi, the way you read from the stream has to be modified. As stated I use getStrem. I am trying to find the code and if i do I will send to you Works only with 5.0 firmware

dodolbysuround commented 1 year ago

Merci pour ce début de réponse. Suite au survol d'une partie d'un fil du forum PV, je serais ravi d'échanger quelques mots par mail ou de vive voix avec vous (-; 9378293760 <--->

pokpok2710 commented 8 months ago

Solved ( both issues) Do not need to modify the HttpClient Library. Use of the getStremPtr seems enough and works well. Seems to works for ESP32 also. Stability and memory usage check in progres.

Bonjour, j'ai le même problème que vous, je n'ai pas très bien compris quelle était la modification du code que vous aviez effectué ? Serait-il possible que vous partagiez votre code fonctionnel ?

Merci beaucoup par avance