ToracX / DreamScreenCommander

A python script to control your DreamScreen devices. Based on genesisfactor initial python script.
4 stars 0 forks source link
dreamscreen python

Overview

Python script that allows you to control your DreamScreen Ambient TV device with python. While this can be used in many ways where you can have your computer call the script upon events and programatically enter the option values.

You can hard code the IP so that you dont have to use the -i option everytime. Uncomment the following 2 lines in the script:

#IP = "192.168.1.2"
#endpoint = (IP, 8888)

How to use the script:

Example: "python dreamscreen.py -i 192.168.1.2 -m 0"

Showing help screen -h
Setting IP address: -i

Ideas for usage

If you have any questions, ideas or improvements please fill in an issue form and I will look at it as soon as possible.