Skip to main content

Library to control XY Screens and See Max projector screens and lifts.

Project description

Python library to control XY Screens and See Max projector screens and lifts

Python GitHub Release Licence Maintainer
GitHub Sponsors PayPal BuyMeCoffee Patreon

Introduction

This Python library lets you control XY Screens and See Max projector screens and lifts over the serial and RS-485 interface.

This Python library was first implemented for XY Screens. After I was informed that the See Max devices use a very similar protocol support, for these devices has been added.

XY Screens and See Max are OEM manufacturers of projector screens and lifts. Their devices are sold around the world under various brand names.

Features

  • Position control: move the screen/lift to any position along the way
  • Program device address on devices that support this
  • Use multiple devices on the same RS-485 interface
  • Synchronous and asynchronous methods
  • Uses callbacks for asynchronous methods

About position control

The XY Screens and See Max projector screens and lifts do not provide any positional feedback. The state of the screen is thus always an assumed one. The screen position is calculated based on the time the cover has moved and the configured up and down durations. This results in a potential error margin. Every time the screen reaches its maximum up or down position the position any potential error is reset. If the screen is controlled outside the library, for instance with the remote control, the screen position and state will no longer represent the actual state.

Hardware

Use a USB to RS-485 converter where position 5 of the RJ25 connector is connected to D+ and position 6 to D-.

image

I use this cheap USB RS-485 controller which you can find on Aliexpress (affiliate link)

image

See the documentation of your specific projector screen or lift on how to wire yours correctly.

Protocol

If your device follows the following protocol it is supported by this Python library:

2400 baud 8N1
Up command : 0xFF 0xXX 0xXX 0xXX 0xDD
Down command: 0xFF 0xXX 0xXX 0xXX 0xEE
Stop command: 0xFF 0xXX 0xXX 0xXX 0xCC

Where 0xXX 0xXX 0xXX is the three byte address of the device.

For XY Screens devices the default address is 0xAA 0xEE 0xEE, while for See Max devices the default address is 0xEE 0xEE 0xEE.

Supported projector screens and lifts

The following projector screen is known to work:

  • iVisions Electro M Series

The following projector screens and lifts are not tested but use the same protocol according to the documentation:

XY Screens:

  • iVisions Electro L/XL/Pro/HD Series
  • iVisions PL Series projector lift
  • Elite Screens
  • KIMEX
  • DELUXX
  • Telon

See Max:

  • ScreenPro
  • Monoprice
  • Grandview
  • Dragonfly
  • WS Screens
  • Cirrus Screens
  • Lumien
  • Celexon

Please let me know if your projector screen or projector lift works with this Python library so I can improve the overview of supported projector screens and lifts.

Installation

You can install the Python XY Screens library using the Python package manager pip:

pip3 install xyscreens

xyscreens CLI

You can use the Python XY Screens library directly from the command line to move your screen up or down, or to stop the screen using the following syntax:

Move the screen down: python3 -m xyscreens <serial port> <address> down <duration>
Stop the screen: python3 -m xyscreens <serial port> <address> stop
Move the screen up: python3 -m xyscreens <serial port> <address> up <duration>

Where <address> is the six character hexadecimal (three bytes) address of the device. <duration> is the optional time in seconds to move the screen up or down, when given the process will wait until the screen is up or down and show the progress.

For XY Screens devices the default address is AAEEEE, while for See Max devices the default address is EEEEEE. If you have reprogrammed the device address use the appropriate address.

Programming the device address

Some See Max projector screens and lifts which use the RS-485 interface seem to allow programming the device address. This way multiple devices can be connected to the same RS-485 interface. Each device should have a unique address.

python3 -m xyscreens <serial port> <address> program

Where <address> is the three byte address to be programmed.

Troubleshooting

You can add the --debug flag to any CLI command to get more details on what’s going on. Like so:

python3 -m xyscreens <serial port> <address> down <duration> --debug

Support my work

Do you enjoy using this Python library? Then consider supporting my work using one of the following platforms, your donation is greatly appreciated and keeps me motivated:

GitHub Sponsors PayPal BuyMeCoffee Patreon

Hire me

If you're in need for a freelance Python developer for your project please contact me, you can find my email address on my GitHub profile.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xyscreens-1.0.1.tar.gz (92.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xyscreens-1.0.1-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file xyscreens-1.0.1.tar.gz.

File metadata

  • Download URL: xyscreens-1.0.1.tar.gz
  • Upload date:
  • Size: 92.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xyscreens-1.0.1.tar.gz
Algorithm Hash digest
SHA256 b10994c095b05cd559cc58f71cd33d8e33926bf06bec53a29eb0292907fc3adb
MD5 04d1b7393e70e5355a20cb21482c7aa9
BLAKE2b-256 bfe02de09c4794dd01af92481600fc9b082e990c6e967ff59a9027e5ef7d9dd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for xyscreens-1.0.1.tar.gz:

Publisher: pypi-publish.yml on rrooggiieerr/xyscreens.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xyscreens-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: xyscreens-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xyscreens-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d68d305f5b262f9a1c4df333dca267fa395105b06916a39a28cacb5cec032543
MD5 f89c5e62ba658201cd1005fc3e477474
BLAKE2b-256 1326d9620af836c7e077f59f99c46f2d7cd5fdd6dda73075dda2cb3f435433cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for xyscreens-1.0.1-py3-none-any.whl:

Publisher: pypi-publish.yml on rrooggiieerr/xyscreens.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page