Skip to content

Custom HomeAssistant component to control Tuya based floor heating thermostat BHT-002-GBLW locally

Notifications You must be signed in to change notification settings

TheSDTM/HomeAssistant-BHT-002-GBLW-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HomeAssistant Tuya based floor thermostat BHT-002-GBLW custom component

Setup

Place manifest.json, __init__.py and climate.py into custom_components/tuya_climate. Then setup config.

Configuration

climate:
  - platform: tuya_climate
    ip: "IP"
    id: "ID"
    key: "KEY"
    scan_interval: 10 # how frequently request updates from thermostat

Key and ID extraction

https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md has information for how to get device id and local key.

About

Custom HomeAssistant component to control Tuya based floor heating thermostat BHT-002-GBLW locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages