Skip to content

Releases: danielperna84/hahomematic

0.0.16

02 Dec 10:16
aa09b9b
Compare
Choose a tag to compare

What's Changed

  • don't use default entities for climate groups

Full Changelog: 0.0.15...0.0.16

0.0.15

01 Dec 16:32
3dfc654
Compare
Choose a tag to compare

What's Changed

  • Fix: remove wildcard for HmIP-STHD
  • Add unit to hub entities

Full Changelog: 0.0.14...0.0.15

0.0.14

30 Nov 12:52
f2b8954
Compare
Choose a tag to compare

What's Changed

  • Add KeyMatic
  • Add HmIP-MOD-OC8
  • Add HmIP-PCBS, HmIP-PCBS2, HmIP-PCBS-BAT, HmIP-USBSM
  • Remove xmlrpc calls related to ccu system variables (not supported by api)
  • Update hub sensor excludes

Full Changelog: 0.0.13...0.0.14

0.0.13

29 Nov 16:45
Compare
Choose a tag to compare

What's Changed

  • Add HmIP-MOD-HO, HmIP-MOD-TM
  • Add sub_type to device/entity
  • Add PRESET_NONE to climate
  • Add level und state as additional entities for climate

Full Changelog: 0.0.12...0.0.13

0.0.12

27 Nov 15:26
b0fb2eb
Compare
Choose a tag to compare

What's Changed

  • Add more type converter
  • Move get_tls_context to helper
  • Update requirements
  • Cleanup constants
  • Use flags from parameter_data
  • Add wildcard start to exclude parameters that start with word
  • Fix channel assignement for dimmers
  • Fix entity name: add channel only if a parameter name exists is in multiple channels of the device.

Full Changelog: 0.0.11...0.0.12

0.0.11

26 Nov 13:23
Compare
Choose a tag to compare

What's Changed

  • Fix: cover open/close default values to float
  • Fix: add missing async/await
  • make get_primary_client public

Full Changelog: 0.0.10...0.0.11

0.0.10

26 Nov 07:33
Compare
Choose a tag to compare

What's Changed

  • Fix TLS handling

Full Changelog: 0.0.9...0.0.10

0.0.9

25 Nov 15:25
b4b6358
Compare
Choose a tag to compare

What's Changed

  • Don't start connection checker for pydevccu
  • Use a dummy hub for pydevccu
  • Convert min, max, default values (fix for cover)

Full Changelog: 0.0.8...0.0.9

0.0.8

25 Nov 11:14
fd1e55e
Compare
Choose a tag to compare

What's Changed

  • Add button platform. This allows to use the virtual remotes of a ccu in automations.
  • Cleanup entity inheritance.

Full Changelog: 0.0.7...0.0.8

0.0.7

23 Nov 15:40
4e0df9b
Compare
Choose a tag to compare
  • Switch to a non-permanent session for jsonrpc calls
    The json capabilities of a ccu are limited (3 parallel session!?!).
    So we no longer us a persisted session. (like pyhomematic)
  • enable write-only params as HMAction(solves a problem with climate writing CONTROL_MODE)