FoxESS openAPI Update
BREAKING CHANGE !!!!!
- You now need to have a redis server to store the collected data, but this does speed up collecting and posting to MQTT
- You will also need an API key to connect
After FoxESS cloud getting a proper API, I have had to re-write most of how this worked. But for the better, I now store all collected data in redis. As the file storage process was flaky, I had a second pause to make sure the file was stored on disk.
The other big change is the requirement of an API key, all the details you need are in the README
If you get any issues with this, please open an issue and I will do my best to fix things