github davidusb-geek/emhass v0.17.4
EMHASS version 0.17.4

4 hours ago

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 handles null and [null, null] defaults without throwing a TypeError.
    • Newly added parameter types (array.array.float for cost_forecast_per_deferrable_load and object for heat_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.

Improvement

  • Hybrid Heating & Thermal Storage: Added the heat_topology graph 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

Don't miss a new emhass release

NewReleases is sending notifications on new releases.