This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use control model (vendor model) with interactive pyaci?

I want to know how to use control model with interactive pyaci script. I can't see some of the elements with model while using compositiondata_get(). i.e, i can see all client models but i can't see the server model in composition data. After provision complete all the elements are received in JSON database but after configuring i cant able to see server model element's in JSON database. Can you please give some solution.    

Parents Reply
  • In documentation there is 

    In [13]: gc = GenericOnOffClient()

    In [14]: device.model_add(gc)

    In [15]: gc.publish_set(0, 0)

    I want to add GenericOnOffServer() instead of client model in pyaci. I have client program in board and want to communicate with server model in interactive pyaci..Is it possible to communicate with server model in interactive pyaci from the board with client program? 

    Client program in board, Server program in pyaci? Want to send message from board to pyaci?

    I have to send message as an unicast address from client program to serial device which has server model.

Children
No Data
Related