- This topic has 4 replies, 4 voices, and was last updated 5 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › install 20×4 LCD Module Serial Interface Help
Im trying to install a DaFuRui IIC I2C TWI Shield Blue Backlight 2004 20×4 LCD Module Serial Interface on my opensprinkler pi.
i found a old repository https://github.com/stanoba/ospiLCD but it didnt work and seems to be stalled no activity.
any body done this lately with new firmware, need help.
thx
Is anybody out there running a lcd screen on there opensprinkler-pi at all.
the complete opensprinkler has one on it so it has to be possible right.
Yes it’s possible, but someone has to write code for it.
hello why in 2.1.9 version setting I no longer see the menu for controlling the brightness of the display?
xhirschx — I have a couple of things that may help if you’re still wanting an LCD display of the status of your OpenSprinkler system.
If you’d like to run ospiLCD.py, I updated the code to work with the recent OpenSprinkler firmware. You can find my update in the repository branch here: https://github.com/sirkus7/ospiLCD/tree/api-update-2.1.9
Or you can get the updated python file directly here: https://raw.githubusercontent.com/sirkus7/ospiLCD/api-update-2.1.9/ospiLCD.py
Another option you may be interested in… I created another version of the project with a number of changes to work for what I was looking for and adapt to the new API. At it’s core, it does the same thing, it displays the status on an LCD display (remotely or on the OSPi). However, this one leverages OpenSprinkler’s MQTT notification to update the status immediately on change, rather than polling every minute. And, since the new UI doesn’t seem to support a LCD backlight setting, the script has a configurable auto-backlight setting to turn on and turn off the backlight when a status change happens. That’s a few of the differences, but if you’re interested you can check out the script and the tutorial for setup here:
https://github.com/sirkus7/ospiLCD-mqtt
Cheers
OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › install 20×4 LCD Module Serial Interface Help