Giter Club home page Giter Club logo

mitsubishi_projector's Introduction

A Home Assistant custom Integration for serial control of Mitsubishi HC6000 LCD Projectors.

Based on Acer Projector core integration.

The following device infromation is polled:

  • Power state (ON/OFF)
  • Lamp use in hours and minutes. This is calculated in Low mode
  • Lamp Mode
  • Current Source
  • Signal presence of current source
  • Power state change availability

After the device is switched on or off, there is a device based block on changing the state again (manufacturer documents 10 seconds, but may be longer) . Power state change polls this.

Installation:

Copy the mitsubishi_projector folder and all of its contents into your Home Assistant's custom_components folder. This is often located inside of your /config folder. If you are running Hass.io, use SAMBA to copy the folder over. If you are running Home Assistant Supervised, the custom_components folder might be located at /usr/share/hassio/homeassistant. It is possible that your custom_components folder does not exist. If that is the case, create the folder in the proper location, and then copy the mitsubishi_projector folder and all of its contents inside the newly created custom_components folder.

Alternatively, you can install mitsubishi_projector through HACS by adding this repository.

Configuration:

Add the proper entry to your configuration.yaml file. Several example configurations for different device types are provided below. Make sure to save when you are finished editing configuration.yaml.

switch:
  - platform: mitsubishi_projector
    filename: /dev/ttyUSB0         
    name: "Mitsubishi HC6000 LCD Projector"   # Default
    timeout: 1                                # Default
    write_timeout: 1                          # Default

  • filename (string) Required The pipe where the projector is connected to. Use dev-by-id to prevent USB changes affecting this.
  • name (string) (Optional) The name to use when displaying this switch.
  • timeout (integer) (Optional) Timeout for the connection in seconds.
  • write_timeout (integer) (Optional) Write timeout in seconds.

Restart Home Assistant when finished editing.

To-do list:

  • Create a Device and add other functions available

mitsubishi_projector's People

Contributors

dphroon avatar

Watchers

 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.