Releases: hif2k1/battery_sim
Battery_sim_1.3.5
Improvement to debug info
Battery_sim_1.3.4
Fix config flow bug
Battery_sim_1.3.3
Fix bug with config_flow
Battery_sim_1.3.2
Try to fix bug with config flow
Battery_sim_1.3.1
Batteries can now monitor unlimited meters as inputs or outputs, charging and discharging in response to them.
Config flow is updated to allow the creation of these more complex batteries accordingly.
Discharge only mode is added.
A mode selector is added and over time this will be preferred to the individual mode buttons so that the battery can only be in one mode at a time.
Remove debugging logger
Battery_sim_1.3.0
Batteries can now monitor unlimited meters as inputs or outputs, charging and discharging in response to them.
Config flow is updated to allow the creation of these more complex batteries accordingly.
Discharge only mode is added.
A mode selector is added and over time this will be preferred to the individual mode buttons so that the battery can only be in one mode at a time.
battery_sim_1.2.0
Fixes to dual import/export meter readings and adds new battery types.
What's Changed
- Updated the config flow to set Second Import and Export by @Daandamhuis in #86
New Contributors
- @Daandamhuis made their first contribution in #86
Full Changelog: battery_sim_1.105...v1.2.0
Battery_sim_1.105
Please consider posting common battery setups you are using to me as a comment on github so these can be added to the pre-configured options!
In this update:
- adding option of second export meter
- adding custom name option to custom batteries
battery_sim_1.104
Please post the battery setups you are using so these can be added to the pre-configured options! Post an issue/comment on github.
In this update:
Improve config flow
Add support for static tariffs
Fix problems with import and export meter tracking
Fix startup problem where battery not starting till restart of home assistant
Add battery cycle meter
battery_sim_1.103
Update __init__.py Fix backward compatibility