Skip to content

Home Assistant custom component for Mitsubishi HC6000 LCD Projector

License

Notifications You must be signed in to change notification settings

dphroon/mitsubishi_projector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Home Assistant custom component for Mitsubishi HC6000 LCD Projector

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages