kdschlosser / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
154 stars 33 forks source link

QN65Q6FNA. #119

Open Cmac2016 opened 5 years ago

Cmac2016 commented 5 years ago

I am trying to use the samsungctl package.

my program right now is simply:

import samsungctl

config = samsungctl.Config( name='samsungctl', description='samsungctl-library', method='websocket', host='10.0.0.243' )

with samsungctl.Remote(config) as remote: remote.KEY_VOLUP()

I get the following error: Traceback (most recent call last): File "C:/Users/chrma/Desktop/PythonProjects/SamsungCTL/main.py", line 3, in config = samsungctl.Config( AttributeError: module 'samsungctl' has no attribute 'Config'

Process finished with exit code 1

I really want to get control of this display. Can you please help.