klattimer / LGWebOSRemote

Command line webOS remote for LGTVs
MIT License
506 stars 97 forks source link

Notification message sentence #24

Closed kallund closed 6 years ago

kallund commented 6 years ago

How do you use the the notification command to send a sentence to the tv?

This works for one word: lgtv.sh notification test Or this: lgtv.sh notification test_test_test

Tried using quotes or double quotes. But it dont work when I use blank space or special characters, example åäö in my language.

Otherwise it works great! I think my lack of knowledge is the problem. Thanks.

krzysiek-007 commented 6 years ago

python lgtv.py notification 'tray this instruction '

krzysiek-007 commented 6 years ago

Good work in 50UJ701V

kallund commented 6 years ago

Thanks! The problem was the interpreter to be used when running the python script from a switch in domoticz and a permission issue.