Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Releases: bluewalk/NukiBridge2Mqtt

v1.5.3.2

21 May 07:57
Compare
Choose a tag to compare

Maintenance update to build multi-arch docker images

v1.5.3.1

22 Dec 12:59
Compare
Choose a tag to compare
  • Fixed forgotten topics for newly introduced properties

Previous release notes:

  • Updated to .NET 5
  • Updated dependencies
  • Added support for keypadBatteryCritical flag, ringactionState and ringactionTimestamp
  • Switched to Serilog for logging
  • Fixed bug where lockAction failed for openers

v1.5.3.0

22 Dec 12:25
Compare
Choose a tag to compare
  • Updated to .NET 5
  • Updated dependencies
  • Added support for keypadBatteryCritical flag, ringactionState and ringactionTimestamp
  • Switched to Serilog for logging
  • Fixed bug where lockAction failed for openers

v1.5.2.0

27 Jul 09:40
Compare
Choose a tag to compare
  • Resolves issue with Doorstate callback
  • Added unknown state for Nuki opener

v1.5.1.0

15 Jul 11:59
Compare
Choose a tag to compare
  • Publish door-sensor state via MQTT

v1.5.0.0

15 Jul 07:57
Compare
Choose a tag to compare
  • Added support for Door-sensor state as per nuki API change of 08.07.2020

v1.4.1.0

10 Oct 09:19
Compare
Choose a tag to compare
  • Fixed issue whree LastKnownState could be null (due to bridge response)
  • Include device mode in status topics

v1.4.0.0

27 Sep 16:57
Compare
Choose a tag to compare
  • Added interval for publishing Bridge status info
  • Fixed bug that a malformed callback would break the http server

v1.3.1.0

27 Sep 05:07
Compare
Choose a tag to compare
  • Bugfix for device-action MQTT command

v1.3.0.0

18 Sep 09:06
Compare
Choose a tag to compare
  • Added support for the Nuki Opener (untested)
  • Moved to JSON.NET (de)serialization instead of RestSharp