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

python3 sdk for sinric pro.

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

I want to make a smart home control panel after I got my python program with the SinricPro library working. I want to do this with either a web server...

`setuptools` is no longer installed by default in python 3.12: https://github.com/python/cpython/pull/101039 `_sinricpro_websocket.py` depends on it, causing this exception if not installed: ``` File ".../_sinricpro_websocket.py", line 16, in import pkg_resources ModuleNotFoundError:...

Added typings to the repo Need to add more things. This is still a work in progress. @kakopappa I left some todos with questions. What do you think about adding...

I occasionally get the message “| INFO | sinric._sinricpro_websocket:receive_message:64 - Connection with server closed” and my device stops working. I would like my program to reconnect with sinricpro when this...

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 -...

something like shown below ```py class SinricProSwitch { } class SinricPro { } def on_power_state(state) { return true, newState } sinricpro_switch = SinricProSwitch("deviceId"); sinricpro_switch.on_power_state(on_power_state) sinricpro = SinricPro(); sinricpro.add_device(sinricProSwitch); sinricpro.start() ```

enhancement

Hello, I also want to monitor Energy data in a project and query it with Alexa or Google Assistant. I added "Energy Sensor" on the web side. But I am...

Hello, Can you put a python example with several devices like the MultiSwitch example in esp8266. Thanks

Hi developers, I'm facing an issue using a custom device with a "Mode" capability and Python SinricPro SDK 3.1.1. Whenever I try to update the given **mode** from SinricPro Dashboard...