A new release with some interesting improvements and needed fixes.
Improvement
- PVLib DBs append custom EMHASS modules and inverters. Thanks to @GeoDerp
- Added a
def_total_timestep
parameter (runtime only for now) that can be used instead ofdef_total_hours
for passing timestep number instead of hour number. Thanks to @GeoDerp - Updated list of currencies in utils.py. Thanks to @BDVGitHub
- Multiple roof_id support. Thanks to @radim2tej
Fix
- Fix inconsistencies with Modules and Inverters from PVLib (thanks to help from @RafAustralia)
- Fix issue with NAN sensors causing crash errors if incorrect (error handling) @purcell-lab
- Fix Database path on optimization file (Thanks to @paulhomes for finding this issue)
- Fixed weight_battery_charge sign problem. Thanks to @radim2tej
- Fixed bug with out of index in list when retrieving config params from HA
What's Changed
- Debugging issue of list index out of range, solution proposed by @davidusb-geek in #418
- Update utils.py by @BDVGitHub in #417
- PVLib DBs append custom EMHASS modules and inverters by @GeoDerp in #419
- Multiple roof_id support by @radim2tej in #423
- Update utils.py by @BDVGitHub in #424
- WIP emhass csv append modules and fix inverters syntax and semantics by @GeoDerp in #426
- Fixed weight_battery_charge. by @radim2tej in #430
New Contributors
- @BDVGitHub made their first contribution in #417
Full Changelog: v0.12.2...v0.12.3