Hi I Wonder if someone could help with this...... I would like to send a GetHttpdata Command from wiser2 to an API Running on a raspberry pi. I can get everything to work but only when I have PICED connected to my c-bus network. I had a similar problem with the postHTTPdata command but resolved this by following it with a readposthttpdata so.. Begin PostHTTPData('[URL]http://192.168.1.3/Port/Set/0/0,Data[/URL]', '');; Delay("0:00:01"); ReadHTTPPostData(DataString); Delay("0:00:05"); ReadHTTPPostData(DataString); SetLightingState("CCTV lounge", OFF); end; However when using the GetHTTPdata command nothing happens unless connected to cbus through PICED . Ive used Wireshark and again there's going on unless connected to PICED. my code runs as follows:- Begin GetHTTPData('[URL]http://192.168.1.5:5005/Living%20Room/playpause');[/URL] Delay("0:00:01"); SetLightingState("Sonos master bed p/p", OFF); end; Help !!!