Releases: yozik04/nibe
Releases · yozik04/nibe
2.1.2
What’s Changed
- Fixing: #98 Alarm flipping between 0 and 0.0. Int type was always converted to float. Regression appeared in 2.0.0.
- Update s1155_s1255.csv (#95) @johanschelin
Full Changelog: 2.1.1...2.1.2
2.1.1
2.1.0
What’s Changed
- Support for
word_swap
setting auto detection for NibeGW connection.
Full Changelog: 2.0.0...2.1.0
2.0.0
Breaking changes
Separate coil configuration from data #83 (#91)
- Removed
Coil.value
property and replaced with separateCoilData
class that holdsCoil
itself and it's value. read_coil
,read_coils
,write_coil
function signatures has changed.- Exceptions reorganised and renamed.
What’s Changed
- Adding pool temperature sensor for S1255 heat pump (#88) @malatg
- Adding VVM S320 registers (#86)
- Fix invalid datatype of
Cooling with room sensor
for SMO40 (#81) @tomrennen
Full Changelog: 1.6.0...2.0.0
1.6.0
What’s Changed
- Convert SMO40 filter time to numeric value (#79) @tomrennen
- Allow data removal by setting value to
null
in extensions.json (#78) @tomrennen - Postpone exception until after all read (#75) @elupus
- Fix some units (#76) @gaaf
- Correct unit for power on s1255 (#74) @elupus
New Contributors
- @gaaf made their first contribution in #76
- @tomrennen made their first contribution in #78
Full Changelog: 1.5.0...1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
Bug fix
- Fix parsing bulk read of LOG.SET parameters. Now we ignore expected 32 bit coil values in the readout because only 16bit are actually transferred. #nibe-mqtt/15
Full Changelog: 1.3.0...1.3.1