Skip to content

Releases: mhzawadi/foxess-mqtt

v0.1.9 fix total_increasing error

26 Sep 20:00
5697f81
Compare
Choose a tag to compare

fix an error from HA

Entity sensor.foxesscloud_661f502012ec099_todayyield (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22

v0.1.8 - Fix text values

14 Jul 08:40
63ee41c
Compare
Choose a tag to compare

This is a bug fix release to fix any text values

  • remove auto discover config for Home Assistant, as it doesnt work
  • make all text values text and port to 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