Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grover/homebridge-screen
A homebridge plugin for motorized projection screens (currently only Hivilux/Jampo)
https://github.com/grover/homebridge-screen
Last synced: 21 days ago
JSON representation
A homebridge plugin for motorized projection screens (currently only Hivilux/Jampo)
- Host: GitHub
- URL: https://github.com/grover/homebridge-screen
- Owner: grover
- License: mit
- Created: 2018-02-19T16:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T14:44:16.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T13:27:17.102Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-screen
A homebridge plugin for motorized projection screens that are connected via RS232 or RS485.
## Status
[![HitCount](http://hits.dwyl.io/grover/homebridge-screen.svg)](https://github.com/grover/homebridge-screen)
[![Build Status](https://travis-ci.org/grover/homebridge-screen.png?branch=master)](https://travis-ci.org/grover/homebridge-screen)
[![Node version](https://img.shields.io/node/v/homebridge-screen.svg?style=flat)](http://nodejs.org/download/)
[![NPM Version](https://badge.fury.io/js/homebridge-screen.svg?style=flat)](https://npmjs.org/package/homebridge-screen)## Installation instructions
After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
```sudo npm install -g homebridge-screen --unsafe-perm```
### Configuration
The configuration depends upon the supported projection screen. At the moment the following projection screens are supported:
* [Hivilux Motorized Tension Screens](docs/config/hivilux.md)
The platform can operate any number of screens that have to be predefined in the homebridge config.json.
## Supported clients
This platform and the screens it creates have been verified to work with the following apps on iOS 11:
* Home
* Elgato Eve## Some asks for friendly gestures
If you use this and like it - please leave a note by staring this package here or on GitHub.
If you use it and have a problem, file an issue at [GitHub](https://github.com/grover/homebridge-screen/issues) - I'll try to help.
If you tried this, but don't like it: tell me about it in an issue too. I'll try my best
to address these in my spare time.If you fork this, go ahead - I'll accept pull requests for enhancements, additional screens etc.
## License
MIT License
Copyright (c) 2017 Michael Fröhlich
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.