Skip to content

v26.8.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 14:59
· 4 commits to main since this release

Smart Home Control 26.8.2

Cosori air fryers

The CAF-P583S series (Dual Blaze) is supported, in any country variant.

  • What it shows: the cooking state, the loaded programme, the remaining
    time and both temperatures - the measured one and the one the programme was
    set to, in the unit the appliance reports. The measured value is damped, so
    the line is not re-read every fifteen seconds without saying anything new,
    and it is left out in standby where the appliance stops measuring.
  • Start a programme with the appliance's own temperature and time or with
    values chosen here, change the cooking time while it runs, and stop
    it
    - each after a prompt. The temperature cannot be changed during a cook;
    the appliance does not accept one then, and a line in the tree says where it
    can be set instead.
  • The programme list is learned, not written down. Every programme loaded
    on the appliance is noted and can be started by name from then on. Merely
    selecting one there is enough.
  • The end of a programme is announced, as are one starting to run and one
    being paused - with the device menu open or closed. One switch under
    Notifications turns all three off.
  • Starting may not mean heating: Cosori state that their air fryers cannot be
    switched on remotely. The confirmation therefore says "set", and the
    programme state says within one poll whether the appliance began by itself
    or is waiting for its own start button.

Fixed

  • A lamp remembered its colour mode for good. A mode set from the add-on
    was cached and outranked the lamp itself indefinitely, so an MSL450 put into
    white mode at the lamp or in the Meross app went on being shown in colour
    mode. The cache now expires after a minute.
  • A sensor dropout is no longer announced or recorded. A Levoit purifier
    reports -1 for its particulate sensor when it has no reading. That reached
    the interface as a measurement and the history as a data point; now the last
    good reading stays on the line and nothing is recorded.
  • Ctrl+B in the favorites tab removed the whole power strip when it was
    standing on a single outlet.
  • The favorites layer now requires the switching press to follow the
    announcement within a few seconds, adjustable in the settings. A digit
    pressed by accident much later announces the status again instead of
    switching.
  • The selected line no longer moves by itself when the tree is refreshed
    mid-programme, and a line is no longer announced twice.
  • The connection test announced its result twice, once as the status line
    and once as a message with the same content.
  • The selection survives a refresh. Every rebuild of the device tree put
    it back on the first entry: whoever stood at the fifth device started over
    at the top. The entry is found again by its identity - not by its label,
    which carries the values - and a line that has disappeared in the meantime
    falls back to its device.
  • A refresh is announced once, not two or three times. It rebuilt the
    whole tree even when only values had changed, and deleting and re-adding
    the entries reported a selection each time, with the focus that followed
    reporting it once more. The structure is now compared first; an unchanged
    list is only written into.
  • A platform switched off in the settings leaves the tree. Its polling
    stopped at once, but its devices stayed - offered for switching, answering
    nothing - until NVDA was restarted.
  • A VeSync account holding only unsupported devices reported "no devices",
    which reads exactly like a refused sign-in. The types are now named in the
    log and the account is reported as connected.

Changed

  • Credentials are proven at the platform before they are saved, and they
    reach a session that is already running - a wrong password used to be
    accepted silently and surfaced only at the next NVDA start. A refused
    sign-in offers to enter them again, at the tab concerned. Two parallel
    sign-ins of the same platform can no longer happen.
  • The add-on writes its version into the log, so a test report can be
    tied to the build that produced it.
  • Every text now carries a note for translators, saying what it is and
    where it stands - a button, a status line, or one of the line beginnings
    the device tree and the F1 help have to agree on word for word. 365 of them
    had none, and the build now refuses a text without one.
  • The three texts the add-on store shows - the name, the description and
    "What's new" - are translated through the catalogue as well, the way the
    official add-on template does it. The localised manifests in the package
    are generated from it, so a further language needs nothing but its .po
    file. "What's new" is markdown now: NVDA renders it and reads it line by
    line.
  • A refused command records the cloud's answer and the payload that was
    sent, instead of only the message shown to the user.
  • The manual claimed the add-on logs neither passwords nor tokens nor the
    email address. True of the add-on - but NVDA writes the whole configuration
    into the log at startup, and the email address stands there in plain text.

Installation

  1. Download the .nvda-addon file below
  2. Open the file with NVDA
  3. Confirm the installation
  4. Restart NVDA

See the README for setup instructions per platform.