Releases: AN3Orik/systemair
Releases · AN3Orik/systemair
v1.0.23
09 Mar 14:29
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: add sensors for analog universal inputs UI1 and UI2 by @dwojcik92 in #27
Improve FAN_OFF detection by @pmp02 in #29
Added test support for Home Solution cloud API (now only fetch devices, mapping isn't ready at this moment)
New Contributors
Full Changelog : v1.0.22...v1.0.23
1.0.22
12 Jan 11:30
Compare
Sorry, something went wrong.
No results found
Update modbus.py correct free cooling by @dtswk in #24
Now Alarm History sensor reading is configurable and disabled by default to reduce the load on ModBus (#26 )
1.0.21
11 Jan 10:05
Compare
Sorry, something went wrong.
No results found
Added reading for missed blocks prevented Free Cooling display correctly (#21 )
What's Changed
Removed comments from previous pull correcting the readblocks in api.py by @dtswk in #23
New Contributors
Full Changelog : v1.0.20...v1.0.21
1.0.20
10 Jan 06:42
Compare
Sorry, something went wrong.
No results found
Fixed manual fan speed going to back to off after a read (#20 )
1.0.19
10 Jan 00:46
Compare
Sorry, something went wrong.
No results found
Added FAN_OFF logic (when unit is operating but fans stopped) (based on #18 )
Now updated interval is configurable (based on #19 )
Default update interval is 60s now to prevent unit to hang (#17 )
1.0.18
11 Dec 13:10
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix Web API empty/invalid JSON responses with retry logic and safe unit_version field access for #17
Bump actions/checkout from 5 to 6 by @dependabot [bot] in #15
Full Changelog : v1.0.17...v1.0.18
1.0.17
30 Oct 09:45
Compare
Sorry, something went wrong.
No results found
Fix Web API 414 URI Too Long error by implementing configurable chunking (default 70 registers per request, range 30-125)
Ensure all numeric values are integers in chunking logic to prevent TypeError in slice operations
1.0.16
30 Oct 09:16
Compare
Sorry, something went wrong.
No results found
Fixed WebAPI client async_get_data didn't respect _max_registers_per_request
1.0.15
30 Oct 08:47
Compare
Sorry, something went wrong.
No results found
Added max registers per request option for WebAPI client (related to #14 tests)
1.0.14
26 Oct 23:03
Compare
Sorry, something went wrong.
No results found
Fixed max registry block reading count overflow (#13 )