Skip to main content

Python3 library for single-room energy recovery ventilators from Vents 160-E

Project description

# Vents_Breezy

Python3 library for single-room energy recovery ventilators from Vents / Blauberg / Flexit /Vents Remaked from PyEcoventv2 by https://github.com/gody01/pyEcoventV2

## Install

pip3 install vents_breezy

## Example usage

from vents_breezy import Fan “”” Create a new fan with IP Address “”” “”” The Fan object takes ‘host’, ‘name’, ‘port’ as arguments “”” “”” ‘host’ (IP address) is the only mandatory argument “”” “”” ‘name’ is optional and will default to ecofan “”” “”” ‘port’ is also optional and will default to 4000 “””” fan=Fan(“192.168.0.22”)

“”” Optinally create a Fan with a name fan=Fan(“192.168.0.22”, “Cellar Fan”)

“”” Update the current values of the fan “”” fan.update()

“”” Print the current configured values “”” print(fan.state) print(fan.speed) print(fan.man_speed) print(fan.airflow) print(fan.humidity)

“”” Set speed to medium (low=1 / medium=2 / high=3) “”” fan.set_speed(2) print(fan.speed)

“”” Set fan state to off/on “”” fan.set_state_off() fan.set_state_on()

“”” Set manual speed to 123 (valid values 22 -> 255) “”” fan.set_man_speed(123) print(fan.man_speed)

“”” Set airflow to ‘Air Supply’ (ventilation=0 / heat recovery=1 / air supply=2)””” fan.set_airflow(2) print(fan.airflow)

## Intended usage The intended usage of this library is to include ventilation fans from Vents / Blauberg / Flexit / Vents in <https://www.home-assistant.io/>

## Tested fans This library has only been tested on the following fans:

By me: - [Vents Breezy 160-E](https://ventilation-system.com/product/breezy-160-e/)

By pyEcoventV2 maintainers: - [Twinfresh Expert RW1-50](http://vents-us.com/item/5262/VENTS_TwinFresh_Expert_RW1-50-2_Wi-Fi/) - [Blauberg VENTO Expert A50-1 W](https://blaubergventilatoren.de/en/product/vento-expert-a50-1-w) - [Blauberg VENTO Expert A50-1 W](https://blaubergventilatoren.de/en/product/vento-expert-a50-1-w) - [Blauberg VENTO EXPERT DUO A30-1 W](https://blaubergventilatoren.de/en/series/vento-expert-duo-a30-1-s10-w-v2)

Fans from Flexit are identical and should work, but this is not yet tested: - [Single room ventilator Roomie Dual](https://www.flexit.no/en/products/single_room_ventilator/single_room_ventilator_roomie_dual/single_room_ventilator_roomie_dual/)

## Changelog - v 0.0.1. – initial release - v 0.0.3. – Remove unneeded sensors for Vents Breezy 160E and added beeper and display sensors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vents_breezy-0.0.3.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Vents_Breezy-0.0.3-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file vents_breezy-0.0.3.tar.gz.

File metadata

  • Download URL: vents_breezy-0.0.3.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for vents_breezy-0.0.3.tar.gz
Algorithm Hash digest
SHA256 909e9d9fc4e90dacc2b47835dc22ef160ba77da3780e7b0f9aa7e413b61ba3af
MD5 df6214fcf6a8af8bcf9bbb33f354c212
BLAKE2b-256 67ff45f84de08c57c535c4e6e78b33e63ba784a8be2df81cb6dd1de98506106a

See more details on using hashes here.

File details

Details for the file Vents_Breezy-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: Vents_Breezy-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for Vents_Breezy-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 152287e6522898e288e96d70ac4dbb7f74a2203f2c78d530a758e8b45b237f56
MD5 384e421daa9da149b1ed582e4c12aff8
BLAKE2b-256 fea3c89cc5555f8a0b5d502ed00926dd2cad6013953f9e5847c8d9d446ce3ad0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page