Skip to content

Releases: peribeir/homeassistant-rademacher

v1.3.4

23 Jan 19:06
84cfdea
Compare
Choose a tag to compare

Updated

  • Peribeir/issue14 by @peribeir in #15
    • Fix Model name in Hub
    • Fix Configuration when hub has no password
    • Added translations for Configuration, you'll need to refresh browser in order to see the text

Full Changelog: v1.3.3...v1.3.4

v1.3.3

22 Jan 21:11
Compare
Choose a tag to compare

Added

  • Binary Sensor representing FW Update of Hub #12
  • Switch to control hub's LEDs #12

Updated

  • Add configuration to already installed integration #13
  • Update option of "selecting devices to include" to "selecting devices to exclude" #13

Full Changelog: v1.3.2...v1.3.3

v1.3.2

18 Jan 10:49
f316902
Compare
Choose a tag to compare

Added

  • Deutsch translation (thanks to @thmnxo4)

Fixes

Full Changelog: v1.3.1...v1.3.2

v1.3.1

17 Jan 22:41
Compare
Choose a tag to compare

Added

  • Support for Contact Sensors (untested):
    • DeviceNumber 32002119: Z-Wave window/door contact
    • DeviceNumber 32003164: DuoFern Window/Door Contact

Updated

  • Sun Detection Sensor Device Class updated to Light
  • Rain Detection Sensor Device Class updated to Moisture

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Jan 17:33
Compare
Choose a tag to compare

Added

  • This integration can now be installed using HACS, just add the this repo to the list of Custom Repositories
  • Support for Switch Actuators:
    • DeviceNumber 35001164: DuoFern Switch actuator
    • DeviceNumber 35000262: DuoFern Universal actuator 2-channel
    • Other switch actuators may work too
  • Support for Environment Sensors:
    • DeviceNumber 32000064_S: Sensor DuoFern Environmental sensor
      • Temperature, Wind Speed, Brightness, Sun Height, Sun Direction, Rain Detection, Sun Detection
    • Other sensors may work too
  • Button for sending Ping Command to supported devices (disabled by default)

Updated

  • DHCP Discovery of the bridge is now using discovery_info.ip instead of discovery_info[IP_ADDRESS] which has been deprecated in HA (temporarily old method is still supported but you should update HA to latest version as this will be removed later)
  • Refactoring of APIs used for fetching devices and device status, upgrade with care (make a backup first)
  • Updated Device IDs, you must delete integration and then re-add or restart HA (in order for DHCP discovery to work), in order not to have duplicate devices, you can also delete the old deprecated devices manually if you wish

Full Changelog: v1.2.1...v1.3.0

v1.2.1

13 Jun 01:54
Compare
Choose a tag to compare
Refactor Auto Discovery

v1.2.0

12 Jun 22:36
Compare
Choose a tag to compare
Add support for Password Protected Bridge

v1.1

12 Jun 11:28
Compare
Choose a tag to compare
Add version info in order to comply to HA 2021.06