Homeassistant Powercalc Versions Save

Custom component to calculate estimated power consumption of lights and other appliances

v1.12.0-beta.7

2 weeks ago

Fixes:

  • Further improve startup time by reducing unessecary file I/O.
  • Improve debug logging

v1.11.8

2 weeks ago

Changes

  • #2207 Update translations @github-actions
  • #2209 Add IKEA TRETAKT Smart plug @folfy
  • #2211 Update nl.json @EddyK69

🚀 Features

  • #2199 HA 2024.4 upgrade and test compat @bramstroker
  • #2210 Allow off state to be used in playbook state trigger @bramstroker
  • #2215 Update dependencies @bramstroker

🐛 Bug Fixes

  • #2206 fix translations for playbook state trigger @bramstroker

⭐️ Thank you so much for helping out to keep this integration awesome

@EddyK69, @bramstroker and @folfy

v1.12.0-beta.6

3 weeks ago

Fix Failed to download library.json from github, falling back to local copy

v1.12.0-beta.5

4 weeks ago

Fixes

  • Fix issue where data folder was still included in the release

v1.12.0-beta.4

1 month ago

Changes

  • #2199 HA 2024.4 upgrade and test compat @bramstroker
  • Fix alias for apple HomePod gen 2.
  • Fix models where a symlink was used to reference another model. For example Tasmota/A1T

1.12.0-beta.3

1 month ago

Fixes

  • Use async to improve download speed. Can handle concurrent downloads for multiple entities at the same time now.

1.12.0-beta.2

1 month ago

Fixes

  • Issue where profiles were downloaded again after each restart. Resulting in very slow startup times
  • Fix issue with models with parenthesis being downloaded incorrectly, creating a wrong path locally.
  • Better error handling. Continue powercalc setup when one entity causes issues while downloading.

1.12.0-beta.1

1 month ago

This release brings a huge new feature I have worked on for the last month. Previously the whole power profile library was bundled with the component. I have now implemented a download feature, which automatically downloads and updates profiles whenever they are needed. The whole library was 8MB and kept growing, so I think this is a nice improvement.

This solves the following issues

  • Powercalc releases can be done less frequent, because we don't have to do a new release to bring out new power profiles
  • Disk space is saved. You only need the profiles on your file system which actually are relevant to your system.
  • Powercalc update is done faster and no bandwidth waisted.
  • You can directly use a power profile whenever they are submitted into powercalc library and don't have to wait for new releases.

You can read more on it here: https://homeassistant-powercalc.readthedocs.io/en/beta/library/library.html Also I have added an option for people who would like full local control.

Looking for beta testers to iron out any issues before releasing the stable. Please let me know if you experience any issues.

v1.11.7

1 month ago

Changes

💡 Light models

  • #2194 Added Nanoleaf Essentials A19 Matter @DawidPietrykowski
  • #2196 Add color_temp lut for Xiaomi Mi Bedside Lamp 2 [MJCTD02YL] @tr4nt0r
  • #2179 Add Ikea LED2106R3 measurements, Lidl 14156506L remeasurements @martinkura-svk

🐛 Bug Fixes

  • #2191 Potential fix for kkWh unit of measurement issue @bramstroker

⭐️ Thank you so much for helping out to keep this integration awesome

@DawidPietrykowski, @bramstroker, @martinkura-svk and @tr4nt0r

v1.11.6

1 month ago

Changes

  • #2188 Update model.json for the Play 5 to add an name alias @robsonke

🚀 Features

  • #2190 More verbose logging for energy sensor creation @bramstroker

🐛 Bug Fixes

  • #2187 Allow real power sensor to be selectable as group member @bramstroker
  • #2189 Force_calculate_group_energy naming consistent with documentation @bramstroker

⭐️ Thank you so much for helping out to keep this integration awesome

@bramstroker and @robsonke