vallox_websocket_api

Async API for Vallox ventilation units. Is used in HomeAssistant.

LGPL-3.0 License

Downloads
5.5K
Stars
23
Committers
8

Bot releases are visible (Hide)

vallox_websocket_api - 2.12.0

Published by github-actions[bot] about 2 years ago

What’s Changed

  • Adding undefined values detection. Undefined values are now converted to None.
vallox_websocket_api - 2.11.0

Published by github-actions[bot] over 2 years ago

What’s Changed

  • Added get_next_filter_change_date that accepts cached metric data as input.
vallox_websocket_api - 2.10.0

Published by github-actions[bot] over 2 years ago

What’s Changed

  • Add method for next filter change date (#19) @slovdahl
  • Fix some warnings seen when running tests (#18) @slovdahl
vallox_websocket_api - 2.9.0

Published by github-actions[bot] almost 3 years ago

What’s Changed

  • Compatibility with websockets 10 (#17)
  • Improved type hints
vallox_websocket_api - 2.8.1

Published by github-actions[bot] over 3 years ago

Fixes

  • UUIDs with leading zeroes were not converted correctly.
vallox_websocket_api - 2.8.0

Published by github-actions[bot] over 3 years ago

What’s Changed

  • get_info returns device UUID (#16) @viiru-
vallox_websocket_api - 2.7.0

Published by github-actions[bot] over 3 years ago

Fixed

  • CVE-2021-33880 fix. websockets dependency updated to >= 9.1, < 10.0

Removed

Python 3.5 support

vallox_websocket_api -

Published by yozik04 over 4 years ago

What’s Changed

  • The library now uses "vallox" logger instead of root logger.
vallox_websocket_api -

Published by github-actions[bot] over 4 years ago

What’s Changed

  • A_CYC_EXTR_FAN_BALANCE_BASE and A_CYC_SUPP_FAN_BALANCE_BASE added to settable list #13
  • PROFILE is now python3 Enum class. No code changes in clients required.
  • Some code cleanup.
vallox_websocket_api -

Published by github-actions[bot] over 4 years ago

What’s Changed

  • Dependencies: websockets >= 7.0, < 9.0
vallox_websocket_api - 2.3.0

Published by github-actions[bot] almost 5 years ago

Changed

  • Set temperature now allows to set degrees with 0.1 precision #11
vallox_websocket_api - 1.5.2 - Last release for Python 2.7

Published by yozik04 almost 5 years ago

  • Last stable synchronous version of the library that support Python 2.7 as well as Python 3+
vallox_websocket_api - 2.0.0

Published by yozik04 almost 5 years ago

Added

  • First Async version of the lib

Removed

  • Python 2.x support
vallox_websocket_api - 2.1.0

Published by yozik04 almost 5 years ago

Added

  • Lib intercepts all websocket exceptions and throws ValloxWebsocketException instead.
vallox_websocket_api -

Published by yozik04 almost 5 years ago

Changed

  • Removed numpy dependency and added construct instead of it
Package Rankings
Top 6.45% on Pypi.org
Badges
Extracted from project README
Test and Lint PyPI - Status PyPI PyPI - License Codecov
Related Projects