I have a AltUI workflow that issues commands to a computer running blueiris to move cameras to specific presets.
The workflow stopped working.
To find out what is going on I used this line in the lua code test window:
luup.inet.wget("192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx")
Camera does not move, this is in the log:
2018-03-15 19:55:13.286 openLuup.server:: GET /data_request?id=lr_ALTUI_LuaRunHandler&command=run_lua&lua=luup.inet.wget(%22192.168.2.134%3A81%2Fcam%2Fgarden%2Fpreset%3D2%26user%3Dxxx%26pw%3Dxxx%22)&_=1521136073420 HTTP/1.1 tcp{client}: 0x20d8638
2018-03-15 19:55:13.288 luup_log:0: ALTUI: runLua(luup.inet.wget("192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx"))
2018-03-15 19:55:13.289 openLuup.server:: WGET status: host or service not provided, or not known, request: 192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx
2018-03-15 19:55:13.289 luup_log:0: ALTUI: Evaluation of lua code returned: nil
Please note that the same request issued from the lua code test window on Vera works as expected.