GithubHelp home page GithubHelp logo

alistairg / broadlink-mitsubishi-srk20zm-home-assistant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chomupashchuk/broadlink-mitsubishi-srk20zm-home-assistant

0.0 0.0 0.0 40 KB

IR control of Mitsubishi AC SRK20ZM-S for Home Assistant

License: MIT License

Python 100.00%

broadlink-mitsubishi-srk20zm-home-assistant's Introduction

Control of Mitsubishi SRK20ZM-S via Broadling IR for Home Assistant

A small project for my Broadlink IR and Mitsubishi ACs for Home Assistant. You may use it as a base for other ACs if Broadlink IR is used.

Installation

Copy folder mitsubishi to /config/custom_components. Include following in configuration.yaml:

mitsubishi:
  ip_address: !secret broadlink_living_room_ip

Configuration attributes

  • ip_address - mandatory IP address of corresponding Broablink IR device.
  • name - friendly name.
  • temperature_entity - separate unrelated temperature sensor entity, which will be used as part of climate entity (for observability in google home for example). For example if you have xiaomi bluetooth sensor in the room where AC is located, then measured temperature will be also visible in newly created climate entity as part of AC and will be accessible from google.
  • humidity_entity - separate unrelated humidity sensor entity, which will be used as part of climate entity (for observability in google home for example). For example if you have xiaomi bluetooth sensor in the room where AC is located, then measured humidity will be also visible in newly created climate entity as part of AC and will be accessible from google.

Configuration saving possible issues

Integration saves wanted configuration in JSON file located under /config/custom_components/mitsubishi/json/ so no need to use input_select or input_number entities. It might happen that due to not found folder json configuration shall not be saved. To solve it, simply create json folder under /config/custom_components/mitsubishi and set rights for everyone to be able to modify contents of this folder. After first request to change data files with corresponding friendly names shall be created. Examples of JSON files are included in json folder in this repository.

configuration.yaml entry example

mitsubishi:
  - ip_address: !secret broadlink_living_room_ip
    name: "Living Room"
    temperature_entity: "sensor.living_room_temperature"
    humidity_entity: "sensor.living_room_humidity"
  - ip_address: !secret broadlink_bedroom_ip
    name: "Bedroom"
    temperature_entity: "sensor.bedroom_temperature"
    humidity_entity: "sensor.bedroom_humidity"

Afternote

You are free to use or modify this software, but i do not take any responsibility for any issues.

broadlink-mitsubishi-srk20zm-home-assistant's People

Contributors

chomupashchuk avatar

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.