GeThi255
GeThi255
I'd like to have a php function call for createing a xxhash from a file not from a string. To handle with strings is very poor for very large data....
Thank you very much for the solution. But this kills the performance. 1st try: $xxhash = xxhash32(file_get_contents($file)); 1.32 second for 1.4 GB 2nd try: $xxhash = xxhash64(file_get_contents($file)); 1.08 second for...
And the max file size is limited by the RAM. Tried with 17 GB file: PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted
Vielen Dank für die Infos. Das untere Limit habe ich auf 100 W (6,6%) gestellt und wurde auch nie unterschritten. Die Ahoy-DTU läuft in der aktuellen Beta-Version auch sehr stabil....
Hallo Ernst, bei mir ist es zurzeit auch nur Theorie, ich habe noch keinen Akku und auch nur 2x 455 W Panels. Ich wollte aber zuerst prüfen, ob ich eine...
Hello, I think that the Shelly Devices are not fast enough. Probably it is more purposeful to use a Raspi or an ESP32 for the control. Raspi with MQTT Broker...
Hallo, vielen Dank für die Hilfe und die vielen Informationen. Zu dem ursprünglichen Problemen (Wechselrichter hängt für 1-2 Minuten) kann ich jetzt sagen, dass die Probleme mit dem Wechselrichter mit...
@DejanBukovec Hello DejanBukovec, _... Using RPI or ESP32 do not provide you Fail Safe option if your MQTT, WIFI/LAN, HA(Or some other home automation SW) stop working..._ This ist really...