Skip to content

v4.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 10:33
· 1 commit to master since this release

Fixed

  • A device unchecked in the homematic node could not be re-enabled
    (#384, regression from 3.3.0): the editor stored disabled: true when a
    device or channel was unchecked, but never removed the flag when it was
    checked again — the 4.0.0 logic that keeps the settings of devices not
    listed in the editor carried the old flag over. Re-enabling now sticks;
    the stored config keeps the 3.3.0 format (only disabled rows and opt-in
    rows are written, empty entries are dropped).
  • Energy-only devices appeared as "Not Supported" in the Home app
    (#385): HM-ES-TX-WM and HmIP-ESI carry only energy channels, and HomeKit
    has no service for energy or power (Eve characteristics are tracked in
    #114). 4.0.0 published them with nothing but a Battery service, which
    the Home app shows as "Not Supported" and cannot remove. Such devices are
    no longer listed or published, and no generic accessory is ever published
    with only a Battery service. After the update the accessory disappears
    from the Home app by itself.

Commits since v4.0.0

  • 4.0.1 (5fe657b)
  • roadmap: awaiting-feedback issues close after 3 months without reaction (25b9758)
  • roadmap/handoff: #384/#385 stay open as awaiting-feedback until the reporter confirms (4f03a6b)
  • fix: device editor could not re-enable a device (#384); energy-only devices no longer published as battery-only accessories (#385) (de480c6)
  • roadmap/handoff: 4.0.0 released, second triage round done (117 issues: 92 closed, 25 open) (e8dfce6)