You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device-type detection was reworked from an ordered ladder of substring checks into a flat board-token table, and no longer consults oneUiVersion (previously the first signal checked) at all. Verified byte-identical against every one of the 49 known device fixtures, but if your appliance was only ever recognized through oneUiVersion rather than its model number, it could regress to "unknown" device type after updating — please open an issue with a fresh diagnostics dump if that happens.
✨ Added
Air conditioners on the RAC board family (e.g. Lennox-branded heat pumps) get absence-detection power saving and motion-detect wind-avoidance switches, plus read-only save-mode/airflow-direction sensors. (#173)
Microwaves get filter reminder and end signal reminder switches on ME7500D-class boards. (#181)
Diagnostics now capture OCF's own identity/discovery resources (/oic/p, /oic/d, /oic/res) and speculatively probe /device/1//device/2 — groundwork for recognizing multi-unit "Composite Device" systems like 2-in-1 air conditioners. No new entities yet. (#177)
🐛 Fixed
Microwaves that omit /information/vs/0 (e.g. ME8000T-/AA0) no longer fall back to unknown device type. Thanks to @firstof9 for the contribution! (#172)