Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaysoffian/homebridge-jvc-dla
A Homebridge plugin to control JVC DLA projectors
https://github.com/jaysoffian/homebridge-jvc-dla
homebridge jvc
Last synced: 3 months ago
JSON representation
A Homebridge plugin to control JVC DLA projectors
- Host: GitHub
- URL: https://github.com/jaysoffian/homebridge-jvc-dla
- Owner: jaysoffian
- Created: 2023-05-17T09:02:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T03:43:03.000Z (over 1 year ago)
- Last Synced: 2024-10-17T02:20:58.799Z (4 months ago)
- Topics: homebridge, jvc
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/homebridge-jvc-dla
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-jvc-dla
A Homebridge plugin to control JVC DLA projectors
## Features
- Turn projector on/off.
- Set projector lens memory position.This is exposed to HomeKit as a Window Covering with range 10-100% in 10%
steps, so:- 10% is lens memory 1.
- 20% is lens memory 2.
- ...
- 100% is lens memory 10.I suggest making a scene for each position so it's a single tap to switch the
active lens memory.- Reports the projector's model string, mac address (as serial
number), and software version (as firmware version).
- Entirely in JavaScript. Does not require Python.## Installation
1. Install using the Homebridge Config UI X or via the command line:
npm install -g homebridge-jvc-dla
2. Configure the plugin
## Configuration
See [`config.schema.json`](./config.schema.json)