samsung-tv-ws-api icon indicating copy to clipboard operation
samsung-tv-ws-api copied to clipboard

Samsung Smart TV WS API wrapper

Results 16 samsung-tv-ws-api issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to run this library against a 2022 frame tv (model: QN65LS03BAFXZA). Non-art mode commands seem to work fine (i.e. `tv.run_app('3201606009684')`), but art mode commands over the websocket...

Hi there! I've tried just about everything I can think about but I haven't been able to upload any pictures to my Samsung Frame TV. Here're the debug-level logs for...

I am wondering if there is something special that needs to happen here, I always receive a ConnectionFailure when trying any methods against my FrameTV. I have validated the IP...

Tested on my 55" 2019 model, working good I created this small script too which I use with my midjourney account to create artsy art: https://gist.github.com/thypon/9afca331d3f30e895e940421cfe0bef2 ``` python3 art.py --remove-all...

I noticed on my new TV that the connection dies every few hours, so I made this fix that I haven't tested yet against the real hard. I leave the...

I own a 2022 the frame (QA65LS03BAWXXY) and am dissatisfied with the light sensor for brightness control, and was hoping to use a lux sensor and some automations to override...

taken from https://github.com/roberodin/ha-samsungtv-custom/blob/master/custom_components/samsungtv_custom/samsungctl_080b/remote_websocket.py ```python def _serialize_string(string): if isinstance(string, str): string = str.encode(string) return base64.b64encode(string).decode("utf-8") ``` ```python def input_text(self, text): """ { "method":"ms.remote.control", "params":{ "Cmd":base64.b64encode, "TypeOfRemote":"SendInputString", "DataOfCmd":"base64", } } """ params...

The feature seems to be on all TVs (Legacy, Encrypted and Tizen) via UPnP, but in the information api (https://192.168.1.xxx:8002/api/v2/) I can't see any indicator if it is present/enabled. Maybe...

Hi Thanks for the Frame Support! I'm testing the upload function on an Rpi. When uploading a png, it seems just stuck from there. I have logging on info, but...

I see it's possible to set it during the upload but is there a means to change it post-upload? thanks!