I installed openhab at my Raspberry Pi 3B and it's running, I'm able to log in and make changes in OpenHab.
I added the lates Arm release of utcar to a folder for execution.
When i run from the command line ./utcar al is working and I see SIA messages comming in incl. a heartbeat.
But if I run ./utcar -port=12300 --addr=https://192.168.1.100:8443 --user=ike --pwd=ike I will get:
flag provided but not defined: -addr
Usage of ./utcar:
-debug int
Debug server port number (default: no debug server)
-port int
Listen port number (default: 12300) (default 12300)
-taddr string
Target addr (e.g. http://openhab.local:8080)
-tpwd string
Target password
-tuser string
Target username
Probably something very simple ... but I got no clue what is wrong to get the SIA messages into openhab.
I installed openhab at my Raspberry Pi 3B and it's running, I'm able to log in and make changes in OpenHab.
I added the lates Arm release of utcar to a folder for execution.
When i run from the command line ./utcar al is working and I see SIA messages comming in incl. a heartbeat.
But if I run ./utcar -port=12300 --addr=https://192.168.1.100:8443 --user=ike --pwd=ike I will get:
flag provided but not defined: -addr
Usage of ./utcar:
-debug int
Debug server port number (default: no debug server)
-port int
Listen port number (default: 12300) (default 12300)
-taddr string
Target addr (e.g. http://openhab.local:8080)
-tpwd string
Target password
-tuser string
Target username
Probably something very simple ... but I got no clue what is wrong to get the SIA messages into openhab.