Skip to content

Releases: siku2/hass-dingz

0.6.0-alpha.1

20 Jul 10:51
375a0bf
Compare
Choose a tag to compare
0.6.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Support for switched sockets (#56)

Full Changelog: 0.5.0...0.6.0-alpha.1

Version 0.5.0

05 Jul 19:27
Compare
Choose a tag to compare

What's Changed

  • Lights now listen to MQTT notifications to update instantly (#34)
  • Resolve issue with the config timestamp sensor (#40)
  • Fix energy sensor issue with HA version 2024.7
  • Add German translation by @gitlocalize-app in #25
  • Minimum HA version is now 2024.7

Full Changelog: 0.4.2...0.5.0

Version 0.4.2

23 Aug 19:39
Compare
Choose a tag to compare

Fix a syntax issue introduced in the last version.

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

23 Aug 18:26
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

What's Changed

  • Fix MQTT motor message parsing related to the 'motion' field. The integration should now react to the MQTT messages properly.

Full Changelog: 0.4.0...0.4.1

Version 0.4.0

21 Aug 20:56
33e74c8
Compare
Choose a tag to compare

What's Changed

  • Fix blind position / lamella not displaying properly (#20).
  • A new diagnostic sensor indicating whether the integration is receiving MQTT messages.

The following entities now take advantage of MQTT, if available:

  • Covers
  • Physical inputs
  • Brightness

New Contributors

  • Big thanks to @letienne for providing data related to the blinds API.

Full Changelog: 0.3.1...0.4.0

Beta Version 0.3.2

21 Aug 18:42
Compare
Choose a tag to compare
Beta Version 0.3.2 Pre-release
Pre-release

What's New

  • Covers should now reflect the actual position and lamella state.

Version 0.3.1

20 Aug 20:33
Compare
Choose a tag to compare

Important

This is a complete re-write of the integration to conform to modern Home Assistant standards. Once installed, your config entries need to be re-created, as the config format is incompatible. Every single entity will change, you will have to update all references to entities from this integration.

The integration is now using the Dingz API from Firmware 2.0. Update your devices if you're not running the new firmware yet!

What's New

  • Integration with MQTT. If a Dingz device is connected to the same broker as the Home Assistant instance, the integration will pick it up and use it to provide instant events for the PIR and buttons. Since the MQTT connection cannot be set up using the Dingz frontend, the integration provides config entities to do so.
  • Support for thermostats. They're exposed as "climate" entities in Home Assistant.
  • Support for fans.

Version 0.3.0

20 Aug 01:10
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

First off, this is a complete re-write of the integration. I updated the entire integration to conform to modern Home Assistant standards and I'm now using the modified Dingz API from Firmware 2.0. Update your devices if you're not running the new firmware yet!.

IMPORTANT

  • Once installed, your config entries need to be re-created, as the config format is incompatible. Automatic migration might be added before the full release.
  • Support for covers is currently missing as I'm unable to even set them up on my end...
  • Every single entity will change, you will have to update all references to entities from this integration.

What's New

  • Integration with MQTT. If a Dingz device is connected to the same broker as the Home Assistant instance, the integration will pick it up and use it to provide instant events for the PIR and buttons. Since the MQTT connection cannot be set up using the Dingz frontend, the integration provides config entities to do so.
  • Support for thermostats. They're exposed as "climate" entities in Home Assistant.

Version 0.2.0

16 Jun 17:33
d35be63
Compare
Choose a tag to compare

What's Changed

  • Fix Bad Request on set_blind_position by @OdyX in #13
  • Add configuration url by @pail23 in #14
  • Blinds: allow tilt setting by @OdyX in #15
  • API v2 basic fixes by @OdyX in #19

New Contributors

  • @OdyX made their first contribution in #13

Full Changelog: v0.1.6...v0.2.0

Version 0.1.6

22 Dec 15:09
Compare
Choose a tag to compare

Changelog

Changes

  • Switched from deprecated device_state_attributes to extra_state_attributes.