python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Python example using websocket

Open AndrejaN opened this issue 2 years ago • 5 comments

Hi, could you share an example of TV.py conection using websocket with Sinric Pro? In the Sinric version there was python TV example using websocket. Thanks. Similar to this - https://github.com/kakopappa/sinric/blob/master/python_examples/examples_using_websocket/tv_example.py but with the new Sinric Pro

AndrejaN avatar Oct 29 '23 11:10 AndrejaN

There's one in example folder: https://github.com/sinricpro/python-sdk/blob/master/examples/tv.py

kakopappa avatar Oct 29 '23 11:10 kakopappa

Aha. I will try.

AndrejaN avatar Oct 29 '23 11:10 AndrejaN

Not compatible. Pro version is different from the old version. request/response format is different and there are verification checks (HMAC) for every message.

On Sun, 29 Oct 2023 at 6:52 PM Andreja @.***> wrote:

Ok. But i want to use this class SinricProSocket(Signature) from the _sinricpro_websocket.py file. The https://github.com/kakopappa/sinric/blob/master/python_examples/examples_using_websocket/tv_example.py is different from this one https://github.com/kakopappa/sinric/blob/master/python_examples/examples/tv_example.py .

— Reply to this email directly, view it on GitHub https://github.com/sinricpro/python-sdk/issues/58#issuecomment-1784081528, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZUGWULINUT762G5JCLYBYYNTAVCNFSM6AAAAAA6UYPZNOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGA4DCNJSHA . You are receiving this because you commented.Message ID: @.***>

kakopappa avatar Oct 29 '23 12:10 kakopappa

I understand. So i will wait for the tutorial on this https://help.sinric.pro/pages/devices/tv

AndrejaN avatar Oct 29 '23 12:10 AndrejaN

Will put together a tutorial in the coming days.

  1. Install sinricpro python library
  2. Create a device in the portal.
  3. Replace the device id, appkey and appsecret in https://github.com/sinricpro/python-sdk/blob/master/examples/tv.py

image

kakopappa avatar Oct 30 '23 02:10 kakopappa