Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 3.26 KB

info.md

File metadata and controls

64 lines (35 loc) · 3.26 KB

Description (Описание)

This integration allows you to connect Redmond Kettler G200S to your HomeAssistant (Интеграция позволяет подключить чайник Redmond G200S к вашему HomeAssistant)

What's new:

2020/01/26 add switch to manage "use backlight to show current temperaure and sync statuses" option

2020/01/27 add switch to manage "hold temperature after heat" option

2020/02/07 add switch to first authorize redmond kettler (now, you can initialize Redmond device and AFTER that connect to kettler from HA frontend), bugfixes

Installation instructions:

After installation add the above strings to your configuration.yaml. Need to come up with any hex password 8 bytes long. Restart HA. You must see new inactive water heater, sensor and light elements. Hold down the button on the kettle until the LEDs flash rapidly. Turn on redmondauthorize switch.

(После установки добавьте вышеуказанные строки в ваш конфигурационный файл. Нужно придумать любой hex пароль длиной 8 байт. Перезагрузите homeassistant для применения конфигурации. После загрузки вы должны увидеть новые неактивные элементы water heater, sensor and light. Удерживайте кнопку на чайнике до тех пор, пока светодиоды не начнут часто мигать. Включите переключатель redmondauthorize. ).

Example configuration.yaml:

r4s_kettler:
  device: 'hci0'
  mac: 'FF:FF:FF:FF:FF:FF'
  password: 'ffffffffffffffff'

Configuration variables:

key description
device (Required) The physical bluetooth device, for example 'hci0' (имя физического устройства блютус, например 'hci0')
mac (Required) The mac address of Redmond Kettler (мак адрес чайника Redmond)
password (Required) the password to your kettler, need to be 8 byte length (пароль для подключения к чайнику, должен быть длиной 8 байт)

Installation instructions

After installation add the above strings to your configuration.yaml. Need to come up with any hex password 8 bytes long. Then hold down the button on the kettle until the LEDs flash rapidly. Restart HA immediately.You must see new water heater, sensor and light elements.

(После установки добавьте вышеуказанные строки в ваш конфигурационный файл. Нужно придумать любой hex пароль длиной 8 байт. Удерживайте кнопку на чайнике до тех пор, пока светодиоды не начнут часто мигать. Сразу перезагрузите HA. После загрузки вы должны увидеть новые элементы water heater, sensor and light).

Screenshots

example1 example2 example3 example4