A hotfix patched version.
Fix
- Config Page Crash Resolved (#872, fixes #869): Fixed a critical UI rendering crash on the configuration page introduced in v0.17.3.
- The JavaScript configuration renderer (
buildParamElement) now safely handlesnulland[null, null]defaults without throwing aTypeError. - Newly added parameter types (
array.array.floatforcost_forecast_per_deferrable_loadandobjectforheat_topology) are now correctly recognized and rendered as editable text inputs containing their JSON strings. - This restores the rendering of deferrable loads, batteries, and the Save/Yaml buttons.
- The JavaScript configuration renderer (
Improvement
- Hybrid Heating & Thermal Storage: Added the
heat_topologygraph model to support complex hybrid heating setups and multi-source thermal storage configurations.
What's Changed
- feat: heat_topology graph model for hybrid heating (multi-source thermal storage) by @snauwaertc in #862
- fix(config): guard null defaults and add missing input types in buildParamElement by @OptimalNothing90 in #872
- New patched version v0.17.4 by @davidusb-geek in #874
Full Changelog: v0.17.3...v0.17.4