Tags: hif2k1/battery_sim
Tags
Update __init__.py (#160) Fix charge and discharge limit in normal mode
Added charge and discharge rate limits (#153) * Add charge and discharge limiters * Fix select to default mode breaks battery state Added checks in select.py for existence of switches. Changed init.py to catch exceptions on switch positions --------- Co-authored-by: hif2k1 <hif2k1@gmail.com>
fix: replace deprecated async_forward_entry_setup method (#141) The new async_forward_entry_setups method accepts the whole BATTERY_PLATFORMS Iterable, so the module doesn't have to do the iteration itself. Co-authored-by: Alexander Fuchs <alexander.fuchs@add-yet.de>
Merge branch 'master' of github.com:hif2k1/battery_sim
Unlimited inputs (#106) * Standardise input sensor/meter handelling to permitt unlimited meters * Bug fixes * Add discharge only option * Add battery configuration options * Update the confid directly instead of using options * Format with black * Adjust wording of config_flow * Try to fix config flow bug --------- Co-authored-by: Hamish Findlay <hif2k1>
Permit monitoring of unlimited meters (#104) * Standardise input sensor/meter handelling to permitt unlimited meters * Bug fixes * Add discharge only option * Add battery configuration options * Update the confid directly instead of using options * Format with black * Adjust wording of config_flow --------- Co-authored-by: Hamish Findlay <hif2k1>
PreviousNext