Skip to content

Latest commit

 

History

History
660 lines (473 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

660 lines (473 loc) · 19.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.13 2022-12-05

FIXED

  • Fixed device HmIP-DRDI3. Changed parent class from AsyncSwitch to AsyncDimmer

1.0.12 2022-11-30

ADDED

  • Add Async device for HmIP-DRDI3

1.0.11 2022-11-27

ADDED

  • Support for Hue devices
    • Unknown devices are now represented by class BaseDevice
    • Add device type ExternalDevice (which represents external devices (Hue))
    • Add deviceArchetype (which differentiates between HMIP and EXTERNAL devices)
    • Add ExternalBaseChannel
    • Add ExternalUniversalLightChannel

1.0.10 2022-11-26

ADDED

  • CLI: Print result when using set_switch_state and set_dim_level
  • Add tests for Multi IO Box HmIP-MIOB

FIXED

CHANGED

  • Changed contact email-address for pypi-Package

1.0.9 2022-10-08

ADDED

  • issue: 450 Add support for device ELV-SH-BS2
  • issue: 464 Add support for group INDOOR_CLIMATE
  • issue: 465 Add argument --print-infos to CLI to print channels of a device or devices of a group

1.0.8 2022-10-04

FIXED

  • bug: 463 Add valvePosition for device HmIP-FALMOT-C12
  • Fixed --toggle-garage-door in hmip_cli.py

ADDED

  • PR: 453 Add support for device HmIP-DLS (Door Lock Sensor)
  • PR: 451 Add support for device HmIP-DLD (Door Lock Drive)
  • Add Group AccessAuthorizationProfileGroup
  • Add Group AccessControlGroup
  • Add argument --pin 1234 to hmip_cli.py
  • Add argument --set-lock-state OPEN/LOCKED/UNLOCKED to hmip_cli.py

CHANGED

  • README.md has been created which replaces README.rst
  • Github actions is used for releases and testing

1.0.7 2022-07-25

ADDED

  • PR: 449 Add support for Device HmIP-WGC

FIXED

  • Fixed some typos from Version 1.0.5

1.0.5 2022-07-16

FIXED

  • PR: 447: Error message when using HmIP-STE2-PCB (There is no class for functionalChannel 'TEMPERATURE_SENSOR_2_EXTERNAL_DELTA_CHANNEL' yet)

CHANGED

  • PR: 448: HomematicIP Rest API should be tested against python versions 3.8, 3.9, 3.10

1.0.4 2022-07-12

FIXED

  • [PR: 444]: the function _ws_on_message in homematicip/home.py expected two arguments, but just one was provided.

1.0.3 2022-07-06

General

  • PR: 440: Do not pass loop for Py3.10 compat

1.0.2 2022-02-03

Added

General

  • [PR: 413]: added samples

CHANGED

  • API
    • PR: 424: Drop loop kwarg from async_timeout.timeout

1.0.1 2021-05-27

ADDED

  • Devices
    • HMIP-DRDI3 (Dimming Actuator Inbound 230V – 3x channels, 200W per channel)
  • API
    • Groups
      • PR: 410 Add support for channel parsing in SECURITY_ZONES and SECURITY_AND_ALARM

1.0.0 2021-04-05

ADDED

  • Devices

FIXED

  • API
    • BUG: 387 Groups were missing in the functional channels of devices
    • BUG: 398 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'
    • BUG: 391 There is no class for device 'PUSH_BUTTON_FLAT' yet

0.13.1 2021-01-23

ADDED

0.13.0 2020-12-03

ADDED

  • Devices
    • [HMIP-DRSI4] (Switch Actuator for DIN rail mount – 4x channels)
    • [HMIP-DRBLI4] (Blind Actuator for DIN rail mount – 4 channels)
    • [HMIP-FCI6] (Contact Interface flush-mount – 6x channels)

0.12.1 2020-11-10

ADDED

  • Devices
    • HMIP-HDM1 (Hunter Douglas & erfal window blinds)
    • stop method

0.12.0 2020-11-09

ADDED

  • Devices
    • HMIP-HDM1 (Hunter Douglas & erfal window blinds)
    • HMIP-HAP (HomematicIP Access Point)

FIXED

  • BUG: 342 NameError: name 'xrange' is not defined on Python 3.8.1

0.11.0 2020-08-31

ADDED

  • API
    • Home
      • accessPointUpdateStates
  • Devices
    • HMIPW-DRD3 (Homematic IP Wired Dimming Actuator – 3x channels)
    • HMIPW-DRS8 (Homematic IP Wired Switch Actuator – 8x channels)
    • HMIPW-DRI32 (Homematic IP Wired Inbound module – 32x channels)
    • HMIP-STV (Inclination and vibration Sensor)
    • Fields
    • connectionType
    • new OptionalFeatures

CHANGED

  • BUG: 325 Requirements are now using a min version instead of a pinned version. requirements_dev.txt will still use the pinned versions to make sure that the latest version is compatible with the library.

0.10.19 2020-07-08

FIXED

0.10.18 2020-06-07

Added

  • Devices
  • CLI
    • --channel parameter for turning on/off different channels and not just the first one

0.10.17 2020-02-16

FIXED

  • PR: 300 Fix AsyncMotionDetectorPushButton

0.10.16 2020-02-16

Added

FIXED

  • BUG: 294: hmip_cli.py --anonymize will wrongly anonymize other fields

0.10.15 2019-12-30

Added

  • API
    • Groups
      • Created new Async/SwitchBaseGroup class for groups which are using on, dimLevel, lowbat and dutycycle
      • ShutterProfile
  • Devices
    • HMIP-FALMOT-C12 (Floor Heating Actuator – 12x channels, motorised)
    • HMIP-WHS2 (Switch Actuator for heating systems – 2x channels)
    • HMIP-PMFS (Pluggable Power Supply Monitoring)

0.10.14 - 2019-12-22

Added

  • API

    • FunctionalChannels:
      • DOOR_CHANNEL
      • DEVICE_RECHARGEABLE_WITH_SABOTAGE
    • ExtendedLinkedShutterGroup.set_slats_level
      • added missing attributes
  • Devices

    • HMIP-MOD-TM (Garage Door Module for Novoferm and Tormatic door operators)
    • HMIP-ASIR-O (Alarm Siren - outdoor)
  • Groups

    • HOT_WATER
  • Python 3.8 support

Changed

  • General
    • removed homematicip-testing package. Pip will automatically install the latest tagged release. For a "nightly" build you just have to run it with the "--pre" argument.

FIXED

  • BUG: 266: Anonymize won't work on the Silvercrest models

0.10.13 - 2019-10-19

Changed

  • API
    • converted FakeCloudServer to an async implementation
    • the Home websocket can now automatically reopen a lost connection (default)

0.10.12 - 2019-09-27

Added

  • API
    • Added event handlers for adding/updating/removing devices and groups
    • fixed cloud bug: DEVICE/GROUP_ADDED will now be generated instead of DEVICE/GROUP_CHANGED on an added device

0.10.11 - 2019-09-23

Added

  • Devices
    • HMIP-MOD-RC8 (Open Collector Module Sender - 8x)
    • HMIP-SAM (Acceleration Sensor)

Deprecated

  • API
    • moved homematicip.HomematicIPBaseObject to homematicip.base.HomematicIPBaseObject package

0.10.10 - 2019-08-01

Added

  • Devices
    • HMIP-SCI (Contact Interface Sensor)
  • API
    • add supported optional features

Fixes

  • BUG: 223 activateVacation does not work

0.10.9 - 2019-07-06

Added

  • API
    • homematicip_demo package for testing against a test server
    • a warning on parsing an enum value from string which isn't currently existing in the API

Fixes

0.10.8 - 2019-05-23

Added

  • Devices
    • HMIP-PCBS2 (Switch Circuit Board - 2x channels)
    • HMIP-BBL (Blind Actuator for brand switches)
    • HMIP-FAL230-C10 (Floor Heating Actuator – 10x channels, 230V)
    • HMIP-FAL24-C6 (Floor Heating Actuator – 6x channels, 24V)
    • HMIP-FAL24-C10 (Floor Heating Actuator – 10x channels, 24V)
    • Async implementation of HMIP-PCBS-BAT (Printed Circuit Board Switch Battery)

0.10.7 - 2019-04-09

Added

  • Devices
    • HMIP-MIOB (Multi IO Box for floor heating & cooling)
  • API
    • FunctionalChannels: ANALOG_OUTPUT_CHANNEL, GENERIC_INPUT_CHANNEL
    • WeatherCondition.STRONG_WIND
    • vaporAmount property to WeatherSensorPro, WeatherSensorPlus, WeatherSensor, TemperatureHumiditySensorOutdoor, TemperatureHumiditySensorWithoutDisplay, TemperatureHumiditySensorDisplay, WeatherSensorChannel and Weather

FIXED

  • BUG: 188 STRONG_WIND Weather condition

0.10.6 - 2019-03-02

Added

  • Devices

    • HMIP-FBL (Blind Actuator - flush-mount)
    • HMIP-BRC2 (Remote Control for brand switches – 2 channels)
    • HMIP-eTRV-C (Heating-thermostat compact without display)
  • API

    • AutoNameEnum.fromstr does now take a default parameter
    • HeatingThermostat.valveActualTemperature = we are now able to read the measured temperature on the VALVE!
    • Async/HeatingFailureAlertRuleGroup

0.10.5 - 2019-01-26

Added

  • started with documentation
  • Devices
    • HMIP-BSL (Switch Actuator for brand switches – with signal lamp)
    • HMIP-KRC4 (Key Ring Remote Control - 4 buttons)
    • HMIP-SLO (Light Sensor outdoor)
  • API
    • Groups
      • Async/AlarmSwitchingGroup
        • added test/set_signal_acoustic methods
      • HeatingGroup
        • added heatingFailureSupported, valveSilentModeEnabled, valveSilentModeSupported properties
      • Async/HeatingFailureAlertRuleGroup

0.10.4 - 2019-01-20

Added

  • Devices
    • HMIP-SPDR
    • HMIP-FCI1
  • API
    • DeviceUpdateState enum
    • functionalChannel
      • DevicePermanentFullRxChannel
      • PassageDetectorChannel
      • InternalSwitchChannel
      • MultiModeInputChannel
    • Device
      • MotionDetectorPushButton
        • added permanentFullRx property
    • Enums
      • MultiModeInputMode
      • BinaryBehaviorType
    • Group
      • HeatingGroup
        • added set_control_mode method
  • CLI
    • added --server-config parameter. Instead of downloading the configuration from the cloud it will load a file.

Changes

  • API
    • moved functionalChannels to homematicip.base

0.10.3 - 2019-01-06

Added

  • Devices
    • HMIP-SWO-PL

0.10.2 - 2019-01-06

Added

  • Devices
    • HMIP-SMO-A

Changes

  • API
    • Small Bugfix in the aio library

0.10.1 - 2018-12-28

Added

  • API
    • FunctionalChannels
      • AlarmSirenChannel
      • FloorTerminalBlockChannel
      • FloorTerminalBlockLocalPumpChannel
      • HeatDemandChannel
      • DehumidifierDemandChannel
    • Enums
      • HeatingLoadType
    • Devices
      • HMIP-FAL230-C6
        • added missing properties

Changes

  • Stability improvements

0.10.0 - 2018-12-23

Added

  • Devices

    • HMIP-FDT
    • HMIP-MOD-OC8
    • HMIP-RC8
    • HMIP-SWDM
    • HMIP-SWDM-2
    • HMIP-WRC6
  • hmip_cli.py

    • Parameter added: --set-dim-level
    • Parameter added: --reset-energy-counter
    • Parameter added: --set-boost-duration
  • API

    • FunctionalChannels
    • [Async]Home
      • get_OAuth_OTK
    • AsyncHome
      • delete_group
      • get_security_journal
      • set_powermeter_unit_price
      • set_timezone
      • set_pin
      • set_zone_activation_delay
    • Home
      • added clearConfig Parameter to get a "fresh" configuration
    • [Async]Switch
      • Added channelIndex Parameter to set_switch_state, turn_on, turn_off
    • [Async]PlugableSwitchMeasuring
      • Added reset_energy_counter
    • [Async]Group
      • added delete method
    • AsyncGroup
      • set_label
    • AsyncHeatingGroup
      • set_boost_duration
    • [Async]SecurityEvents
      • SensorEvent
      • SabotageEvent
      • MoistureDetectionEvent
      • SmokeAlarmEvent
      • ExternalTriggeredEvent
      • OfflineAlarmEvent
      • WaterDetectionEvent
      • MainsFailureEvent
      • OfflineWaterDetectionEvent

Removed

  • hmip_cli.py
    • converting config.py to config.ini

Deprecated

  • homematicip/base/constants.py -> use homematicip/base/enums.py

FIXED

  • BUG: 141 AsyncSwitchingGroup.turn_off will turn the group on

0.9.8 - 2018-07-14

Added

  • API
    • enum backward compatibility for python 3.5
    • FunctionalHomes

0.9.7 - 2018-07-06

Added

  • Devices
    • HMIP-SWD
    • HMIP-SMI55

0.9.6 - 2018-06-12

Changed

  • API -- async packaged got renamed to aio

0.9.5 - 2018-06-09

Added

  • API -- async auth module

0.9.4 - 2018-05-23

Changed

  • API -- Support for the new HMIP Cloud Update