• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

EZIO Driver for LCDproc

Hardware
22
144
42.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Smoothrunnings
    last edited by Oct 7, 2018, 12:14 PM

    Does anyone know if this comes built into LCDProc /w pfSense 2.4.4 ??

    Thanks

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by Oct 7, 2018, 12:37 PM

      The driver is now included in lcdproc but the pfSense gui parts are not there yet. So no need to copy the module across but you still need to start it manually.

      Steve

      S 1 Reply Last reply Oct 7, 2018, 1:17 PM Reply Quote 0
      • S
        Smoothrunnings @stephenw10
        last edited by Oct 7, 2018, 1:17 PM

        @stephenw10 not sure how to apply it.. I am a windows guy not a *nix guy but can follow instructions easily.

        Thanks

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by stephenw10 Oct 7, 2018, 2:34 PM Oct 7, 2018, 2:33 PM

          Install the lcdproc and shellcmd packages.

          Do NOT enable anything in the lcdproc package in the webgui.

          Create file /root/LCDd.conf

          [server]
          DriverPath=/usr/local/lib/lcdproc/
          Driver=hd44780
          Bind=127.0.0.1
          Port=13666
          ReportLevel=3
          ReportToSyslog=yes
          User=nobody
          Foreground=no
          ServerScreen=no
          GoodBye="Thanks for using"
          GoodBye="    pfSense     "
          WaitTime=5
          ToggleRotateKey=Enter
          PrevScreenKey=Left
          NextScreenKey=Right
          ScrollUpKey=Up
          ScrollDownKey=Down
          [menu]
          MenuKey=Escape
          EnterKey=Enter
          UpKey=Up
          DownKey=Down
          [hd44780]
          driverpath=/usr/local/lib/lcdproc/
          ConnectionType=ezio
          Device=/dev/cuau1
          Keypad=yes
          Size=16x2
          KeyMatrix_4_1=Enter
          KeyMatrix_4_2=Up
          KeyMatrix_4_3=Down
          KeyMatrix_4_4=Escape
          

          Add shellcmds to start the lcdproc daemon and client:
          login-to-view

          Reboot.

          Steve

          S 1 Reply Last reply Oct 7, 2018, 2:53 PM Reply Quote 1
          • S
            Smoothrunnings @stephenw10
            last edited by Oct 7, 2018, 2:53 PM

            @stephenw10 and how do i get it to display server uptime?

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Oct 7, 2018, 3:01 PM

              The U switch for the client is uptime I think. Been a while since I looked into that. If you just want uptime just remove C and T.

              Steve

              1 Reply Last reply Reply Quote 0
              • I
                ibysmalls
                last edited by Nov 5, 2018, 4:51 PM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • S
                  Smoothrunnings
                  last edited by Dec 6, 2018, 2:02 AM

                  Has LCDproc the GUI been updated yet to support the EZIO?

                  If not does anyone know when it might be?

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Dec 6, 2018, 12:14 PM

                    Not yet. I did have a stab at it a while back but there were a few complications. It should be pretty easy to add though.

                    Steve

                    S 2 Replies Last reply Dec 6, 2018, 1:10 PM Reply Quote 0
                    • S
                      Smoothrunnings @stephenw10
                      last edited by Dec 6, 2018, 1:10 PM

                      @stephenw10 Well I am a Windows guy. So someone would have tell me like a 2 year old how to do this other way. :)

                      1 Reply Last reply Reply Quote 0
                      • S
                        Smoothrunnings @stephenw10
                        last edited by Jun 9, 2019, 1:51 AM

                        @stephenw10 Is yet available on the GUI for LCDproc?

                        Thanks,

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by Jun 9, 2019, 10:29 AM

                          Sorry, not yet. I'll try to dig that code out again.

                          Steve

                          1 Reply Last reply Reply Quote 0
                          • N
                            NathanBB9
                            last edited by Jun 26, 2019, 1:46 PM

                            Any ideas why this didint work for me @stephenw10 did the exact same and no display on the lcd just a underscore going all around the screen

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by Jun 26, 2019, 3:29 PM

                              On the EZIO-100/300 that this covers or the G500? The G500 requires a new driver.

                              Steve

                              1 Reply Last reply Reply Quote 0
                              • G
                                goe
                                last edited by Nov 6, 2019, 1:44 PM

                                I’ve found a link (https://manualzz.com/doc/6673164/nar-7100-user-s-manual-v1.0) for the NAR-7100 User’s Manual. In this manual on chapter 4 – page 46 the EZIO-G400 is described. With the documented command codes, I could easily use the EZIO-G500. Maybe it helps you too.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stephenw10 Netgate Administrator
                                  last edited by Nov 6, 2019, 3:16 PM

                                  The G500 is significantly different to the G400, though they are both full graphical displays.
                                  But nice find though, only one way to find out I guess...

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    MXNPD
                                    last edited by Jan 4, 2020, 6:49 AM

                                    Is it possible to have the ezio connection type merged so we can go through the GUI?

                                    S 1 Reply Last reply Jan 5, 2020, 8:47 PM Reply Quote 1
                                    • S
                                      Smoothrunnings @MXNPD
                                      last edited by Jan 5, 2020, 8:47 PM

                                      @MXNPD said in EZIO Driver for LCDproc:

                                      Is it possible to have the ezio connection type merged so we can go through the GUI?

                                      Still waiting to see the EZIO merged in with LCDProc, its been only about a year or so...no rush. :)

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stephenw10 Netgate Administrator
                                        last edited by Jan 6, 2020, 3:35 PM

                                        Dammit it has! ☹
                                        I'll have to try and make some time... or try to get someone else more capable.
                                        I did look at adding it a while before that but hit a few issues that looked like they also needed fixing at the same time.
                                        I have some notes somewhere...

                                        Steve

                                        S 1 Reply Last reply Jan 6, 2020, 4:01 PM Reply Quote 0
                                        • S
                                          Smoothrunnings @stephenw10
                                          last edited by Jan 6, 2020, 4:01 PM

                                          @stephenw10

                                          Just saying I have been waiting...and I am not giving you a hard time over it, for it not working with the GUI as well as the plug-in that works for the WatchGuard firewall display. There are a lot of folks who aren't *nix buffs.

                                          Thanks,

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.