I just wanted to point out to non-russian speakers that there is also a custom component available for Redmond SkyKettle G200S (also works with G210S and other kettles with similar software).
I’ve tested the component. Works great on RPi with Debian, but it doesn’t work with on hassio because gatttool is deprecated and not installed.
The component needs to be rewritten to use python Bluetooth interface.
I guess using btlewrap like:
Installed the custom module using climate_hassio.py
Received error in logs on missing gatttool
I tried to ssh and install gatttool with bluez-deprecated, but it didn’t see hci device to scan for ble devices.
So I could test it only on Official Debian Stretch Lite for RPi.
А точнее конфигурацию можете написать а то у меня ругается
Error loading /config/configuration.yaml: while scanning a simple key
in “/config/configuration.yaml”, line 120, column 5
could not find expected ‘:’
in “/config/configuration.yaml”, line 120, column 9
может что то не подключил ?
в подключении чайника к HA я полный чайник а точной и доскональной документации для чайников я чет толком найти не могу
У меня вышло настроить подключение. Правда под мой чайник компонент не очень подходит, видать API поменялось с версией чайника но включать/выключать чайник я могу.
Вышло так:
water_heater:
- platform: R4S_G200S
device: 'hci0' # hardware bluetooth device
mac: 'kettle_mac_address_here' # your kettle mac
key: 'bbbbbbbbbbbbbbbb' # 8 byte password
scan_interval: 90
У вас судя по всему в конфигурации ошибка, наверное отсутствует “:” в нужном месте.