08.11.2023, 06:57
(This post was last modified: 08.11.2023, 07:14 by Erwin van der Zwart.)
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:
You should get a respons like this:
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
}
]