I am doing something really really crazy, that's writing some application on PC using opcode serial port for configuration a light switch server (maybe light switch client someday). The problem is I don't know the detail procedure for configuration (even though I already read interactive_pyaci example - It's so hard to image a big picture, like... When the function call an opcode, what's next?! How to send opcode for composition data get? I have tried 0x8008 but it's sending back is error status 0x82). Then the next question is "Do I have to config configuration server?? Health server?? What is Acknowledge massages and how to send it????"
If you know where to find the answer, please let me know too. Cause I really stuck in a mountain of documents - I don't know where to start.