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

python3 sdk for sinric pro.

Results 19 python-sdk issues
Sort by recently updated
recently updated
newest added

Hi! I am using Sinric Pro to stimulate a python script that simulates a simple lamp, so I can control it with Alexa. My code is pretty much one of...

I can't connect on my enigma2 revo 4k box. I have taken all the steps and keep getting this message ``` root@revo4k:~# python /media/hdd/tv.py /media/hdd/tv.py:62: DeprecationWarning: There is no current...

I am getting the error `AttributeError: module 'websocket' has no attribute 'client'` I am getting this error after running `pip install websocket-client` with Python 3.9 on Windows 10. I have...

Hi, I have copied the basic example from the readme file, and filled all the details required. After running it, it returns the following error: ` File "sinric\_sinricprosocket.py", line 33,...

I have defined a custom device with multiple range instances, all with unique instance id's. How can I tell which range was set in my onSetRangeValue callback?

I have just started to use sinricpro python library on a Raspberry pizero and CPU is constantly at 100% with processor quite hot. Probably there is an event loop very...

│ │ │ │ └ [ File "/home/pi/scripts/python-sdk/sinric/_sinricprosocket.py", line 51, in receiveMessage message = await connection.recv() │ └ └ File "/home/pi/.local/lib/python3.7/site-packages/websockets/protocol.py", line 509, in recv await self.ensure_open() │ └ └...

Hello, I am looking for an example to read the temperature of a thermostat in python. thank you in advance

I am running the Python Pro Swith Demo using Thonny Python IDE on a Raspberry Pi 3 A+. The program runs ok, but when it starts I get a pop...