Skip to content

Releases: hahn-th/homematicip-rest-api

Version 0.10.0

23 Dec 14:07
Compare
Choose a tag to compare

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.

[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

Functional Homes

14 Jul 15:35
c73f760
Compare
Choose a tag to compare

added enum backward compatibility for python 3.5
added "Functional Homes" to home class.

added support for HmIP-SWD & HmIP-SMI55

06 Jul 19:31
Compare
Choose a tag to compare

added support for HmIP-SWD (including set functions)
added support for HmIP-SMI55
stability improvements

Rename of async package

12 Jun 07:20
Compare
Choose a tag to compare

the async package got renamed to aio.

0.9.5

09 Jun 12:48
Compare
Choose a tag to compare

added more test cases to stabilize the library
added versioneer for easier version management
added async auth module

Support for the new HMIP Cloud Update

23 May 17:47
Compare
Choose a tag to compare
Bugfixes

Support for the new HMIP Cloud Update

0.9.3.3

15 May 17:19
Compare
Choose a tag to compare
creating new release 0.9.3.3