Releases: mhzawadi/foxess-mqtt
v0.0.7
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
- Bump actions/checkout from 3 to 4 by @dependabot in #19
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #21
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #20
- GHD23/Custom Topic + veriables by @mhzawadi in #24
Full Changelog: v0.0.6...v0.0.7
alpine:3.18
This is a security update to the base image, no other changes have been made
Home Assistant 2023.8
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
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
Make Temperature not kW
- 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
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
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.