Skip to content

leva0887/homeassistant-mi-heater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homeassistant-mi-heater for zhimi.heater.mc2, zhimi.heater.zb1 and zhimi.heater.za2

hacs_badge

  • Modified component what was not correctly worked in HASS new version.
  • Tested on zhimi.heater.mc2
  • Tested on zhimi.heater.zb1
  • Tested on zhimi.heater.za2 (some issues reported. If someone has the correct raw codes working, I can integrate)

Xiaomi Smart Space Heater S(zhimi.heater.mc2) component for home-assistant p

Xiaomi Mi Smart Space Heater 1S (zhimi.heater.zb1) component for home-assistant p

Install through HACS:

Add a custom repository in HACS pointed to https://github.com/ee02217/homeassistant-mi-heater

The new integration for miHeater should appear under your integrations tab.

Click Install and restart Home Assistant.

Install manually:

Copy the contents found in https://github.com/ee02217/homeassistant-mi-heater/tree/master/custom_components/miheater/ to your custom_components folder in Home Assistant.

Restart Home Assistant.


Configuration.yaml

climate:
  - platform: miheater
    host: <your device ip address>
    token: <your device miio token>
    name: xiaomi_heater
    model: zhimi.heater.mc2 (optional: zhimi.heater.mc2 | zhimi.heater.zb1 | zhimi.heater.za2)

Features

  • supporting power on/off
  • supporting setting temperature
  • supporting read temperature from device

xx

TODO

  • make device detection in code persistent (instead of querying device everytime
  • improve documentation and service description
  • make hacs compatible

About

Home Assistant integration for MiHeaters.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%