Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.19 KB

README.md

File metadata and controls

77 lines (62 loc) · 2.19 KB

Bonaire My Climate Custom Component

This Home Assistant custom component is a reverse engineered implementation of the "My Climate" iOS/Android app which is used to control the Wi-Fi module of a Bonaire heating and/or cooling system. This is in no way associated with the company Bonaire and comes with no guarantees or warranty. Use at your own risk.

Installation

hacs

Install via HACS.

Prerequisites

  • You must have the Bonaire Wi-Fi Module installed and connected to your Wi-Fi.
  • You must not have your iOS/Android app connected to the module.

Configuration

After you have installed the custom component (see above):

  1. Goto the Configuration -> Integrations page.
  2. On the bottom right of the page, click on the + Add Integration sign to add an integration.
  3. Search for Bonaire MyClimate. (If you don't see it, try refreshing your browser page to reload the cache.)
  4. Click Submit so add the integration.

Troubleshooting

Please set your logging for the custom_component to debug:

logger:
  default: warn
  logs:
    custom_components.bonaire_myclimate: debug

Using "Simple Thermostat"

There is a custom card that looks great and works really well with this climate component. https://github.com/nervetattoo/simple-thermostat This is the lovelace code I use to display my thermostat.

image

type: custom:simple-thermostat
entity: climate.bonaire_myclimate
header: false
layout:
  step: row
  mode:
    headings: false
hide:
  state: true
decimals: '0'
step_size: '1'
control:
  _headings: false
  hvac:
    cool:
      name: Cool
    fan_only:
      name: Fan Only
    heat:
      name: Heat
    'off':
      name: 'Off'
  preset:
    '1':
      name: Downstairs
    '2':
      name: Upstairs
    _hide_when_off: true
    1,2:
      name: Everywhere

Buy Me A Coffee