Skip to content

Releases: funtastix/rinnaitouch

fixing auto-mode for zones

23 Feb 13:40
2eed9e8
Compare
Choose a tag to compare
Merge pull request #69 from funtastix/develop

fixing auto-mode for zones

Remove old code and fix setup flow

23 Feb 02:55
c68ee33
Compare
Choose a tag to compare
Merge pull request #68 from funtastix/develop

Remove old code and fix setup flow

Improved Zone support and Code refactor: reorganised code base

23 Feb 01:13
62cd84c
Compare
Choose a tag to compare

Reworked handling of zones, based on issue funtastix/pyrinnaitouch#8 and #51 and tested with mocked version.
New version of the library with breaking changes!

don't set heater/cooler manual/auto mode when switching

20 Feb 10:55
2c69f9f
Compare
Choose a tag to compare
Merge pull request #64 from funtastix/develop

don't set heater/cooler manual/auto mode when switching. Use preset m…

Catch TimeoutError in receiver

11 Feb 09:24
9832b80
Compare
Choose a tag to compare
Merge pull request #62 from funtastix/develop

update library to fix timeout error in receiver

Fix setting zone temperature

08 Feb 05:21
162896c
Compare
Choose a tag to compare
Merge pull request #61 from funtastix/develop

fix setting zone temperature and address one main issue in #51

Fix issues in #45 and add some safety around startup status updates

07 Feb 12:29
3a23cd4
Compare
Choose a tag to compare
Merge pull request #60 from funtastix/develop

Fix issues in #45 and add some safety around startup status updates

fix setting fan speeds

06 Feb 23:12
7c150a1
Compare
Choose a tag to compare
Merge pull request #59 from funtastix/develop

fix setting fan speed

Fix setting mode from climate cards

06 Feb 23:07
3651dca
Compare
Choose a tag to compare
Merge pull request #58 from funtastix/develop

fix mode setting in climate cards

Changed library from polling to push

06 Feb 13:32
d1943ca
Compare
Choose a tag to compare

This decreases load on the machine while at the same time making the control much more responsive. Interactions on the actual unit reflect within a second, and control command reflect on the unit basically immediately.