butaikis
butaikis
@me-no-dev thanks for the reply, we will wait for the update
@shahpiyushv Thanks for the answer, I get it. Is it possible to find out what data HAP stores in nvs? Data limits and so on to calculate the correct size...
@bblanchon I understand. But how do I determine that I have enough RAM for JSON? In the case of `DynamicJsonDocument `, we could check whether the required amount of memory...
@bblanchon sorry, I didn't fix the link to _v7_. I realized that the json itself remains intact, just the values are cut out. But it would be good to control...
@bblanchon Hello. Maybe there is a more efficient way to give a JSON response in the [EspAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer?tab=readme-ov-file#arduinojson-advanced-response) library? At the moment, I have implemented it like this. (no more than...
@bblanchon Yes, unfortunately, the author has not updated this library for a long time, although it is good. But there are some problems with sending big data. The second parameter...
@Belleson Can I have an example of how the EspAsyncWebServer library works? It's just that the problem is that it is the library that forcibly closes the socket. Maybe I...
@Belleson I don't use web sockets, I only have a standard http server https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/examples/simple_server/simple_server.ino
@shahpiyushv maybe there is a solution to the problem?
@shahpiyushv Thanks, I'll try to fix it. Is there any examples of the HomeKit Http API in the public domain somewhere so that you can make your own implementation?