Improvement
- feat: carry over completed operating timesteps for must-run deferrables (closes #983) (@LesIT1)
- feat: optional minimum off-time per deferrable load (#952) (@LesIT1)
- feat: optional def_current_power to pin a deferrable load's current power at t=0 (#605) (@LesIT1)
- feat: optional minimum on-time per deferrable load (#952) (@LesIT1)
- Document InfluxDB arithmetic expressions for sensor parameters (@dewi-ny-je)
Documentation
- docs(cookbook): add EV recipe - EMHASS as planner, evcc as executor (@LesIT1)
- docs: document deferrable_load_max_cost (optional loads with a cost ceiling) (@LesIT1)
Fix
- fix: atomic entity-file writes so continual_publish survives a partial read (@LesIT1)
- fix(thermal): keep solar gains when pv_power_forecast is passed (#997) (@LesIT1)
- fix(thermal): compute cooling demand for thermal_battery sense=cool (#994) (@LesIT1)
- fix: schedule cooling for shared-tank comfort_sense: cool zones (@Thimpey)
- fix: default lp_solver_mip_rel_gap to 0.01 to avoid deep-horizon solver timeouts (#986) (@LesIT1)
- fix: correct forecast dates when host clock differs from configured timezone (#984) (@LesIT1)
- fix: set_nodischarge_to_grid no longer blocks battery discharge to local load on AC-coupled systems (closes #936) (@LesIT1)
- fix: keep shared-tank sources active when operating_hours == 0 (@Thimpey)
What's Changed
- feat: optional minimum on-time per deferrable load (#952) by @LesIT1 in #980
- Document InfluxDB arithmetic expressions for sensor parameters by @dewi-ny-je in #977
- feat: optional def_current_power to pin a deferrable load's current power at t=0 (#605) by @LesIT1 in #982
- fix: correct forecast dates when host clock differs from configured timezone (#984) by @LesIT1 in #985
- fix: set_nodischarge_to_grid no longer blocks battery discharge to local load on AC-coupled systems (closes #936) by @LesIT1 in #981
- fix: default lp_solver_mip_rel_gap to 0.01 to avoid deep-horizon solver timeouts (#986) by @LesIT1 in #988
- feat: optional minimum off-time per deferrable load (#952) by @LesIT1 in #987
- docs: document deferrable_load_max_cost (optional loads with a cost ceiling) by @LesIT1 in #989
- fix: keep shared-tank sources active when operating_hours == 0 by @Thimpey in #975
- docs(cookbook): add EV recipe - EMHASS as planner, evcc as executor by @LesIT1 in #990
- fix: schedule cooling for shared-tank comfort_sense: cool zones by @Thimpey in #992
- fix(thermal): compute cooling demand for thermal_battery sense=cool (#994) by @LesIT1 in #996
- feat: carry over completed operating timesteps for must-run deferrables (closes #983) by @LesIT1 in #998
- fix(thermal): keep solar gains when pv_power_forecast is passed (#997) by @LesIT1 in #999
- fix: atomic entity-file writes so continual_publish survives a partial read by @LesIT1 in #1001
New Contributors
- @dewi-ny-je made their first contribution in #977
- @Thimpey made their first contribution in #975
Full Changelog: v0.17.7...v0.17.8