Busch-Jaeger / node-free-at-home

4 stars 5 forks source link

How to interact with a Trigger-Channel over the local REST-API #9

Open derjoerg opened 9 months ago

derjoerg commented 9 months ago

Hi, I discovered the following channel through the local REST-API "ABB28EBC3651": { "interface": "TP", "displayName": "Sensor/switch actuator, 8/8gang, MDRC", "unresponsive": false, "unresponsiveCounter": 0, "defect": false, "channels": { ..., "ch0012": { "floor": "01", "room": "13", "displayName": "Garagentor", "functionID": "45", "inputs": { "idp0001": { "pairingID": 2, "value": "1" }, "idp0003": { "pairingID": 4, "value": "0" } }, "outputs": {}, "parameters": { "par0032": "10" } }, ... }, "parameters": { "par0026": "1" }

In the app and in the browser this channel is shown as switch and I can active it. Regarding the function ID it is a Trigger, which I can confirm (no state, momentary switch, button). But which REST-command do I need to "press" it? The two input-Datapoints don't help

Thanks a lot in advance Joerg