Activity for remlab

  • remlab remlab modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    If I try http://192.168.0.250:50543/api/xdevices.json?key=XXX&SetC1=1 it write correctly Why can I write but I can't read the Json ?

  • remlab remlab posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    If I try http://192.168.0.250:50543/api/xdevices.json?key=XXX&SetC=1 it write correctly Why can I write but I can't read the Json ?

  • remlab remlab modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I try to read into a IPX800v4 (this is a PLC for domotic application) with a WebClient fonction I use as url http://192.168.0.250:50543/api/xdevices.json?key=XXX&Get=C XXX is replace by the correct key for sure The status code is 200, it should works correctly But the result is '{' that's my problem When I try the same url with a web browser the result is correct like { "product": "IPX800_V4", "status": "Success", "C1": 16, "C2": 2, "C3": 0, "C4": 0, "C5": 0, "C6": 0, "C7": 0, "C8": 0, "C9":...

  • remlab remlab posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I try to read into a IPX800v4 (this is a PLC for domotic application) with a WebClient fonction I use as url http://192.168.0.250:50543/api/xdevices.json?key=XXX&Get=C XXX is replace by the correct key for sure The status code is 200, it should works correctly But the result is '{' and this my problem When I try the same url with a web browser the result is correct like { "product": "IPX800_V4", "status": "Success", "C1": 16, "C2": 2, "C3": 0, "C4": 0, "C5": 0, "C6": 0, "C7": 0, "C8": 0, "C9":...

1