Skip to content

v1.4.3

Latest

Choose a tag to compare

@serbanb11 serbanb11 released this 09 Aug 22:09
2903539

Bosch HomeCom v1.4.3

Richer support for Matter/Bacon (bacon_rac) air conditioners - room temperature, connectivity/comfort sensors, and a climate card that matches what each unit actually supports.

✨ New sensors for Matter ACs

  • Room temperature (diagnostic) — the live reading from the push-only sensor channel, with a measured_at attribute so its age is always visible.
  • Online / connectivity (diagnostic) — with the reported Wi‑Fi signal_quality.
  • Wi‑Fi signal strength (diagnostic, dBm; off by default).
  • Comfort feature sensors — Ionizer, Sleep, Full power, Setback — shown read-only, each with a writable_now attribute reflecting whether the device currently accepts changes (these are mode-locked by the appliance).

🌬️ Smarter climate card

  • Separate horizontal and vertical swing controls (previously a single combined toggle) — the two louvers are independent.
  • Capabilities read from the device: setpoint min/max/step and the fan-speed list now come from the unit's own metadata instead of hardcoded defaults.
  • Controls follow the current mode: the card only offers what the appliance accepts right now (e.g. no setpoint in fan mode, no fan speed while off, no swing axis the model lacks). Before the first metadata arrives, the full set is assumed, so behavior is unchanged on startup.

Notes

  • Room temperature is exposed as its own sensor rather than the climate card's "current temperature", because on these units the reading can lag by days and doesn't refresh live - the separate sensor keeps its age honest via measured_at.

Full changelog: v1.4.2...v1.4.3