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

solideus/HomeAssistant-MOES-HY09-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeAssistant Tuya based floor thermostat MOES-HY09 custom component (Adapted from TheSDTM/HomeAssistant-BHT-002-GBLW-component)

Notes

Apparently it works:

  • Adjust temperature
  • Change between modes (Vacation mode not selectable)
  • Now reports when it's heating
  • Filter "0" reports values (2021/01/31)

Setup

Place manifest.json, __init__.py and climate.py into custom_components/tuya_climate. Place pytuya folder 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

Packages

No packages published

Languages

  • Python 100.0%