Prana recuperators (fan) for Home Assistant over bluetooth
Supported operations:
- control speed (1 - 10)
- auto / night / heat mode
- read sensor values: VOC, CO2
- air direction
sudo hcitool lescan
- Create
custom_components/prana/
in your homeassistant config directory. - Copy the files of this repository into this directory.
- Add the config to your configuration.yaml file as explained below.
- Restart Home Assistant or Hass.io.
- When running Home Assistant in docker add
-v /var/run/dbus/:/var/run/dbus/:z
in order to Forward /var/run/dbus/ from host OS to docker
prana:
scan_interval: 60 # refresh data in x seconds
devices:
- mac: 'XX:XX:XX:XX:XX:XX'
prana:
devices:
- mac: 'XX:XX:XX:XX:XX:XX'
monitored_conditions:
- voc
- co2
- voc
prana:
scan_interval: 60 # refresh data in x seconds
devices:
- mac: 'XX:XX:XX:XX:XX:XX'
name: 'Prana living room'
monitored_conditions:
- co2
- voc
logger:
default: error
logs:
custom_components.prana: debug
- password is not supported
- tested only on prana-150
- reading device name, temperatures, humidity and air pressure aren't yet supported