This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

spaceLYnk - LSS100200- API
#4
As I mentioned yesterday in the other topic you created, a spaceLYnk cannot be connected to our cloud at this moment, this is linked to our app that is currently only supported on Wiser for KNX.

You need to use remote services and the link i shared is exactly explaining how it works including the JSON object set you need..

Make sure to enable the function under system -> services -> remote services

Use URL like this: 
Code:
http://remote:Schneider01@192.168.10.200/scada-remote?m=json&r=objects
 
You should get a respons like this:
Code:
[
  {
    "id": 65797,
    "address": "32/1/5",
    "data": 237.1999969482422,
    "datatype": 14,
    "date": "Wed, 08 Nov 2023 08:09:02 +0100",
    "comment": "",
    "name": "Solar - Voltage A-N",
    "time": 1699427342
  },
  {
    "id": 65543,
    "address": "32/0/7",
    "tags": [
      "Werkelijk Verbruik"
    ],
    "data": 0.15,
    "datatype": 9,
    "date": "Wed, 08 Nov 2023 08:08:04 +0100",
    "comment": "",
    "name": "Actueel verbruik",
    "time": 1699427284
  }
]
Reply


Messages In This Thread
spaceLYnk - LSS100200- API - by gabimihalut - 07.11.2023, 18:51
RE: spaceLYnk - LSS100200- API - by Erwin van der Zwart - 08.11.2023, 06:57
RE: spaceLYnk - LSS100200- API - by admin - 08.11.2023, 08:49
RE: spaceLYnk - LSS100200- API - by admin - 08.11.2023, 09:21

Forum Jump: