Skip to content

Releases: markus7017/openhab-addons

4.3.0b1

14 Jul 07:48
Compare
Choose a tag to compare
4.3.0b1 Pre-release
Pre-release

4.2 has been released to we are moving to 4.3.
This release fixes

  • BLU Motion initialization, but also fixes for other BLU devices

v4.2.0b1

01 Jul 20:15
Compare
Choose a tag to compare
v4.2.0b1 Pre-release
Pre-release

Adds support for some of the Gen3 devices like 1G3, 1PMG3 and i4G3.

v4.1.0.beta1

12 Aug 18:03
Compare
Choose a tag to compare
v4.1.0.beta1 Pre-release
Pre-release

Includes PR openhab#15401 Improved discovery, initialization, BLU Motion

  • openhab#15399: Rework device discovery and initialization: Use /shelly to retrieve device attributes, thing discovery is now based on reported device model id rather than service name. If is not recognized the service name will be used as fallback. Even password protected things are now created with the thing type matching the model rather than shellydevice, which is still supported for backward compatibility.
  • openhab#15398: Discovery result now uses representation property serviceName rather than deviceName, which could case strange effects when adding things from the Inbox
  • openhab#15397: Security fix for Gen1: We don’t expose basic auth (BASE64 encoded password) anymore when not requested by the device (/shelly.auth = true). Gen2 uses digest authentication, which is not affected by this issues.
  • openhab#15392: Version detection for Gen2 devices is fixed and now also handles beta versions correctly (e.g. 1.0.0-beta6), they are displayed correctly in Shelly Manager
  • openhab#15359: Shelly BLU Motion is supported
  • openhab#15396: Cleanup in Shelly Manager for actions and firmware upgrade, which currently can’t be supported by the binding.
  • openhab#15395: Gen2: Do not try to install BLU script on battery devices like PlusHT
  • openhab#15394: CoIoT attribute boost mode is now processed and results in a channel update
  • openhab#15393: Fix for TRV target temp not being initialized
  • openhab#15392 Gen2: Upgrade to beta firmware by device fixed
  • Code cleanup of duplicate device attributes, which causes a bunch of dummy changes (/referred variables names have changed)
  • README updated

as well as (next PR)

  • openhab#15414: Auto-adjust channel definitions to latest information at thing initialization time
  • openhab#15416: Don't switch Gen1 sensor things to ONLINE, when authentication failed