You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| projector_ip | IP address of a JVC projector with support for Ethernet/IP based control ||
27
+
| projector_password | optional network password for the JVC projector ||
28
+
| python_path | the path to python binary (v3!) | /usr/bin/python |
29
+
| poll_interval | polling interval in seconds for the power state | 3 |
30
+
| connection_delay_interval | delay in seconds between consecutive connections to the projector | 1 |
31
+
32
+
Example `config.json` entry:
33
+
34
+
```json
17
35
"accessories": [
18
36
{
19
37
"accessory": "JvcProjectorPower",
@@ -26,20 +44,9 @@ Example `config.json` entry:
26
44
}
27
45
]
28
46
```
29
-
Where:
30
47
31
-
*`name` is the name for the accessory instance.
32
-
*`projector_ip` is the IP of a JVC projector supporting control over Ethernet based IP.
33
-
*`projector_password` is an optional network password for the JVC projector.
34
-
*`python_path` is the path to python for invoking JVC IP API. Default is `/usr/bin/python`.
35
-
*`poll_interval` is the polling interval in seconds for the power state. Default is `3`.
36
-
*`connection_delay_interval` is the delay in seconds between consecutive connections to the projector. Default is `1`.
48
+
## Help
37
49
38
-
# Help etc.
39
-
40
-
**NOTE**: As projector power on and power off sequences usually take about a minute, if you are toggling the power switch
41
-
during this time you will find that the switch state flips back to the previous state. Have patience and allow the projector
42
-
time to do what it needs...
50
+
> **NOTE**: As projector power on and power off sequences usually take about a minute, if you are toggling the power switch during this time you will find that the switch state flips back to the previous state. Have patience and allow the projector time to do what it needs...
43
51
44
52
If you have a query or problem, raise an issue in GitHub, or better yet submit a PR!
0 commit comments