Skip to content

Releases: aLAN-LDZ/ThesslaGreen_HA

0.2.5

02 Oct 12:27
515c822

Choose a tag to compare

Update manifest.json

0.2.4

02 Oct 11:36
d3955f0

Choose a tag to compare

Merge pull request #18 from linean/update-pymodbus

Update pymodbus to 3.11.2

0.2.3

25 Sep 17:59
c1548db

Choose a tag to compare

fix warning
calls async_write_ha_state from a thread other than the event loop

0.2.2

24 Sep 17:28
e042133

Choose a tag to compare

📦 v0.2.2 – Nowe funkcje i poprawki

✨ Dodane

  • Nowe sensory obliczeniowe:
    • Rekuperator sprawność (%)
    • Rekuperator moc odzysku (kW)
    • Rekuperator COP (x)
  • Obsługa OptionsFlow – można wskazać encję sensora poboru mocy (W/kW) bez ponownej instalacji integracji.
  • COP otrzymał jednostkę "x", aby poprawnie wyświetlał się na wykresach HA.
  • Integracja jest teraz HACS ready 🎉 – można ją łatwo instalować i aktualizować z poziomu HACS.

🐞 Poprawki

  • Stabilniejsze nasłuchiwanie zmian sensora mocy – COP odświeża się automatycznie przy zmianach wartości.
  • Logi ostrzegają, jeśli podano encję energii (kWh) zamiast mocy (W/kW).

0.2.1

24 Sep 14:50
d217ae7

Choose a tag to compare

📦 v0.2.0 – Nowe funkcje i poprawki

✨ Dodane

  • Nowe sensory obliczeniowe:
    • Rekuperator sprawność (%)
    • Rekuperator moc odzysku (kW)
    • Rekuperator COP (x)
  • Obsługa OptionsFlow – można wskazać encję sensora poboru mocy (W/kW) bez ponownej instalacji integracji.
  • COP otrzymał jednostkę "x", aby poprawnie wyświetlał się na wykresach HA.

🐞 Poprawki

  • Stabilniejsze nasłuchiwanie zmian sensora mocy – COP odświeża się automatycznie przy zmianach wartości.
  • Logi ostrzegają, jeśli podano encję energii (kWh) zamiast mocy (W/kW).

0.2.0: Merge pull request #14 from aLAN-LDZ/device-efficiency-sensors

24 Sep 08:48
eb2656c

Choose a tag to compare

📦 v0.2.0 – Nowe funkcje i poprawki

✨ Dodane

  • Nowe sensory obliczeniowe:
    • Rekuperator sprawność (%)
    • Rekuperator moc odzysku (kW)
    • Rekuperator COP (x)
  • Obsługa OptionsFlow – można wskazać encję sensora poboru mocy (W/kW) bez ponownej instalacji integracji.
  • COP otrzymał jednostkę "x", aby poprawnie wyświetlał się na wykresach HA.

🐞 Poprawki

  • Stabilniejsze nasłuchiwanie zmian sensora mocy – COP odświeża się automatycznie przy zmianach wartości.
  • Logi ostrzegają, jeśli podano encję energii (kWh) zamiast mocy (W/kW).

0.1.1

12 Sep 15:34
9ca818b

Choose a tag to compare

Right now, data is refreshed inside the Modbus controller loop, and the coordinator only accesses cached values. That means the coordinator can’t wait for the first fetch, so new devices won’t show data for up to 30 seconds. async_config_entry_first_refresh only works if the coordinator can wait for data.

To make things simpler, I propose removing the update loop from the controller entirely. Home Assistant will handle data refreshes, so values show up immediately after adding a new device.

I also made a few small improvements, like packing the data into a dedicated class instead of a plain dictionary for a cleaner structure.

Thanks to @linean

Refactor Modbus Controller

04 Sep 15:23
438ab32

Choose a tag to compare

Merge pull request #11 from linean/refactor-mobus-controller

Refactor Mobus controller

Fix for HA 2025.09

04 Sep 15:06
ebb6338

Choose a tag to compare

Merge pull request #12 from linean/update-pymodbus

Update pymodbus to 3.11.1

0.0.8: Merge pull request #7 from aLAN-LDZ/fix-ha-2025.6

15 Jun 15:31
ff45454

Choose a tag to compare