Skip to content

Custom HA integration for BWT Perla devices

License

Notifications You must be signed in to change notification settings

apromix/hacs-bwt-perla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom HACS integration for the BWT Perla

BWT Perla integration repository for HACS.

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Requirements

  • Local API enabled
    • available with firmware 2.02xx
    • enabled in Settings > General > Connection
  • "Login-Code" sent to you by mail during registration
  • local network connection (you need the ip address during setup)

Installation

  • Add this repository as user-defined repository in HACS
  • Setup integration and enter host / ip address and the "Login-Code"
  • Optional: set bwt total output as water source in the energy dashboard

Entities

Entity Id(s) Information
total_output Increasing value of the blended water = the total water consumed. Use this as water source on the energy dashboard.
errors, warnings The fatal errors and non-fatal warnings. Comma separated list or empty if no value present. List of values.
state State of the device. Can be OK, WARNING, ERROR
holiday_mode If the holiday mode is active (true) or not (false)
holiday_mode_start Undefined or a timestamp if the holiday mode is set to start in the future
hardness_in, hardness_out dH value of the incoming and outgoing water. Note that this value is not measured, but configured on the device during setup
customer_service, technician_service Timestamp of the last service performed by the customer or technician
regenerativ_level Percentage of salt left
regenerativ_days Estimated days of salt left
regenerativ_mass Total grams of salt used since initial device setup
last_regeneration_1, last_regeneration_2 Last regeneration of column 1 or 2
counter_regeneration_1, counter_regeneration_2 Total count of regenerations since initial device setup

Get monthly / daily / hourly / per 15 minute / ... water usage

Unfortunately, the BWT API does not hand out these values. You can setup a Utility Meter in Home Assistant to calculate them:

and provide a reset cycle to get daily / ... values:

About

Custom HA integration for BWT Perla devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%