CCXT library drops AAX Exchange

Quick solution notes for people who still use Laravel/PHP's "ccxt/ccxt" library to access AAX exchange. The exchange's API was delisted due to the likely insolvency, but for those who still need that for code #!/bin/sh curl -o vendor/ccxt/ccxt/php/aax.php https://raw.githubusercontent.com/ccxt/ccxt/2.2.63/php/aax.php if [ -z `cat vendor/ccxt/ccxt/php/Exchange.php | grep aax` ]; then #…

InfluxDB : Stay away from them!

Summary:Do not use InfluxDB, especially on IoT/RPI3 (32 bit). You will run into an (will stay) unfixable problem when data size gets big Background/Story:I have created a great Grafana/InfluxDB (seemed a match in heaven) solution to be deployed to client sites as monitoring for Sungrow SH5k inverters. Beautiful presentation, and…

Laravel 6.0 is out!

Just when I'm getting started on getting used to stuff, Laravel 6.0 is out. Time for the control panel to retake a new twist again! PHP has been upgraded to 7.3 for much better performance, now Laravel to add LazyCollections to speed things even more!