File tree 2 files changed +63
-0
lines changed 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " Epson"
4
+ description : " Instructions on how to integrate Epson projector into Home Assistant."
5
+ date : 2018-06-13 15:00
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ logo : epson.png
11
+ ha_category : Media Player
12
+ ha_release : 0.72
13
+ ha_iot_class : " Local Polling"
14
+ ---
15
+
16
+ The ` epson ` platform allows you to control a Epson projector from Home Assistant.
17
+
18
+ To add Epson to your installation, add the following to your ` configuration.yaml ` file:
19
+
20
+ ``` yaml
21
+ # Example configuration.yaml entry
22
+ media_player :
23
+ - platform : epson
24
+ host : 192.168.0.123
25
+ ` ` `
26
+
27
+ {% configuration %}
28
+ host:
29
+ description: The host name or address of the Epson projector
30
+ required: true
31
+ type: string
32
+ port:
33
+ description: The HTTP port number.
34
+ required: false
35
+ type: int
36
+ default: 80
37
+ name:
38
+ description: The name of the device used in the frontend.
39
+ required: false
40
+ type: string
41
+ default: 'EPSON Projector'
42
+ ssl:
43
+ description: Enable SSL. **Feature not tested.**
44
+ required: false
45
+ type: bool
46
+ default: false
47
+ {% endconfiguration %}
48
+
49
+ Supported features of Epson projector:
50
+ - turn on/off
51
+ - set input
52
+ - set/get color mode
53
+ - increase/decrease volume
54
+ - mute/unmute audio
55
+ - send next/previous track
56
+
57
+ Supported devices:
58
+ - Epson projectors supporting ESC/VP21 protocol.
59
+
60
+ Tested devices:
61
+ - Epson EH-TW5350
62
+
63
+ To make this module work you need to connect your projector to your LAN. The best is to use iProjection app by Epson to test if it is working.
You can’t perform that action at this time.
0 commit comments