LCDproc Help needed on Sophos XG210 REV 3

Started by Hesienberg1187, June 13, 2024, 12:11:48 PM

Previous topic - Next topic
I downloaded the plugin, have it installed but I cannot find the setting anywhere to enable it in opnsense. I am a newb to opnsense, and after googling I found nothing helpful. If anyone has a solution, id greatly appreciate it.

Did you find the settings for LCDproc on Sophos XG210 Rev3?  I have the same unit and have not figured them out yet.

October 29, 2024, 07:05:59 PM #2 Last Edit: October 29, 2024, 07:10:31 PM by Eric106
I have an XG210 rev3 that I recently put OPNsense on and worked through the LCD configuration.

There is useful documentation on the lcdproc project at http://lcdproc.omnipotent.net and https://github.com/lcdproc/lcdproc/releases as well as looking in the OPNsense https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd and FreeBSD https://cgit.freebsd.org/ports/tree/sysutils/lcdproc git sources.

Here is my /usr/local/etc/LCDd-sdeclcd.conf file.

[server]
DriverPath=/usr/local/lib/lcdproc/
Driver=hd44780
Bind=127.0.0.1
Port=13666
ReportToSyslog=yes
User=nobody
Foreground=no
Hello="  Welcome to"
Hello="   OPNsense!"
GoodBye="Thanks for using"
GoodBye="   OPNsense!"
WaitTime=5
AutoRotate=no
ServerScreen=no
Backlight=on
TitleSpeed=5
ToggleRotateKey=Escape
PrevScreenKey=Up
NextScreenKey=Down


[hd44780]
ConnectionType=ezio
Device=/dev/cuau1
Keypad=yes
Size=16x2
KeyMatrix_4_1=Down
KeyMatrix_4_2=Escape
KeyMatrix_4_3=Up
KeyMatrix_4_4=Enter


-Eric