Skip to content

Releases: alexdelprete/ha-4noks-elios4you

0.3.8 - Improve switch state refresh

18 Feb 17:37
9d25650
Compare
Choose a tag to compare
  • Call handle coord update on switch state change

0.3.7 - Let's give the switch entity some love

18 Feb 16:24
ac5f7c3
Compare
Choose a tag to compare
  • Improve switch entity state update: once switch change is confirmed, update the DAT relay_state value to reflect the current state of the switch so we avoid having to wait for the poll cycle.

0.3.6 - Bug in open/close connection action

18 Feb 15:53
d8fa9c0
Compare
Choose a tag to compare
  • Fixed but in asinc_get_data open connection

0.3.5 - Persistence logic improved

18 Feb 15:38
2b8c1a6
Compare
Choose a tag to compare
  • Introduced CONN_TIMEOUT constant
  • Renamed some CONF variables

0.3.4 - Persistence option is working...

18 Feb 15:28
7df5879
Compare
Choose a tag to compare

The new connection management function seems to improve things quite a bit.

  • Small typo

0.3.3 - Persistent connection

18 Feb 15:02
845a0d8
Compare
Choose a tag to compare
  • Introduced Persistent Connection option in config flow
  • Refactored connection open/close with persistance

0.3.2 - We're close to a stable version

17 Feb 01:43
7d71c8d
Compare
Choose a tag to compare

Removed async_force_update from switch turn_on/turn_off

0.3.1 - promising version (sync telnetlib)

17 Feb 01:26
41bf8c3
Compare
Choose a tag to compare

the sync version of telnetlib3 looks promising: faster and no weird errors...let's test it more...

0.3.0 - Switched to telnetlib sync

17 Feb 00:31
43785c8
Compare
Choose a tag to compare

telnetlib3 was behaving very strangely: caused oom-kill issues, I guess to memory leaks or something like that. So I decided to revert to the old trusted telnetlib, that is sync.

Let's see if it's stable...

0.2.9 - Fixing oom-kill bug

15 Feb 10:20
52b3a8a
Compare
Choose a tag to compare

Chasing a nasty bug