Skip to content

Releases: joleys/niko-home-control-II

v4.1.0

03 May 19:35
8bfba2a
Compare
Choose a tag to compare

Bugfix

  • Better support for HA 2024.05. Fixes an issue where no entities are created. Big thanks @ubipo. See #140 for more information.

What's Changed

  • Added support for the Generic Inverter, thanks to @JonasGe
  • Implement suggested_area, thank to @nexus256, see #143 for more information.

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

02 May 18:25
d5722d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Apr 07:10
7872ef0
Compare
Choose a tag to compare

What's Changed

  • Docs for muting, unmuting and hanging up the doorstation
  • Added ClimateEntityFeatures
  • Prepare for newer ha versions

Full Changelog: v4.0.0...v4.0.1

v4.0.0

01 Feb 20:20
eb731e1
Compare
Choose a tag to compare

What's Changed

Niko released v1.3 for the documentation in august 2023. This releases includes some changes to reflect these changes.

Changes:

  • Updated README.md based on the v1.3 of the documentation
  • NHC All Off Action: Add AllStarted property as Binary Sensor
  • Replace usage of deprecated TIME_MINUTES with UnitOfTime.MINUTES
  • NHC Free Start Stop Action: Add All Started property as a Binary Sensor
  • NHC House Mode Action: Add All Started property as a Binary Sensor
  • NHC Mood Action: Add All Started property as a Binary Sensor
  • Update configflow to not link to connected services on the Niko website
  • Generic Zigbee Smart plug: Add Status as a Switch Sensor
  • NHC Zigbee Smart plug: Add Status as a Switch Sensor
  • NHC ZigBee Electricity Metering module (with clamp): mention it in README.md
  • NHC Thermostat: better checking if properties are supported
  • Generic ZigBee Heating/Cooling Implementation: added support for this device
  • NHC Player status action: added support for this device
  • NHC Thermo switch: added support for this device
  • NHC Virtual Thermostat: added support for this device
  • Switch from deprecated TIME_MINUTES to UnitOfTime.MINUTES by @xirixiz in #111

See #110 for full details.

New Contributors

Full Changelog: v3.3.3...v4.0.0

v3.3.3

11 Jan 15:32
0845958
Compare
Choose a tag to compare

What's Changed

  • Improve README with installation through HACS
  • Better support for Daikin AC by @ostracon in #109

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.2

18 Dec 07:59
fa6a0c6
Compare
Choose a tag to compare

What's Changed

  • Only add Overrule Active for Generic HVAC when supported. See #100
  • Fix exception when electrical power is not available for a clamp. See #101. Thx @firepinn

Full Changelog: v3.3.1...v3.3.2

v3.3.1

01 Dec 08:04
6a5b930
Compare
Choose a tag to compare

What's Changed

Improved Generic Ventilation Implementation

The Generic Ventilation Implementation is now more robust. This is used if you link a ventilation system in the Niko app. Not all properties that are documented are exposed by all systems.

The current changes are based on a Renson system. And was done with the help of @davidvf.

  • Boost switch will only be present if the Boost property is present.
  • Implementations that expose FanSpeed as a choice instead of range will :
    • expose these options as presets.
    • will be able to set the fan speed, these will be mapped to these choices
  • Fan will be always on if the Status property is not exposed. Probably means the ventilation system can't be switched off.

See #97 for more details. Thx to @davidvf for reporting the issue and helping out.

Fixed wrong cover status while moving

The status of the covers (motor action) is now correct. It was inverted.

See #96 for more details. Thx to @nexus256 and @davidvf.

Full Changelog: v3.3.0...v3.3.1

v3.3.0

24 Oct 08:12
09707f4
Compare
Choose a tag to compare

What's Changed

Remove automatic discovery of Niko Home Controller

Before this release there was code present that tried to discover the Niko Home Controller on your network. This caused some issues that resulted in the setup not working.

Sponsering

If you like this integration and can afford it: you can buy us a coffee through Github Sponsering. See the sponsor buttons on https://github.com/joleys/niko-home-control-II.
This is fully up to you. Don't feel obligated.

Full Changelog: v3.2.1...v3.3.0

v3.2.1

26 Sep 09:48
882c286
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Make changing Unit of Measurement through interface work.

Full Changelog: v3.2.0...v3.2.1

v3.2.0

27 Jul 19:06
bcee268
Compare
Choose a tag to compare

What's Changed

Support for (undocumented) Electrical heating Action

Support is added for an undocumented device: Electrical Heating Action. This is exposed as a button to trigger the BasicState.
It will also ad a binary sensor that indicates the On/Off state for this device.

Remark: This device is not documented/supported by Niko.

See #82 for full details.

Full Changelog: v3.1.2...v3.2.0