All Projects → iprak → winix

iprak / winix

Licence: MIT license
Home Assistant component for C545 Winix Air Purifier

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to winix

purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+181.82%)
Mutual labels:  homeassistant, purifier
espkyogate
Serial Bridge for Bentel Kyo Alarm System.
Stars: ✭ 22 (-60%)
Mutual labels:  homeassistant
HomeAssistantRepository
🏡 Home Assistant on Gentoo Linux.
Stars: ✭ 26 (-52.73%)
Mutual labels:  homeassistant
home-assistant-miele
Miele integration for Home assistant
Stars: ✭ 101 (+83.64%)
Mutual labels:  homeassistant
ESPHome-Devices
A collection of ESPHome custom components, configuration files, and custom code for my various ESP8266/ESP32 devices that integrate with Home Assistant.
Stars: ✭ 83 (+50.91%)
Mutual labels:  homeassistant
hassio-addons
➕ Docker add-ons for Hass.io
Stars: ✭ 33 (-40%)
Mutual labels:  homeassistant
Plate-Minder
Monitor a video source for license plates and record them. Zero cloud dependencies.
Stars: ✭ 106 (+92.73%)
Mutual labels:  homeassistant
PlexMeetsHomeAssistant
Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Stars: ✭ 73 (+32.73%)
Mutual labels:  homeassistant
homeassistant-jlrincontrol
An integration for JLR InControl to Home Assistant
Stars: ✭ 34 (-38.18%)
Mutual labels:  homeassistant
HA Garage Doors
Using Home Assistant and MQTT to open garage doors
Stars: ✭ 22 (-60%)
Mutual labels:  homeassistant
Neon.HomeControl
Home Automation System, similar to HomeAssistant but made with .net core and ❤️
Stars: ✭ 46 (-16.36%)
Mutual labels:  homeassistant
ha-birthdays
Birthday integration for HomeAssistant
Stars: ✭ 14 (-74.55%)
Mutual labels:  homeassistant
hassio-addons
My homeassistant addons
Stars: ✭ 646 (+1074.55%)
Mutual labels:  homeassistant
youtube
A platform which give you info about the newest video on a channel
Stars: ✭ 40 (-27.27%)
Mutual labels:  homeassistant
midea-ac-py
This is a library to allow communicating to a Midea appliance via the Midea cloud.
Stars: ✭ 72 (+30.91%)
Mutual labels:  homeassistant
home assistant omnik solar
Home Assistant Omnik Solar sensor component
Stars: ✭ 15 (-72.73%)
Mutual labels:  homeassistant
addon-magicmirror
MagicMirror² - Home Assistant Community Add-ons
Stars: ✭ 40 (-27.27%)
Mutual labels:  homeassistant
custom-brand-icons
Custom brand icons for Home Assistant
Stars: ✭ 242 (+340%)
Mutual labels:  homeassistant
homeassistant-microsoft-todo
The integration allows you to create tasks in Microsoft To Do from Home Assistant.
Stars: ✭ 86 (+56.36%)
Mutual labels:  homeassistant
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+3.64%)
Mutual labels:  homeassistant

Summary

A custom component to interact with Winix C545 Air Purifier. This has also been reported to work with models AM90 and HR1000.

Installation

This can be installed by copying all the files from custom_components/winix/ to <config directory>/custom_components/winix/. Next add Winix integration from Add Integration and use your credentials from Winix mobile app.

  • You should now see one device and 4 entities being created.

image

  • The Air QValue sensor reports the qValue reported by Winix purifier. This value is related to air quality although I am not exactly sure what it represents.

  • The AQI sensor matches the led light on the purifier.

    • Good (Blue) = 1
    • Fair (Amber) = 2
    • Poor (Red) = 3
  • The Filter Life sensor represents the left filter life and is based on an initial life of 9 months.

  • The fan entity supports speed and preset modes

image

  • The device data is fetched every 30 seconds.
  • There are 3 new services winix.plasmawave_off, winix.plasmawave_on, plasmawave_toggle in addition to the default fan services fan.speed, fan.toggle, fan.turn_off, fan.turn_on, fan.set_preset_mode.

Note

  • If purifiers are added/removed, then you would want to restart HomeAssistant.

  • Winix does not support simultaneous login from multiple devices. If you logged into the mobile app after configuring HomeAssistant, then the HomeAssistant session gets flagged as invalid and vice-versa.

Breaking Changes

  • 1.1.0 changed the sensor implementation. The aqi sensor id might be different now.

  • 1.0.0 introduces config flow and previous yaml based setup is no longer supported. You would want to delete that setup and proceed to setup the intgeration as mentioned in Installation section.

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].