Releases: mhzawadi/foxess-mqtt
v0.1.9 fix total_increasing error
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
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
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
- new currentFault variable is not posted to MQTT as is
- new currentFaultCount variable is not posted to MQTT as is
Fix Export data
Turns out I had a bug in the export data, should now be fix
v0.1.3 - Config tidy
This is a minor bug fix to tidy up the config needed
v0.1.2
v0.1.1: Merge pull request #35 from mhzawadi/0.1.1
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
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
This is an OS update and move to PHP 8.2 only