bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 199 forks source link

HA-Bridge is not working with iobroker #1317

Open BlueDawnx opened 3 years ago

BlueDawnx commented 3 years ago

Im trying to config ha-bridge on a fresh install with iobroker preinstalled but cant get it to run. I know its a port issue but idk how to handle this. Could anyone help me out? i've tried the ports 80, 81, 8095, 8091 but none of them worked. all written ports are preventing iobroker to run except 80.

BlueDawnx commented 3 years ago

I got it working on 8080 through this config. ` [Unit] Description=HA Bridge Wants=network.target After=network.target

[Service] Type=simple

ExecStart=/usr/bin/java -jar -Dserver.port=8080 -Dconfig.file=/home/iobroker/habridge/data/habridge.config /home/iobroker/habridge/habridge.jar

[Install] WantedBy=multi-user.target ` but now iobroker isnt working again. Im using the latest 5.4.0 prerelease version.