Skip to content

A python script to control your DreamScreen devices. Based on genesisfactor initial python script.

Notifications You must be signed in to change notification settings

ToracX/DreamScreenCommander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

  • Changing Modes: -m
  • Changing Brightness: -b
  • Changing Sources: -s
  • Changing Scenes: -a
  • Changing color: -c <0-255 0-255 0-255>

Ideas for usage

  • Automatically adjust Dreamscreen brightness based on room ambient brightness
  • Control your Dreamscreen inputs with a Harmony remote control - no phone needed!
  • Use Dreamscreen as a light with with your smart home instance and a raspberry pi
  • Do Voice UI (Alexa-styled) control of the Dreamscreen (Windows Speech Marcos, Jasper)

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

About

A python script to control your DreamScreen devices. Based on genesisfactor initial python script.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages