Skip to content

Releases: asev/homeassistant-uponor

Fixed I/O inside event loop

27 Jan 22:33
Compare
Choose a tag to compare
v0.6.2

#17 README.md updated

Storage for last temperature

05 Nov 19:56
Compare
Choose a tag to compare

Store the last temperature before turning off. Restore it after turn on. Even if home assistant have been restarted while thermostat is off.

hacs integration

23 Jun 17:41
Compare
Choose a tag to compare
v0.6

hacs.json added

Fixed deprecations of HA 0.110

20 May 18:21
Compare
Choose a tag to compare
v0.5.1

ClimateDevice is deprecated from HA 0.100

No more API glitches

14 May 18:15
8e75113
Compare
Choose a tag to compare

Changelist:

  • API glitches detected (fixed #6)
  • Debug option removed. Check state attributes of climate entity to find its id.

Separate communication library

03 May 18:17
07749e3
Compare
Choose a tag to compare

Communication part moved to UponorJnap library.
There are changes in manifest.json file. Make sure it is uploaded to /config/custom_components/uponor/ directory on Home Assistant.

Multiple controllers support

25 Apr 12:18
Compare
Choose a tag to compare

Changeslist

  • debug configuration option
  • #2 minimum temperature comes from API
  • #1 multiple controllers support 🎉
    This came with one minor breaking change. Keys of names configuration option now has to include controller number.

Previous configuration:

uponor:
    host: IP_ADDRESS_OF_UPONOR_DEVICE
    names:
      t1: "Blue room"
      t4: "Henry's room"

New configuration

uponor:
    host: IP_ADDRESS_OF_UPONOR_DEVICE
    names:
      C1_T1: "Blue room"
      C1_T4: "Henry's room"

Custom thermostat names

12 Apr 19:29
Compare
Choose a tag to compare

Custom names may be set for every thermostat

First release

04 Apr 11:28
cdb8a48
Compare
Choose a tag to compare
v0.1

Update README.md