All Projects → mac-zhou → Homeassistant Mi Acpartner

mac-zhou / Homeassistant Mi Acpartner

Licence: mit
XiaoMi AC Partner plugins for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Homeassistant Mi Acpartner

Xiaomi Flashable Firmware Creator
Xiaomi Flashable Firmware Creator
Stars: ✭ 74 (-38.84%)
Mutual labels:  xiaomi
Mi Home
С# API for Xiaomi Mi Home devices
Stars: ✭ 86 (-28.93%)
Mutual labels:  xiaomi
Onepush
消息推送用OnePush,就够了!
Stars: ✭ 1,401 (+1057.85%)
Mutual labels:  xiaomi
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-33.88%)
Mutual labels:  xiaomi
Homebridge Mi Philips Light
XiaoMi Philips light plugins for HomeBridge.
Stars: ✭ 85 (-29.75%)
Mutual labels:  xiaomi
Hass Xiaomi Miot
Auto integrate xiaomi devices by miot-spec for HomeAssistant
Stars: ✭ 93 (-23.14%)
Mutual labels:  xiaomi
Home Assistant Config
Home Assistant Configuration & Documentation for my Smart House.
Stars: ✭ 1,115 (+821.49%)
Mutual labels:  xiaomi
Ios Rn Sdk
Works with mijia
Stars: ✭ 111 (-8.26%)
Mutual labels:  xiaomi
Camcontrol
Open source app to connect with popular action cameras, replacing your vendor's closed source app system.
Stars: ✭ 85 (-29.75%)
Mutual labels:  xiaomi
Videop2proxy
Proxy to enable P2P only cameras to work with standard protocols.
Stars: ✭ 102 (-15.7%)
Mutual labels:  xiaomi
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-31.4%)
Mutual labels:  xiaomi
Aqara Mqtt
Aqara (Xiaomi) Gateway to MQTT bridge (I use it for home assistant integration)
Stars: ✭ 84 (-30.58%)
Mutual labels:  xiaomi
Incubator Pegasus
['pɛgəsəs] A distributed key-value storage system developed and maintained by Xiaomi Cloud Storage Team.
Stars: ✭ 1,346 (+1012.4%)
Mutual labels:  xiaomi
Open Desk Lamp Firmware
Open source firmware for the xiaomi desk lamp
Stars: ✭ 78 (-35.54%)
Mutual labels:  xiaomi
Yeelightapi
C# API (.Net) to control Xiaomi Yeelight devices
Stars: ✭ 106 (-12.4%)
Mutual labels:  xiaomi
Yi Hack V4
New Custom Firmware for Xiaomi Cameras based on Hi3518e Chipset. It features RTSP, SSH, FTP and more!
Stars: ✭ 1,183 (+877.69%)
Mutual labels:  xiaomi
Php Miio
Реализация взаимодействия с устройствами из экосистемы xiaomi по протоколу miIO
Stars: ✭ 87 (-28.1%)
Mutual labels:  xiaomi
Decryptlogin
APIs for loginning some websites by using requests.
Stars: ✭ 1,861 (+1438.02%)
Mutual labels:  xiaomi
Xiaomi Flower Care Api
Xiaomi Flower Care (MiFlora) API wrapper.
Stars: ✭ 111 (-8.26%)
Mutual labels:  xiaomi
Homebridge Mi Airpurifier
XiaoMi air purifier plugins for HomeBridge.
Stars: ✭ 100 (-17.36%)
Mutual labels:  xiaomi

homeassistant-mi-acpartner

小米空调伴侣的homeassistant插件

本插件主要是对homebridge-mi-acpartner移植到homeassistant,感谢开发者。

同时参考了HomeAssistant论坛各路大神们几个空调插件的做法,此处不在一一全表,同样感谢。

说到底,其实我只是个搬运工(^-^)

Feature(功能)

  • 开关空调

  • 控制模式:

    • 使用空调码或红外码控制你的空调。
    • 在17-30度之间调整空调温度(默认情况)。
    • 温度如果调节到31度或者16度即是关闭空调。
    • 制冷,制热,自动模式支持。
    • 风力,扫风状态(目前只支持开/关)支持。
    • 支持自定义风力(fan)和扫风(swing)的空调码或红外码,具体配置见下面可选配置部分。
    • 温度,模式不支持自定义空调码或红外码,根据 homebridge-mi-acpartner中presets.json 定义而来

Config(配置)

  • 必要配置

    • host: 空调伴侣的ip地址

    • token: 空调伴侣的token

    • name: 在HASS中显示的名字

    • target_sensor: 获取当前温度,填写你的温湿度传感器ID (为了兼容某些用户无温湿度传感器,所以实际此项为可选配置)

  • 可选配置

    • target_temp: 设置操作界面的起始温度(此配置项已经去除,老版本配置不影响)

    • sync: 填写与空调伴侣的同步间隔,单位是秒(默认是15秒)

    • customize:自定义风力或扫风空调码或红外码

  • 配置示例

基本配置

climate:
  - platform: mi_acpartner
    name: mi_acpartner
    host: 10.0.0.234
    token: 8171378a40b1a77ee7a8254b15c75cfc
    target_sensor: sensor.temperature_158d00015aefc4

自定义空调码或红外码

大部分空调码以01开头;大部分红外码以FE开头,支持混写。

climate:
  - platform: mi_acpartner
    name: mi_acpartner
    host: 10.0.0.234
    token: 9878a40b1a77ee7a8254b15c75cfb
    target_sensor: sensor.temperature_158d00015a
    sync: 60
    customize:
      swing:
        top: 010501820000261801
        down: FEADASDSDSDSDSDSADSAFADSFASA
      fan:
        max: FEADASDSDSDSDSDSADSAFADSFASAD
        med: FEBDASDSDSDSDSDSADSAFADSFASAR
        min: 010501A20000261B01
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].