BWS Systems
BWS Systems
Install this release https://github.com/bwssytems/ha-bridge/releases/tag/v5.4.1RC1
Turn on debug for com.bwssystems.HABridge.plugins.exec in the logs tab may show something otherwise you would need to fork the output of the script to a log. Also, look at what...
Do you use the systemd method to control ha bridge on the pi?
Well, that is why it runs your script as root. systemd is a root process and starts all its services, such as the habridge, as root. It also starts it...
So, looking at the specifications, it seems the protocol to devices is proprietary and would need to be reverse engineered. All the offerings they have are SDKs to help connect...
Thanks, looks like somebody did reverse engineer the protocol. I'll add this as an enhancement.
If you could post your log from the start of the ha-bridge that would be appreciated
So the the third item shows the issue. The IP in the config is not matching any known IPs on the server and the default selection of null points to...
https://github.com/bwssytems/ha-bridge/issues/470 There are issues the way the mac OSX handles interfaces if you start the ha-bridge as a user. You will need to use sudo on the command line.
IF you could turn on traceupnp, save the config, restart and post the log again, that would help