Skip to content

Releases: mhzawadi/foxess-mqtt

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

Home Assistant 2023.8

05 Aug 13:41
d20aaf4
Compare
Choose a tag to compare

This release has 2 fixes in it, the first is making the SoC value a power percent. The second is a fix for 2023.8 and the MQTT naming change naming of MQTT entities

Multi Inverters and device generation

10 Jul 20:02
43126e9
Compare
Choose a tag to compare

BREAKING CHANGE

This release now uses the list of devices to get both the inverters and the total generation, this will mess up home assistant.
Im sorry for that, but it does make things better

The list of changes

  • rework the login process
  • collect list of inverters and populate with collected data #12
  • use the generationTotal from each inverter for what has been generated #11

Make Temperature not kW

09 Jun 16:05
2c01239
Compare
Choose a tag to compare
  • make Temperature not kW
  • update logging to allow shows some logs not all
  • add in all the data we collect from the cloud

I dont have batteries so the battery data will need more work, if you have issues or would like to contribute please open an issue or even a PR

v0.0.2 - Fix the login

18 May 21:09
d7ca135
Compare
Choose a tag to compare

it turns out that you need to md5 the password for logins to work, silly me.

so here are the next fixes

v0.0.1 - The PHP way

15 May 06:31
2d0fd8a
Compare
Choose a tag to compare

Version 0.0.1

The start of the PHP rebuild, you may well need to edit your docker compose if you started with my old shell code.