Yes, the API is now reachable.
/api/v1/devices/0/points lists 496 writable points and 751 non-writable.
Here’s an example
"4": {
"title": "AktuÂelle AuĂźenÂluftÂtempeÂratur (BT1)",
"description": "",
"metadata": {
"type": "metadata",
"variableId": 4,
"variableType": "integer",
"variableSize": "s16",
"unit": "°C",
"modbusRegisterType": "MODBUS_INPUT_REGISTER",
"shortUnit": "°",
"isWritable": false,
"divisor": 10,
"decimal": 1,
"modbusRegisterID": 1,
"minValue": 0,
"maxValue": 0,
"intDefaultValue": 0,
"change": 5,
"stringDefaultValue": ""
},
"value": {
"type": "datavalue",
"isOk": true,
"variableId": 4,
"integerValue": 100,
"stringValue": ""
}
},
"5": {
"title": "Vorlauf (EP23-BT2)",
"description": "",
"metadata": {
"type": "metadata",
"variableId": 5,
"variableType": "integer",
"variableSize": "s16",
"unit": "°C",
"modbusRegisterType": "MODBUS_INPUT_REGISTER",
"shortUnit": "°",
"isWritable": false,
"divisor": 10,
"decimal": 1,
"modbusRegisterID": 2,
"minValue": 0,
"maxValue": 0,
"intDefaultValue": 0,
"change": 5,
"stringDefaultValue": ""
},
"value": {
"type": "datavalue",
"isOk": true,
"variableId": 5,
"integerValue": -32768,
"stringValue": ""
}
},
"6": {
"title": "Vorlauf (EP22-BT2)",
"description": "",
"metadata": {
"type": "metadata",
"variableId": 6,
"variableType": "integer",
"variableSize": "s16",
"unit": "°C",
"modbusRegisterType": "MODBUS_INPUT_REGISTER",
"shortUnit": "°",
"isWritable": false,
"divisor": 10,
"decimal": 1,
"modbusRegisterID": 3,
"minValue": 0,
"maxValue": 0,
"intDefaultValue": 0,
"change": 5,
"stringDefaultValue": ""
},
"value": {
"type": "datavalue",
"isOk": true,
"variableId": 6,
"integerValue": -32768,
"stringValue": ""
}