Skip to content

Releases: koenhendriks/ha-eplucon

v1.2.2

23 Sep 11:32
5915389
Compare
Choose a tag to compare

1.2.2 - 2024-09-23

Fixed

  • Fixed #4, Brine and Production Circulation Pump now have percentage as unit.

Updated

  • Updated requirements.txt to version dacite up until next major release (#2).

v1.2.1

08 Sep 19:44
4f6ee36
Compare
Choose a tag to compare

1.2.1 - 2024-09-08

Added

  • Setup to only allow supported devices with a certain product type (heat_pump for now).
  • Mock client to be used with testing specific API responses.

Fixed

  • Fixed #1 by checking for supported devices.

v1.2.0

08 Sep 14:25
3178dfc
Compare
Choose a tag to compare

Added

  • All missing sensors from the API output:
    • Operation Mode
    • Seasonal Performance Factor (SPF)
    • Position Expansion Ventil
    • Number of Starts
    • Heating Mode
    • Warm Water
    • Alarm Active
    • Current Heating Pump State
    • Current Heating State

v1.1.0

02 Sep 12:04
8c6fa9c
Compare
Choose a tag to compare

1.1.0 - 2024-09-02

Added

  • Homeassistant device info to map entities per device in the integration.
  • Debugging logs for API calls to be able to trace received data.
  • CI using GitHub Actions including HACS validation.
  • Missing Binary sensors (as reported by killer8):
    • Active WW request
    • Direct Outlet (DG1)
    • Mixture Outlet (SG2)
    • Mixture Outlet (SG3)
    • Mixture Outlet (SG4)

Changed

  • Checking for existing value of entity is now stricter on entity value instead of global device realtime_info

Removed

  • Device name from default entity name

v1.1.0 Beta

01 Sep 20:45
a007eec
Compare
Choose a tag to compare
v1.1.0 Beta Pre-release
Pre-release

1.1.0 - 2024-09-01

Added

  • Homeassistant device info to map entities per device in the integration.
  • Debugging logs for API calls to be able to trace received data.

Removed

  • Device name from default entity name

v1.0.0

28 Aug 21:03
4f36f06
Compare
Choose a tag to compare

1.0.0- 2024-08-28

Added

  • Initial release of the Eplucon Home Assistant Integration.
  • Support for retrieving real-time device information from the Eplucon API.
  • Added DeviceDTO, RealtimeInfoDTO, and CommonInfoDTO for structured data management.
  • Integration with Home Assistant's sensor platform.
  • Automatic sensor entity creation based on Eplucon devices and their real-time data.
  • Configuration via Home Assistant's UI, including token-based authentication.
  • Data fetching and update mechanism using Home Assistant's DataUpdateCoordinator.
  • Error handling and logging for API errors and data fetching issues.

Fixed

  • Issues with sensor entity registration on restart.
  • Corrected handling of DTO conversion from API responses.
  • Addressed bug with entity setup causing entities to be marked as "no longer provided" after restart.

Known Issues

  • Some device data may be returned as empty lists (e.g., heatpump data) due to API response inconsistencies.
  • Minor delays in data updates may occur depending on API response time.