Skip to content

Releases: mhzawadi/foxess-mqtt

Alpine 3.20

05 Jun 07:16
2d2d964
Compare
Choose a tag to compare

This is an OS update only, no bug fix or other changes

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6 - currentFaults

05 May 14:48
18c43f2
Compare
Choose a tag to compare
  • new currentFault variable is not posted to MQTT as is
  • new currentFaultCount variable is not posted to MQTT as is

Fix Export data

02 Apr 20:41
da1d66a
Compare
Choose a tag to compare

Turns out I had a bug in the export data, should now be fix

v0.1.3 - Config tidy

04 Mar 20:49
e9c58d1
Compare
Choose a tag to compare

This is a minor bug fix to tidy up the config needed

v0.1.2

28 Feb 20:27
ef57311
Compare
Choose a tag to compare

What's Changed

  • MHO/Validate JSON by @mhzawadi in #38
    • on startup the json config is validated, startup will halt if it fails
    • logging has been reworked, you now set the level from 0 - 3

Full Changelog: v0.1.1...v0.1.2

v0.1.1: Merge pull request #35 from mhzawadi/0.1.1

25 Feb 16:58
e9474dd
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/github-script from 5 to 7 by @dependabot in #34
  • Horwood/Retain HA config by @mhzawadi in #35
    • retain HA config when a restart happens
    • fix temperature sensors

Full Changelog: v0.1.0...v0.1.1

FoxESS openAPI Update

24 Jan 19:13
b3bd382
Compare
Choose a tag to compare

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

Alpine 3.19 & PHP 8.2

09 Dec 13:09
9678458
Compare
Choose a tag to compare

This is an OS update and move to PHP 8.2 only

v0.0.7

29 Sep 14:50
28a3734
Compare
Choose a tag to compare

New release time, this will allow you to reset the KWh values every day and set a custom topic.


Reset KWh values

Add a new option to your config.json, total_over_time set it to true and watch the values reset.

If you get issues please log a bug


Custom topics

Add mqtt_topic to your config.json and see the top level topic change, if you dont add it it will stay as foxesscloud.


What's Changed

Full Changelog: v0.0.6...v0.0.7

alpine:3.18

06 Sep 20:59
18b04a9
Compare
Choose a tag to compare

This is a security update to the base image, no other changes have been made