Versionsupdates: iOS, macOS, Homebridge, npm, Node.js, Plugins, Apps, Firmware und sonstiges ...

  • Ratet ihr Nods zu aktualisieren wenn das System läuft?


    bin noch bei 11.16 oder so

    Nein. Lass laufen.

  • homebridge-hue@

  • [email protected]


    Change Log

    4.10.1 (2020-02-12)

    Other Changes

    • System: The UI no longer requires a restart to apply changes to certain settings (such as theme, temperature units, sudo etc.)
    • Plugins: Fixed a bug that caused duplicate help text in some circumstances (#535)
    • i18n: Improvements to Polish language translations (#519)
    • i18n: Improvements to German language translations (#519)
    • i18n: Improvements to Russian language translations (#519)

    Hilfreich?

  • homebridge-homeconnect@0.16.9


    Fixed


    CleaningRobot/CoffeeMaker/CookProcessor/Dishwasher/Dryer/Hob/Oven/Washer/WasherDryer: Corrected bug that prevented details of supported programs being written to the log file when the program options have not been read successfully. (#17)

    Hilfreich?

  • homebridge-nest@0.4.0

    • New instructions for connecting to Nest Accounts
    • Support for new protobuf API, bringing support for thermostats on the new API, plus EU/UK Thermostat E support
    • Support for Nest x Yale lock
    • Many many bug fixes and reliability improvements, including fix for eco mode temperature band adjustment

    Hilfreich?

  • [email protected] (2020-02-19)

    • Dashboard: Added more date formats to the Clock widget (#463)
    • Dashboard: Adjusted method used to check if the Homebridge process is running
    • Config Editor: Enabled code folding
    • Accessory Control: Added a message to the "Add Room" modal explaining that the rooms created will not appear in HomeKit
    • Updated npm dependencies


    Bug Fixes

    • UI: Fixed the dropdown menu display on very small screens (#540)
    • Docker: Fixed a bug that prevented the UI from restarting correctly when running the Debian Docker image

    Hilfreich?

  • [email protected] (2020-02-20)


    Config Editor: Ensure the bridge port number is a valid number and automatically correct it on save if not (#553)
    i18n: Improvements to Polish language translations (#551)
    i18n: Improvements to Russian language translations (#552)


    Dashboard: Fixed a bug that caused Homebridge to display as "Not Running" when the bridge port number was quoted as a string in the config.json (#553)

  • homebridge-hue 0.11.55


    Zitat

    Enhancements:

    • SSL support: Communicate with gen-2 Hue bridge over SSL, see #362. Also use SSL when querying the NPM registry (to check for latest version), with the meethue portal (for discovery of bridges), and with the deCONZ portal (for discovery of gateways);
    • ph: Issue warning message for corrupted ~/.ph file, see #619;
    • Support Lutron Aurora Friends-of-Hue dimmer switch and ZLLRelativeRotaty sensors, see #522.
    • Support Hue API v1.36.0, which uses manufacturername of "Signify Netherlands B.V." instead of "Philips", see #623;
    • No longer use old meethue and deCONZ servers for discovery; they no longer seem to work;
    • Ingore /lights resources that deCONZ creates for repeaters, like the Trådfri repeater, and (from v2.05.74) the RaspBee, ConBee, ConBee II, and XBee.

    Code refactor:

    • Both homebridge-hue and ph now use HueClient and HueDiscovery;
    • Use homebridge-lib's HttpClient (which uses native NodeJS http and https) instead of request (which has been replicated) and deferred;
    • Use async/await instead of promise .then();

    Bump dependencies:

    • NodeJS v12.16.1 LTS;
    • deCONZ v2.05.73;
    • Hue bridge API v1.36.0;
    • homebridge-lib v4.5.1;
    • Remove dependency on deferred;
    • Remove dependency on request;
    • semver v7.1.3.


  • homebridge-zp v1.0.23

    Zitat

    v1.0.23

    @ebaauw ebaauw released this 12 hours ago


    Code refactor:

    • Use homebridgeLib.HttpClient instead of request, which has been deprecated.

    Bump dependencies:

    • NodeJS v12.16.1 LTS;
    • Remove dependency on request;
    • homebridge-lib v4.5.1.


  • [email protected]


    @ebaauw ebaauw released this 4 hours ago · 2 commits to master since this release

    Enhancements:

    • Don't automatically restart the music application (Music, iTunes, or EyeTV) when closed. It's only started on homebridge startup, and restarted when setting the Music accessory on from HomeKit. See #15;
    • Add initial parameter to getState() applescript function - only start the application when initial is true;
    • Add resetTrack config.json setting to reset the current track to the default track from config.json on stop. See #15;
    • Delay homebridge startup by timeout seconds, to give the music application ample time to start and discover all AirPlay speakers.

    Bug fixes:

    • Improvements to Music and Music-Airfoil scripts to handle differences in behaviour between Music and iTunes.
    • Set Airfoil source when music application is already playing on homebridge-music startup.

    Code refactor:

    • Use async / await (and promises) instead of callback functions;
    • Use string substitution instead of util.format();
    • Sanitise log messages.

    Bump dependencies:

    • NodeJS v12.16.1 LTS;
    • homebridge-lib v4.5.2 (added);
    • semver v7.1.3.

    Hilfreich?

  • [email protected]

    • CleaningRobot/CoffeeMaker/CookProcessor/Dishwasher/Dryer/Hob/Oven/Washer/WasherDryer:
      Some appliances (such as the Siemens TI9555X1DE CoffeeMaker) do not return correct information about their supported options unless the program is actually selected. To cope with these appliances the plugin now attempts to select each available program when first started and when the Identify routine is invoked. (#17)
    • CleaningRobot/CoffeeMaker/CookProcessor/Dishwasher/Dryer/Washer/WasherDryer:
      Improved the configuration schema's handling of numeric program options with step size constraints. Options with a small number of allowed values are now enumerated explicitly, otherwise the required step size is added to the description. The schema's multipleOf is also set to the GCD (greatest common divisor) of the step sizes for all of the appliance's programs to allow some useful validation messages. (#18)


    Line.png


    [email protected]

    Hilfreich?

  • homeconnect@0.17.2


    2020-02-25

    Fixed

    • CleaningRobot/CoffeeMaker/CookProcessor/Dishwasher/Dryer/Hob/Oven/Washer/WasherDryer: Further improvements to reading program options by selecting each program first. Added short delays after switching the appliance on, and after it indicates that it is ready, before attempting to select a program. Also avoid trying to restore the original program if none was selected. (#17, #20)


    v0.17.1 - 2020-02-24

    Fixed

    • CleaningRobot/CoffeeMaker/CookProcessor/Dishwasher/Dryer/Hob/Oven/Washer/WasherDryer: Allow an appliance to take up to two minutes to be ready after being switched on. This is required for appliances that perform a cleaning cycle on start-up (such as the Bosch CTL636ES6/03 CoffeeMaker). (#17, #20)

    Hilfreich?