https://github.com/ruhigundrelaxed/iobroker.hyperion
ioBroker Hyperion Adapter
https://github.com/ruhigundrelaxed/iobroker.hyperion
ambilight hyperion hyperiond iobroker ws2812b
Last synced: 3 months ago
JSON representation
ioBroker Hyperion Adapter
- Host: GitHub
- URL: https://github.com/ruhigundrelaxed/iobroker.hyperion
- Owner: ruhigundrelaxed
- License: mit
- Created: 2017-11-30T20:28:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T20:24:31.000Z (over 4 years ago)
- Last Synced: 2025-06-22T00:28:31.494Z (12 months ago)
- Topics: ambilight, hyperion, hyperiond, iobroker, ws2812b
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker hyperion Adapter
==============
  [](https://www.npmjs.com/package/iobroker.hyperion)
[](https://www.npmjs.com/package/iobroker.hyperion)
[](https://nodei.co/npm/iobroker.hyperion/)
Control and configure Hyperion Lights.
## Install & Configuration
1st.) Install Hyperion and configure it. Test if all runs correctly.
2nd.) Install this Adapter on iobroker, and configure ip and port of hyperion json interface.
## Changelog
### 0.0.16 (2020-12-01)
Fixed some wrong common type assignments.
### 0.0.15 (2018-27-03)
Changed Logging behaviour for clear and clear all, since node hyperion client is throwing err for clear all on some systems,
even if everything is working as expected.
### 0.0.14 (2018-26-03)
Bugfix (State = NULL fix)
### 0.0.13 (2018-05-03)
Bugfix (wrong Datatype for Argument prio)
### 0.0.12 (2018-08-02)
Admin Side Layout adjustment / added default value for priority
### 0.0.11 (2018-08-02)
Added Priority / Updated admin Side / Updated Logo
### 0.0.10 (2018-17-01)
Again massive clean up. Cleared some warnings regarding missing attributes, implemented error handling,
added connection monitoring...
### 0.0.9 (2018-13-01)
Massive clean up, and stuff.
### 0.0.1 (2017-18-12)
Still Pre Release
Fixed Bugs:
1.) Ignoring Adapter configuration Bug -> Fixed
2.) Missing Icon -> Fixed
3.) Effect Parametrisation -> Implemented
4.) Switch to Color Bug -> Fixed
Todo 4 0.0.2 -> Implement Clear and Clear all
### 0.0.0 (2017-30-11)
Pre Release
Known Bugs and Issues:
This is a very early release, and it's not yet finished.
Please don't use it. It's not ready.
## License
The MIT License (MIT)
Copyright (c) 2020 ruhigundrelaxed
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.