Releases: fboundy/pv_opt
v4.0.9-Beta-7
Release v4.0.9-Beta-7 includes the following fixes:
- Bugfix for #392 (IOG flags error if next day rate information is not available).
- Bugfix for #386 (improve logging text for EV plugin on IOG)
- Bugfix for #395 (select.pv_opt_charger after HA/AppDaemon restart)
For #395, the fix is to rename the default option in select.pv_opt_charger from "None" to "Not fitted".
This requires the deletion of the entity so that Pv_opt can regenerate it with the renamed option. There is no easy way to delete an entity owned by MQTT, but the following method will work:
- Go to Add-Ons and Stop both the Mosquito MQTT broker and Appdaemon
- Go to Services and delete the MQTT integration
- Restart HA
- Start the Mosquito Broker
- Start Appdaemon
- Add the MQTT Integration under Services with the default settings
- Re-start Appdaemon
v4.0.9-Beta-5
v4.0.9-Beta-2
What's Changed
v4.0.9-Beta-2 to trial the following fixes:
Documentation updated : weblinks now point to files in main
rather than patch
Full Changelog: v4.0.8...v4.0.9-Beta-2
Release v4.0.8
Changes\n- Merge pull request #383 from fboundy/patch (9662d51)
- Updated workflow (d712e53)
- Updated workflow (256f7fa)
- 4.0.8 (cb40b83)
- Fix for #364 (b097e46)
- Fix for #379 (e5e1673)
- Merge branch 'patch' of https://github.com/fboundy/pv_opt into patch (3599b95)
- Fig a logging bug (c815888)
- Update pv_opt.py - remove debug logging from write_and_poll_time (2ac067e)
- pv_opt.py #377 : fix uninitialised variable, roll version to v4.0.8-Beta-5 (a22b5ff)
- Roll version to 4.0.8-Beta-4 (702c4ce)
- #321, added current rounding to Solarman_V2, added extra logic to end time trimming (2273544)
- Merge branch 'patch' of https://github.com/fboundy/pv_opt into patch (faf2ae0)
- Update version to v4.0.8-Beta-3 to take account of merge from steveb-patch (c2dac96)
- Update README.md - update pathnames after merge (3e786d5)
- Merge pull request #375 from fboundy/steveb-patch (c86c436)
- Merge branch 'patch' into steveb-patch (04fd4ab)
- Merge branch 'main' into steveb-patch (ca33f62)
- Update README.md (fa6cb72)
- Update README.md (88eaddc)
- Update README.md (023c390)
- Update README.md (a516749)
- Merge branch 'steveb-patch' of https://github.com/fboundy/pv_opt into steveb-patch (09786d8)
- Create ev_agile_control.yaml (915c5d0)
- Update README.md with EV instructions (ce9a58e)
- Update README.md (a02e165)
- Tidy up debug logging in solis.py (b4f43d9)
- Merge pull request #374 from fboundy/patch---solarman (0b8ac4a)
- Merge branch 'patch' into patch---solarman (cd47ff4)
- Fixes for #363 - Remove debug logging, renamble current writes to inverter (343ee8c)
- Roll revision of patch to 4.0.8-Beta-1 (df7b2d4)
- Add not spanning midnight logic to SolaxModBus (2a98612)
- Potential fix for issue #363 (98dfef5)
- Potential fix for issue #372 (a3e4b63)
- Merge branch 'patch' of https://github.com/fboundy/pv_opt into patch (369c7a2)
- Potential fix for #369 (dbd9680)
- Update version to v4.0.8-Beta-1 (20266e3)
- Solarman debug build - disable current and add logging (59ef021)
- Merge pull request #370 from fboundy/main (821d8f1)
- Correct typo in logging (2fb6530)
- Update config.yaml (69b2d49)
- Updates to documentation and config.yaml for EV charging (17d8606)
- Delete duplicate write_and_poll_time (fce12a5)
- Solarman - add debugging in duplicate write_and_poll_time (6b19ebd)
- Add Solarman debugging (969c9c8)
- README.md doc update for EV charging on Agile (0b4a31a)
- Doc updates and removal of development code (c595e03)
- Add EV subtotals to self.car_slots when in IOG (d6befe5)
- Update README.md (01dc3fc)
- Update README.md (b338356)
- Merge branch 'steveb-patch' of https://github.com/fboundy/pv_opt into steveb-patch (8cf4a92)
- Update README.md (c6d9293)
- Add files via upload (8eb03c3)
- Update README.md (eef015a)
- Update README.md (c637903)
- Update README.md (605773f)
- Create solis_hybrid.yaml (71c4e55)
Release v4.0.9-Beta-1
Release 4.0.8-Beta-5
Fix for #369: fix malfunctioning control of Solarman_V2 integration
Fix for #321: add current rounding for Solarman_V2 integration
Fix for #377: uninitialised variable causes Pv_opt to hang
Fix for #369: start time rolls forward before midnight
Updates to EV documentation.
Addtion of EV_agile_control.yaml - an example Dashboard for configuring and monitoring the Agile EV charger functions
Release v4.0.7
Changes
- Add
id_solar_power
for solax (3567e96) pypy.py
- code change to rectify user warnings inappdaemon.log
(1decf9d)- Add message logging for when battery_current_limit_amps curtails inverter current (44445fa)
- Fixes for #356 (d1d609e)
- Bugfix - limit inverter current to
battery_current_limit_amps
(78c4c06) - Bugfix - restore operation of compare_tariffs (2b1817a)
- Bugfix - correct case in text for Energy Storage Control switch options (aa08458)