homeassistant-mastertherm

Home Assistant Mastertherm Component, to communicate and control heat pumps from Mastertherm

MIT License

Stars
5
Committers
3

Bot releases are hidden (Show)

homeassistant-mastertherm - Release 1.1.12 Latest Release

Published by sHedC 7 months ago

Release 1.1.12

What's Changed

  • Update to use Python 3.12 by default in line with Home Assistant April release
  • Fix Warning about Climate Entity Feature
  • Other minor updates

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.11...1.1.12

homeassistant-mastertherm - Release 1.1.11

Published by sHedC 8 months ago

Release 1.1.11

What's Changed

  • Problem with Home Assistant 2024.2. Python dependancy failure as it was checking for 3.12.1, even though Home Assistant is on 3.11 this caused a dependancy issue, now changes to support up to 3.13.

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.10...1.1.11

homeassistant-mastertherm - Release 1.1.11 Beta 0

Published by sHedC 8 months ago

Release 1.1.11 Beta 0

Fixes

  • Attempt to fix issue with Home Assistant >= 2024.2.0
homeassistant-mastertherm - Release 1.1.10

Published by sHedC 9 months ago

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.9...1.1.10

homeassistant-mastertherm - Release 1.1.9

Published by sHedC 11 months ago

Whats changes

  • Updated to allow install on HASS 2023.11.0 so can be updated before updating to 2023.12.0 and higher.

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.8...1.1.9

homeassistant-mastertherm - Release 1.1.8

Published by sHedC 11 months ago

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.7...1.1.8

homeassistant-mastertherm - Release 1.1.7

Published by sHedC 12 months ago

Release 1.1.7

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.6...1.1.7

homeassistant-mastertherm - Release 1.17 Beta 1

Published by sHedC 12 months ago

Update to MT Connect to fix Cooling/ Heating Modes and Prep Support for python 3.12

homeassistant-mastertherm - Release 1.1.6

Published by sHedC about 1 year ago

What's Changed

Minor Updates to update to latest code base and fix some deprecated settings.

  • Updated to test against latest home assistant 2023.8.1
  • Updated to latest MasterthermConnect (bring up to date with PyPi and Lint Checks)
  • Replaces Deprecated VS Code Dev Container settings

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.5...1.1.6

homeassistant-mastertherm - Release 1.1.6 Beta 0

Published by sHedC about 1 year ago

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.5...1.1.6-b0

homeassistant-mastertherm - Release 1.1.5

Published by sHedC over 1 year ago

Release 1.1.5

What's Changed

New Contributors

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.4...1.1.5

homeassistant-mastertherm - Release 1.1.5 Beta 2

Published by sHedC over 1 year ago

Release 1.1.5 Beta 2

Change Log

  • Update to latest masterthermconnect to resolve issue with HP Actual Requested Temperature when cooling.

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.5-b1...1.1.5-b2

homeassistant-mastertherm - Release 1.1.5 Beta 1

Published by sHedC over 1 year ago

Release 1.1.5 Beta 1

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.5-b0...1.1.5-b1

homeassistant-mastertherm - Release 1.1.5 Beta 0

Published by sHedC over 1 year ago

Release 1.1.5 Beta 0

NOTE: Requires version of Home Assistant from 2023-06-01 onwards.

What's Changed

  • Updated to require Home Assistant 2023-06-01
  • Updated to Python 3.11 in line with Home Assistant
  • Added Lint checking with RUFF
  • Fixed Translation of DPC to be Dew Point Control (Was Defrost Protection)
  • Fixed Cooling Curve issue where values were mapped to wrong fields (main heat pump cooling curve)
  • Added support to detect if HP is in passive cooling (used to show heating incorrectly)
  • Attempt to fix occasional issue with Season not updating between winter and summer correctly on automations

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.4...1.1.5-b0

homeassistant-mastertherm - Release 1.1.4

Published by sHedC over 1 year ago

homeassistant-mastertherm - Release 1.1.3

Published by sHedC over 1 year ago

Release 1.1.3

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.2...1.1.3

homeassistant-mastertherm - Release 1.1.2

Published by sHedC over 1 year ago

Release 1.1.2

What's Changed

  • Updated Documentation to give details on Automation and Debugging
  • Updated to masterthermconnect 2.2.2 (Try to fix issue where setting something causes reset after data read)
  • Fix Issue where if the pump is offline when you re-start or re-load causes integration to remove entities. Now raises Config Not Ready and re-tries.

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.1...1.1.2

homeassistant-mastertherm - Release 1.1.1

Published by sHedC over 1 year ago

Release 1.1.1

What's Changed

  • Added more Logging to the API masterthermconnect
logger:
  default: warning
  logs:
    # Log for Mastertherm
    custom_components.mastertherm: debug
    masterthermconnect: debug

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.0...1.1.1

homeassistant-mastertherm - Release 1.1.0

Published by sHedC over 1 year ago

Release 1.1.0

What's Changed

  • Add additional Operating Modes for Heat Pump, including Offline and Idle
  • Added Fan for Air Source and Brine Pump for Others (removes old sensor)
  • Improved Error Handling and Connection for things like API Timeout, increase time between retry on failure
  • HC1 to 6 added HVAC mode Off and Auto
  • DHW added HVAC Mode Off and Auto
  • Re-Aligned Integration to latest HACS Blueprint, including Actions
  • Added Diagnostics Download
  • Added Debug Logging to Set Command
  • Improved Device Info to include HP Pump Type
  • Removed Deprecated Docker Image for Development
  • Updated Readme

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.0.0...1.1.0

homeassistant-mastertherm - Release 1.1.0 Beta 6

Published by sHedC over 1 year ago

Release 1.1.0 Beta 6

Final Test before releasing

What's Changed

Full Changelog: https://github.com/sHedC/homeassistant-mastertherm/compare/1.1.0-b5...1.1.0-b6