Skip to main content

A web connected LCD display module

Project description

pi_display_webthing

A web connected LCD display module

This project provides a webthing API to an I2C LCD module such as a HD44780 1602 LCD Module on the Raspberry Pi. As a webthing, the LCD can be discovered and controlled by home automation systems or custom solutions supporting the webthing API.

The pi_display_webthing exposes an http webthing endpoint which supports controlling the display via http. E.g.

# webthing has been started on host 192.168.0.23

curl http://192.168.0.23:8070/properties 

{
    "text": "NAS error!",
    "upper_layer_text": "NAS error!",
    "upper_layer_text_ttl": -1,
    "middle_layer_text": "uploaded: 41",
    "middle_layer_text_ttl": -1,
    "lower_layer_text": "",
    "lower_layer_text_ttl": -1
}

Here, the text NAS error! will be displayed. The text of the middle layer uploaded: 41 will be covered by the upper layer. If the text of the upper layer will be cleaned, the displayed text is uploaded: 41. By setting the ttl of the layer, the text of the layer will be disappear after expiration of the ttl. Value -1 means that ttl is deactivated.

A RaspberryPi/LCD hardware setup and wiring may look like HD44780 1602 LCD module. By default, Raspberry Pi OS disables I2C. Please refer Configure I2C to activate I2C and to detect the address of the LCD module.

To install pi_display_webthing you may use PIP package manager such as shown below

sudo pip install pi_display_webthing

After this installation you may start the webthing http endpoint inside your python code or via command line using

sudo display --command listen --hostname 192.168.0.23 --port 8070 --expander PCF8574 --address 0x27 --num_lines 2 --num_chars 16

Here, the webthing API will be bind to hostname 192.168.0.23 on the local port 8070 using a 2/16 display layout on address 0x27. Further more the port I2C port expander name has to be set. The expander name should be written on the microchip. Supported port expanders are PCF8574, MCP23008 and MCP23017

Alternatively to the listen command, you can use the register command to register and start the webthing service as systemd unit. By doing this the webthing service will be started automatically on boot. Starting the server manually using the listen command is no longer necessary.

sudo display --command register --hostname 192.168.0.23 --port 8070 --expander PCF8574 --address 0x27 --num_lines 2 --num_chars 16

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

pi_display_webthing-0.0.2.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

pi_display_webthing-0.0.2-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file pi_display_webthing-0.0.2.tar.gz.

File metadata

  • Download URL: pi_display_webthing-0.0.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pi_display_webthing-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ec8d17c4fc83669de29b86a6d1a0872dc12c77c6b6eec155d43331c5c515a0bc
MD5 6c81f7eb24430fbdeadaed413d290cb6
BLAKE2b-256 97ac8ea7c5bdf52814f2bc4f97340c11f8979bd408c58572e6a406c0885b7e05

See more details on using hashes here.

File details

Details for the file pi_display_webthing-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pi_display_webthing-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for pi_display_webthing-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6b459473c4af291c0629c12eed38b71e647ae51543e97f0ca8633108df4c27ef
MD5 c757c309169b15ee66b9bf1b47a76ca6
BLAKE2b-256 3c819fe4555e818cca3c697b79bea7108711346c0bf8ff45544a031d622031cc

See more details on using hashes here.

Supported by

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