Skip to content

Releases: SukramJ/hahomematic

2025.2.7

09 Feb 11:22
2d6281c
Compare
Choose a tag to compare

What's Changed

  • Remove @cache and @lru_cache annotations
  • Use @cached_property for expensive, one time calculated properties

Full Changelog: 2025.2.6...2025.2.7

2025.2.6

08 Feb 10:47
Compare
Choose a tag to compare

What's Changed

  • Add vapor concentration and dew point to all device channels that support temperature and humidity
  • Add HmIP-FCI1 and HmIP-FCI6 to batteries
  • Ensure load_data_point_value usage for initial load
  • Fix OperatingVoltageLevel attributes: low_bat_limit, low_bat_limit_default
  • Ignore parameters on initial load, if not already fetched by rega script (ERROR*, RSSI*, DUTY_CYCLE, DUTYCYCLE, LOW_BAT, LOWBAT, OPERATING_VOLTAGE)
  • Ignore model on initial load (HmIP-SWSD, HmIP-SWD)

New Contributors

Full Changelog: 2025.2.5...2025.2.6

2025.2.5

05 Feb 22:00
Compare
Choose a tag to compare

What's Changed

  • Use value instead of default for low_bat_limit

Full Changelog: 2025.2.3...2025.2.5

2025.2.3

05 Feb 20:27
61251d9
Compare
Choose a tag to compare

What's Changed

  • Fix calculated climate sensor identification

Full Changelog: 2025.2.2...2025.2.3

2025.2.2

05 Feb 18:49
104a62a
Compare
Choose a tag to compare

What's Changed

  • Catch get_metadata XMLRPC fault
  • Catch JSONDecodeError on load/save cache files
  • Ignore devices with unknown battery
  • Set battery to UNKNOWN for HmIP-PCBS-BAT
  • Sort battery list for correct wildcard search

Full Changelog: 2025.2.1...2025.2.2

2025.2.1

02 Feb 15:36
2bd1696
Compare
Choose a tag to compare

What's Changed

  • Add calculated data points for HM devices
  • Remove python 3.12 for github tests and pylint
  • Use py 3.13 for mypy and pylint

New Contributors

Full Changelog: 2025.2.0...2025.2.1

2025.2.0

01 Feb 08:47
8b808ee
Compare
Choose a tag to compare

What's Changed

  • Fix battery qty

Full Changelog: 2025.1.22...2025.2.0

2025.1.22

31 Jan 13:22
71ab847
Compare
Choose a tag to compare

What's Changed

  • Add config option to define the hm_master_poll_after_send_intervals
  • Enable DEW_POINT calculation for internal thermostats
  • Use temporary values where push is not supported

Full Changelog: 2025.1.21...2025.1.22

2025.1.21

30 Jan 17:14
87fdb64
Compare
Choose a tag to compare

What's Changed

  • Improve connection error handling

Full Changelog: 2025.1.20...2025.1.21

2025.1.20

30 Jan 10:23
e175f34
Compare
Choose a tag to compare

What's Changed

  • Fix index issue with WEEK_PROGRAM_POINTER

Full Changelog: 2025.1.19...2025.1.20