tobiasfaust
tobiasfaust
Hi, i simplified my script as much as possible to show the problem ;) The ESPAsyncServer has problems to deliver multiple requests in parallel. Sometimes the ESP8266 chrashes with a...
Hi, currently i´m using beginResponseStream to send my webpages to webserver. Its works fine. But if the webpage is over a certain size, the ESP32 (Wroom) crashes. My code look...
Hi, i need avahi-browse inside of Fhem Docker. So i need to install those packets: `apt-get install -y avahi-utils avahi-daemon libnss-mdns systemd` My Dockerfile: FROM fhem/fhem:bullseye RUN apt-get update -y...
Hi, I'm using a simple fileupload to littleFS partition. input type="file" name='filesystem' webkitdirectory mozdirectory server->on("/doUpload", HTTP_POST, [](AsyncWebServerRequest *request) {}, std::bind(&handleFiles::handleUpload, this, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4, std::placeholders::_5, std::placeholders::_6)); void handleFiles::handleUpload(AsyncWebServerRequest *request,...
Hi, i want to use as setTopic an predefined on-for-timer command. `PumpControl_TulpeMD/Garten/on-for-timer 60` See full code example below. But it sends out `PumpControl_TulpeMD/Garten/on-for-timer 60 1` and this command donw know...
Hi, wie kann dieses Gateway direkt an FHEM angebunden werden?
Hi, I tried your example Logging.ino as my first test with webserial. But it seems, the funktion onMessage dont works because i dont get the messages as real serial output....
Hi, i have a strange issue after updating your lib from version 2.3.2 to current version. The sketch hangs in init function: NimBLEDevice::init("NimBLE-Client"); All works fine with v2.3.2, but no...