ha-bridge

22 January 2022 - 20:40 | Version 7 |

Worum geht es?

ha-bridge ist ein Java-Programm, das eine Philips Hue emuliert und verschiedenste Aktionen als Aktionen von hue-Geräten darstellt. Dadurch lassen sich auch Nicht-hue-Geräte z.B. via AmazoneAlexa steuern.

Offizielle URLs

Installationsanleitungen

Starten unter Windows

Im Verzeichnis D:\ha-bridge

starten durch

java -jar -Dserver.port=8080 ha-bridge-5.1.0.jar

Starten auf der Cloudbox

Ein Startfile anlegen im Ordner /direct-usb/fvdw/cron-boot anlegen :

vi starthabridge

#!/bin/sh

# Startup fuer ha-bridge
# beat doebeli honegger 15.12.2017

cd /direct-usb/fvdw/addons/ha-bridge/

rm habridge-log.txt

nohup /direct-usb/fvdw/addons/ejdk1.8.0/linux_arm_sflt/jre/bin/java -jar -Dserver.port=8080 ha-bridge.jar > habridge-log.txt 2>&1 &

chmod +x starthabridge

Danach starten mit ./starthabridge
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding wiki.doebe.li? Send feedback
This page was cached on 31 May 2025 - 01:21.