Skip to content

Releases: dingusdk/PythonIhcSdk

2.8.6

25 Mar 11:53
Compare
Choose a tag to compare

Fixes a warning "The behavior of this method will change in future versions" from HA.

See issue here

2.8.5

23 Mar 12:20
Compare
Choose a tag to compare

Floats from the IHC controller will be rounded to 2 digits. (Floats in the controller only have 2 digits, but the soap interface from the controller may return more digits)

2.8.4

14 Mar 18:14
Compare
Choose a tag to compare
  • Additional debug logging to help troubleshooting problems
  • Cookies are now handled by the python requests.session

2.8.3

12 Dec 16:05
Compare
Choose a tag to compare

Callback on changes will now happen on all changes. Previously if the IHC controller returned more than one change in a single long polling request, only the last event would trigger a callback. Fx. if a boolean resource was on -> off in the same change, only the last off would trigger a callback.

2.8.2

23 Oct 16:20
Compare
Choose a tag to compare

Fixes the WSDateValue type when year is not set the current year is used.
The IHC controller has a bit change behavior, by default the year is initial 2000, when you set the day/month the year becomes 0

2.8.1

23 Oct 15:05
Compare
Choose a tag to compare

Add support for the Date resource. The WSDateValue type , this is a date without time.

2.8.0

14 Apr 09:12
Compare
Choose a tag to compare

SSL Ciphers changes to work with newest 7.0 controller. (Older controllers should use http only because the older controllers does not implement ssl properly)

A new function has bee added to get the IHC project in segments on the ihc client. This is now the new default for the IHC controller. This should put less stress on the IHC controller when downloading a bigger project.

2.7.6

21 Jan 19:55
Compare
Choose a tag to compare

The previous 2.7.5 prevents redundant event changes it the controller restarts, but also introduces a bug because the initial state is not set in the callback.
2.7.6. Will fix this so the initial state is send

2.7.5

21 Jan 11:30
Compare
Choose a tag to compare

Prevent redundant events when ihc controller restarts

2.7.4

22 Jan 12:11
Compare
Choose a tag to compare

4 new functions:

set_runtime_value_timer: Set timer values in milliseconds
set_runtime_value_time: Set time values in hours,minutes,seconds
get_runtime_values: Get multiple runtime values in one request
cycle_bool_value: Send an on and off to a boolean resource in one request