Skip to content

FoxESS openAPI Update

Compare
Choose a tag to compare
@mhzawadi mhzawadi released this 24 Jan 19:13
· 44 commits to main since this release
b3bd382

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