Giter VIP home page Giter VIP logo

home-assistant-qubino-wire-pilot's Introduction

home-assistant-qubino-wire-pilot

Home Assistant Component for Qubino Wire Pilot

Introduction

The Qubino ZMNHJD1 is not recognized as a thermostat in Home Assistant but as a light. The light percentage is mapped to a mode.

Value Min Max
Off 0% 10%
Frost protection 11% 20%
Eco 21% 30%
Comfort -2 31% 40%
Comfort -1 41% 50%
Comfort 51% 100%

This component create a climate entity using the light entity.

The climate will have 2 modes :

  • heat - splitted into 3 or 5 presets :
    • comfort - mapped qubino "Comfort" mode
    • comfort-1 - mapped qubino "Comfort -1" mode (optional)
    • comfort-2 - mapped qubino "Comfort -2" mode (optional)
    • eco - mapped qubino "Eco" mode
    • away - mapped qubino "Frost protection" mode
  • off - mapped qubino "Off" mode :

โš ๏ธ "Comfort -1" and "Comfort -2" are not available by default because home assistant doesn't have comfort-1 and comfort-2 preset. If you want to support these modes, add additional_modes: true in your configuration.

Configuration

Key Type Required Description
platform string yes Platform name
heater string yes Light entity
sensor string no Temperature sensor (for display)
additional_modes boolean no 6-order support (add Comfort -1 and Comfort -2 preset)
name string no Name to use in the frontend.
unique_id string no An ID that uniquely identifies this climate. If two climates have the same unique ID, Home Assistant will raise an error.

The unique id is recommended to allow icon, entity_id or name changes from the UI.

Example

climate:
  - platform: qubino_wire_pilot
    heater: light.heater_living_room_dimmer

with 6 order

climate:
  - platform: qubino_wire_pilot
    heater: light.heater_living_room_dimmer
    additional_modes: true

with optional sensor

climate:
  - platform: qubino_wire_pilot
    heater: light.heater_living_room_dimmer
    sensor: sensor.temperature_living_room

Unique ID

The unique_id is used to edit the entity from the GUI. It's automatically generated from heater entity_id. As the unique_id must be unique, you can not create 2 entities with the same heater.

If you want to have 2 climate with the same heater, you must specify the unique_id in the config.

climate:
  - platform: qubino_wire_pilot
    heater: light.heater_living_room_dimmer
    unique_id: qubino_heater_living_room_1
  - platform: qubino_wire_pilot
    heater: light.heater_living_room_dimmer
    unique_id: qubino_heater_living_room_2

Lovelace

You can use the climate-mode-entity-row card in your lovelace dashboard to easily switch between modes.

home-assistant-qubino-wire-pilot's People

Contributors

dx44 avatar piitaya avatar

Watchers

 avatar

Forkers

l0ghan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.