Scene inputs / outputs swapped?

I noticed that judging by the pairing IDs the inputs and outputs appear to be swapped for all scenes in my configuration JSON. This makes triggering scenes through the API impossible. "ch0000": { "displayName": "Test Scene", "type": "ABB60341", "functionID": "0037", "inputs": { "idp0000": { "value": "1", "pairingID": 256 }, "idp0001": { "value": "0", "pairingID": 272 }, "idp0002": { "value": "0", "pairingID": 288 }, // ... }, "outputs": { "odp0000": { "value": "0", "pairingID": 1 }, "odp0001": { "value": "0", "pairingID": 16 }, "odp0002": { "value": "0", "pairingID": 17 }, // ... } }

Comments

  •  
    Thanks for your input. Your function id 0x0037 posted aboves implies that you try to control a scene placed on a panel instead of controlling the scene itself, which will not work. Please try to use scenes directly by looking up for FunctionId 0x4800 and let us know your results. Best regards. Your ABB Developer Team
    Posted by Hidden Thu, 22 Oct 2020 07:25:11 GMT


You're not signed in. Please sign-in to report an issue or post a comment.