V2.6.0
Optoma Link 2.6.0
Added
- A live Status sensor: Off, Warming up, On, Cooling down, or Error. It is driven by the projector's own status messages, so it reflects power transitions the moment they happen instead of waiting for the next poll. Faults (over-temperature, fan lock, cover open, and so on) show as Error, with the specific event available as a
last_messageattribute. - Pressing Power now updates the status immediately (Warming up / Cooling down), so the button gives instant feedback instead of appearing to do nothing for many seconds.
Fixed
- Sensor values could get scrambled after the projector changed power state, with values landing on the wrong entities (for example, the refresh rate showing as the serial number, or firmware as the MAC address). The projector sends unsolicited status messages on power transitions, which could desynchronize the command/reply stream. This release replaces last version's quick fix with a proper one: connections now read the projector's status messages continuously and never mistake one for a command reply.
Full changelog: v2.4.0...v2.6.0