Skip to main content

This project provides a pure Python3 library for interfacing with the LiteJet lighting system.

Setup

  1. You will need the LiteJet programming software from the Dragon Technologies Programming page.
  2. Your LiteJet MCP should be configured for 19.2 K baud.
    1. For firmware versions 5.00 and higher, this setting is configured using the LiteJet software's Settings screen.
    2. For firmware versions 4.90 and lower, this setting is configured by setting DIP Switch 4 to OFF. Press the RESET button after changing this.
  3. In the LiteJet software's Settings screen configure it to send "Third Party Carriage Return".
  4. In the LiteJet software's Lights screen configure each load to announce changes. This is the "Load RS232" checkbox on each load's middle panel.
  5. Connect the LiteJet's RS232-2 port to your computer.

If you have LiteJet 48 then the RS232-2 port is used to connect the two boards together. So you will need to configure RS232-1 for third party mode by setting DIP Switch 8 to ON and DIP Switch 3 to OFF. Press the RESET button after changing this. (To change RS232-1 back to programming mode, set DIP Switch 8 to OFF.)

Test

  1. List all buttons and loads: python3 ./test.py --path /dev/serial0 list -l -b
  2. Monitor button presses and load changes: python3 ./test.py --path /dev/serial0 monitor
  3. Control a load: python3 ./test.py --path /dev/serial0 load 1 on

Sample

import asyncio
import pylitejet

async def main():
    try:
        lj = await pylitejet.open("/dev/serial0")
    except pylitejet.LiteJetError as exc:
        print(f"Cannot connect: {exc}")
        return

    await lj.activate_load(1) # on

    await lj.deactivate_load(1) # off

    await lj.activate_load_at(1, 50, 8) # 50% over 8 seconds

    await lj.close()

asyncio.run(main())

Release files for pylitejet 0.6.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pylitejet 0.6.3
File Size Uploaded
pylitejet-0.6.3.tar.gz 13.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pylitejet 0.6.3
File Interpreter ABI Platform
pylitejet-0.6.3-py3-none-any.whl Python 3 none any Details

Total release size: 20.3 kB

Release files / pylitejet-0.6.3.tar.gz

Download URL pylitejet-0.6.3.tar.gz
Size 13.3 kB
Tags Source
SHA-256 checksum
How to use checksums
c12ebeb0456e7d3eb0b668d4e3ef030a02e4130a20e4a13fca20a93790efaa3b
BLAKE2b-256 checksum
How to use checksums
3a9fd5bfcdd55ab35d5b2bb10b5f46f2a53776e0bbc941d9298237b00599c0e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.6

Release files / pylitejet-0.6.3-py3-none-any.whl

Download URL pylitejet-0.6.3-py3-none-any.whl
Size 7.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
103d5b64d0097a15a07b57b497bca67c9273b3954c95ddc8277ed38d044edcb0
BLAKE2b-256 checksum
How to use checksums
5cb6f74010f48b04f160d03a1a4add9277f3910f39687deefad9cafd1a1b222c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.6

Release history Release notifications | RSS feed

This release

0.6.3 This release

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.6

2 release files

0.4.5

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page