https://github.com/ticaki/ioBroker.hyperion-connector
Connect to a hyperion-server (hyperion-project)
https://github.com/ticaki/ioBroker.hyperion-connector
hyperion-project iobroker leds tv
Last synced: 9 months ago
JSON representation
Connect to a hyperion-server (hyperion-project)
- Host: GitHub
- URL: https://github.com/ticaki/ioBroker.hyperion-connector
- Owner: ticaki
- License: mit
- Created: 2024-12-31T21:54:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T02:43:37.000Z (11 months ago)
- Last Synced: 2025-08-13T20:43:03.154Z (10 months ago)
- Topics: hyperion-project, iobroker, leds, tv
- Language: TypeScript
- Homepage: https://hyperion-project.org
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.hyperion-connector
[](https://www.npmjs.com/package/iobroker.hyperion-connector)
[](https://www.npmjs.com/package/iobroker.hyperion-connector)


[](https://nodei.co/npm/iobroker.hyperion-connector/)
**Tests:** 
## hyperion-connector adapter for ioBroker
Connect to hyperion.ng server. Hyperion Projekt https://hyperion-project.org/forum/
Der Adapter sucht automatisch kurz nach dem Adapterstart nach verfügbaren Hyperion Servern im lokalen Netz.
Bei fund versucht er sich zu verbinden, im Falle das eine Login nötig ist, fragt er ein Token an.
Dieses führt zu einem Popup auf der WebUI von Hyperion das man bestätigen muß.
States sind noch nicht benannt, Kommandos soweit mir nützlich eingebaut.
Wenn den niemand ausser mir nutzt ist der soweit fertig für mich, falls doch bitte im Forum oder hier melden.
Dann mache ich ihn noch schön.
## Changelog
### **WORK IN PROGRESS**
* (ticaki) workaround for buggy subscribe in 2.1.1 (maybe adapter only work with 2.1.1)
* (ticaki) update deps
### 0.1.2 (2025-02-05)
* (ticaki) remove unit from admin
* (ticaki) reduced version requirements for js-controller
### 0.1.1 (2025-01-14)
* (ticaki) Renaming repo
* (ticaki) Adjustable reconnection interval. State to activate accelerated reconnection
* (ticaki) Incoming updates for leds are handled (most updates force a complete update of the data unless I have added code to handle - leds, components, effects so far)
* (ticaki) Added a json data point for priorities to allow better access from the javascript adapter
* (ticaki) Added leds update handling
* (ticaki) remove leds subfolders and write all data into a json datapoint (-500 folder/states for me)
* (ticaki) added controls.system
* (ticaki) add info.connection for adapter and device
* (ticaki) initial release
* (ticaki) initial release
## License
MIT License
Copyright (c) 2025 ticaki
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.