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

  • homebridge-homeconnec@0.23.0 -


    2021-05-03Added

    • Dishwasher/Dryer/Oven/Washer/WasherDryer: The program start time (BSH.Common.Option.StartInRelative for Dishwasher and Oven appliances) or end time (BSH.Common.Option.FinishInRelative for Dryer, Washer, and WasherDryer appliances) can now be specified as an absolute time instead of a relative time in seconds. The time should be specified in HH:MMformat using the Homebridge server's timezone.

    Hilfreich?

  • iOS 14.5.1

  • [email protected]

    • [Improvement] Adds Mute button to TV accessories (No HomeKit support and untested yet)
    • [Improvement] Adds the RM Mini 3 6507
    • [Improvement] Adds fan speed step functionality and speed improvements (Thanks @EpicKris)
    • [Improvement] Adds Current Temperature support to Heater-Cooler accessories. Offers all the same options: file, MQTT, or RM Pro Device (Thanks @uzumaki20398)
    • [Improvement] Allows HEX Objects for additional charactistics on Fan, Air-Purifier, and HumidifierDehumidifier Accessories (Thanks @ aymericbaur)
    • [Improvement] Adds turnOnWhenOff support to the HeaterCooler Accessory
    • [Bug] Fixes bug with Parsing JSON MQTT messages (#298)
    • [Bug] Fixes fanv1 "counterClockwise is undefined" error when showRotationDirection is true (#306)

    Hilfreich?

  • stable Release


    deCONZ Beta 2.11.05


    Manticore

    @manup manup released this 14 hours ago


    This stable release is the successor of v2.10.4 and includes all changes from:

    v2.11.0-beta

    v2.11.1-beta

    v2.11.2-beta

    v2.11.3-beta

    v2.11.4-beta

    Please refer to the releases page to get and overview of respective changes.

    A special thanks to all contributors of the deCONZ Github community.

    New beta firmware 0x266e0700

    For RaspBee II and ConBee II.

    • Fix internal ZDP queue can get stuck when unsupported requests are received.

    http://deconz.dresden-elektronik.de/deconz-firmware/beta

    Notes for the next v2.12.x release series

    Unfortunately the Zigbee Green Power (ZGP) proxy support hasn't been finished yet, albeit it was planned for v2.11.x. This is now scheduled to be solved within in the next 2.12.x betas.

    Starting with the v2.12.0-beta the performance of deCONZ and the plugin will be improved significantly, leading to faster Zigbee processing and reduced CPU usage. The deCONZ GUI undergoes some rework as well to improve perfomance especially in larger networks.

    As discussed in the developer meetings, a new feature will be added to the new REST API /devices endpoint which lets clients query meta data like supported buttons and their actions of switches. This allows clients to integrate switches in a more generic manner without manually maintaining button mappings.


  • xiaomi-fan [1.5.0] - 2021-05-20 Added

    • Added support for the zhimi.fan.fb1 (Mi Smart Air Circulator Fan) fan
    • New verticalAngleButtons property
    • Added a reference to a tool in the readme for easy token retrieval

    Changed

    • Improved the naming of services to make them more readable (no need to repeat the fan name on each service)

    Hilfreich?

  • homebridge-webos-tv@2.2.0 - 2021-05-24


    Added

    • New backlightControl property which when enabled allows to control the TV backlight setting
    • New brightnessControl property which when enabled allows to control the TV brightness setting
    • New colorControl property which when enabled allows to control the TV color setting
    • New contrastControl property which when enabled allows to control the TV contrast setting
    • New pictureModeButtons property which allows to create picture mode buttons to quickly switch between picture modes on the TV

    Changed

    • Improved the readability of switches by removing the TV name prefix

    Fixed

    • Fixed some minor issues

    Hilfreich?

  • homebridge-tedee@0.4.0 - 2021-05-24


    Changes

    • Reverting changes of 0.3.0 and 0.3.1 as the additional configuration does not work with Tedee
    • Enhanced the documentation
    • Updated to the latest API version
    • Integrated the "sync" mechanism that has been introduced to the API: rather than getting all lock information when updating the data from the API, only the lock states are loaded
    • Integrated the "operation" mechanism that has been introduced to the API: the state of an operation (close, open, pull-spring) can be checked (e.g. whether it is pending or completed). This leads to fewer API "update" calls after an operation is performed by the user
    • Tested the features of the plugin with the latest API version and the latest firmware updates
    • Reduced the default update interval to 15 seconds. The documentation of the API states that at most one call every 10 seconds can be made to update the state of the lock(s)
    • Updated the dependencies

    Hilfreich?

  • deCONZ Beta 2.12.00

    **Changelog on [BETA] release with version 2.12.0**


    This beta release is based on stable v2.11.5 version.


    Changes


    - Support Tuya battery scene switch (_TZ3000_dfgbtub0) #4895

    - Support Tuya 4 Gang scene switch (_TZ3000_xabckq1v) #4908

    - Make Regulation SetPoint Offset usable as offset for Danfoss Ally #4881

    - Add QLatin1String helper functions: indexOf, startsWith and contains #4915

    - Improve backup upload handling #4916

    - Don't enumerate devices in firmware update handler periodically #4918

    - Update QList iterators and prevent copy of Simple Descriptor #4917

    - Fix always loading coordinator node from database first.

    - Fix possible crash when invalid Simple Descriptor is received.

    - Use monotonic timer for relative timestamps in deCONZ core to prevent jumps and stalling.


    deCONZ core performance


    Various hot path components in core were refactored to improved performance and cut down temporary memory allocations by 2/3.


    - Replaced QList by std::vector for various ZDP and ZCL data structures.

    - Reuse deCONZ::ApsDataIndication when receiving messages.

    - Reuse deCONZ::ZclFrame when parsing ZCL payload.

    - Refactored various core handlers to not copy large data structures if not needed.

    - Make deCONZ::ApsDataConfirm a C++ POD type instead Pimpl to prevent extra heap allocation.

    - Replaced all uses of QDateTime by approx. 200x faster lightweight alternative in core.

    - Improved serial communication performance.

    - Improved Cluster Info panel performance.

    - Improved DeviceEnumerator performance.

    - Improved node rendering performance.


    Note: This release breaks C++ ABI for the deCONZ library and requires recompilation for custom compiled plugins with latest deconz-dev package.


    - Dennis / @Mimiix#1337 / https://discord.gg/3XGEYY9

  • Philips Hue App 4.0 ist da

  • [email protected]

    • Heater-Cooler states now all support allowResend for when values are not changing.
    • Heater-Cooler now supports humidity values and noHumidity configuration.
    • Accessorys now support logLevel configuration (none=6, critical=5, error=4, warning=3, info=2, debug=1, trace=0)
    • The Platform now also supports logLevel configuration
    • Learn RF now finds 0xb2 codes
    • Updated CHANGELOG.md to follow Keep a Changelog
    • turnOnWhenOff now defaults to true for Heater-Cooler accessories.
    • All accessories now explicitly have allowResend set to true by default.
    • Learn Accessories will temporarily enable platform level debug during a learn
    • Learn RF now times out after 60 seconds to allow all frequencies to be scanned.

    Hilfreich?