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

LCDProc 0.5.4-dev

pfSense Packages
68
587
597.4k
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.
  • M
    mdima
    last edited by Dec 19, 2011, 6:43 PM

    @fireman039:

    No it' normal because I make some change in a config file on my Psense box for PowerD
    Now I revert to nomal config and CPU and frequency work again.

    I should disable powerD and fix the code in order to show 100% on the cpu frequency in this case…

    @fireman039:

    If I found the code I will send it to you. (some users reports that in lcdproc they use output  ???)

    reply #3 in link below

    https://forum.crystalfontz.com/showthread.php?6923-programming-CFA-635-LED&highlight=635+led+lcdproc

    mmhhh… here I don't understand if with one "output" command you control all the 4 leds or just one... I guess they should be indipendent, but it's not easy to understand, also I don't have the panel so I can't make some experiments...

    For example, if you add in the file "lcdproc_client.php" at line 522 (should be empty) the statement:
    $lcd_cmds[] = "output 11111111";
    or
    $lcd_cmds[] = "output 00001111";
    or various combinations of 0/1 what happens?

    Ciao,
    Michele

    1 Reply Last reply Reply Quote 0
    • F
      fireman039
      last edited by Dec 19, 2011, 9:22 PM Dec 19, 2011, 8:46 PM

      Hi Michele,

      I get this after mods :

      $lcd_cmds[] = "output 11110000"; OFF    RED    RED    RED
      $lcd_cmds[] = "output 00001111"; GREEN  RED    OFF    GREEN
      $lcd_cmds[] = "output 11111111"; RED    ORANGE GREEN  GREEN
      $lcd_cmds[] = "output 10101010"; OFF    OFF    RED    GREEN
      $lcd_cmds[] = "output 01010101"; OFF    RED    OFF    GREEN

      $lcd_cmds[] = "output 1"; OFF    OFF    OFF      GREEN
      $lcd_cmds[] = "output 2"; OFF    OFF    GREEN    OFF
      $lcd_cmds[] = "output 3"; OFF    OFF    GREEN    GREEN
      $lcd_cmds[] = "output 4"; OFF    GREEN  OFF      OFF
      $lcd_cmds[] = "output 5"; OFF    GREEN  OFF      GREEN
      $lcd_cmds[] = "output 6"; OFF    GREEN  GREEN    OFF
      $lcd_cmds[] = "output 7"; OFF    GREEN  GREEN    GREEN
      $lcd_cmds[] = "output 8"; GREEN  OFF    OFF      OFF

      I will do some test tomorrow (I must go to work)

      Regards

      1 Reply Last reply Reply Quote 0
      • M
        mdima
        last edited by Dec 19, 2011, 10:44 PM

        hehe! yes, I was thinking about it and suggesting to use the decimal values… you got it before me!

        so, we understood how it works... the matter now is: what do we do with this 4 green-red-orange leds?

        1 Reply Last reply Reply Quote 0
        • D
          DaHak
          last edited by Dec 20, 2011, 11:47 AM

          great work, thanks!

          it is possible to add the driver for the ax89063 Display?
          It is used e.g. by NA-820 (http://axiomtek.com/products/ViewProduct.asp?view=429)

          it would be great for me :-)

          thanks!

          1 Reply Last reply Reply Quote 0
          • F
            fireman039
            last edited by Dec 20, 2011, 4:15 PM

            @mdima:

            hehe! yes, I was thinking about it and suggesting to use the decimal values… you got it before me!

            so, we understood how it works... the matter now is: what do we do with this 4 green-red-orange leds?

            Hello,

            With the led's we can report the statut of Wan and Lan, 1 led can de assigned to load of the system (ON  if load  = xx) and one for CPU= xx

            This led can be used to act as an "alarm" report status.

            Regards

            1 Reply Last reply Reply Quote 0
            • C
              Cino
              last edited by Dec 20, 2011, 4:19 PM

              great work mdima! Now I need to get bigger display. Using a 20x2 right now but its built into the case I'm using.

              1 Reply Last reply Reply Quote 0
              • M
                mdima
                last edited by Dec 20, 2011, 5:37 PM

                @DaHak:

                great work, thanks!
                it is possible to add the driver for the ax89063 Display?
                It is used e.g. by NA-820 (http://axiomtek.com/products/ViewProduct.asp?view=429)
                it would be great for me :-)
                thanks!

                Hi, there are a couple of drivers around for that display, but it is not included in the LCDProc distribution. We could add it as an "external driver" like the nexcom driver.

                Can you compile it on FreeBSD (x86)? In this case I could just add the file you send me (ax89063.so) and add the option to use it in the code…

                Ciao,
                Michele

                1 Reply Last reply Reply Quote 0
                • M
                  mdima
                  last edited by Dec 20, 2011, 5:43 PM

                  @fireman039:

                  With the led's we can report the statut of Wan and Lan, 1 led can de assigned to load of the system (ON  if load  = xx) and one for CPU= xx
                  This led can be used to act as an "alarm" report status.
                  Regards

                  yes, I agree!
                  but the number of NICs can really vary, belive me… I would use:

                  • a led for nics status (if one nic is unplugged gets red, if it's plugged gets green)
                  • a led for carp status (off=no carp, green=at least one ip in master, red=at least one ip in backup)
                  • a led for cpu (green < 50%, orange >50 && <70, red >70%)
                  • a led for what?
                  1 Reply Last reply Reply Quote 0
                  • D
                    DaHak
                    last edited by Dec 20, 2011, 6:18 PM

                    @mdima:

                    Hi, there are a couple of drivers around for that display, but it is not included in the LCDProc distribution. We could add it as an "external driver" like the nexcom driver.

                    Can you compile it on FreeBSD (x86)? In this case I could just add the file you send me (ax89063.so) and add the option to use it in the code…

                    Ciao,
                    Michele

                    Unfortunately, I can not compile because I'ḿ to stupid to do this :-) and I have no experience in OpenBSD too :-/

                    thanks

                    1 Reply Last reply Reply Quote 0
                    • M
                      mdima
                      last edited by Dec 20, 2011, 6:23 PM

                      @Cino:

                      great work mdima! Now I need to get bigger display. Using a 20x2 right now but its built into the case I'm using.

                      Thanks a lot! Hope to get more users and feedback in order to pass this work from "-dev" to the production package!

                      1 Reply Last reply Reply Quote 0
                      • M
                        mdima
                        last edited by Dec 20, 2011, 6:35 PM

                        @DaHak:

                        Unfortunately, I can not compile because I'ḿ to stupid to do this :-) and I have no experience in OpenBSD too :-/
                        thanks

                        come on, then I was stupid too till the last month, because I never did it before… :D also, I don't have that vm anymore... and, just to demonstrate how few experience I have, it is FreeBSD, not OpenBSD! (hope I did not hurt anyone with that).

                        anyway, I hope someone that reads this message after the loud laugh, maybe can get a compiled version... if not I will recreate the vm and try do to it...

                        1 Reply Last reply Reply Quote 0
                        • F
                          fireman039
                          last edited by Dec 20, 2011, 9:18 PM Dec 20, 2011, 7:33 PM

                          @mdima:

                          @fireman039:

                          With the led's we can report the statut of Wan and Lan, 1 led can de assigned to load of the system (ON  if load  = xx) and one for CPU= xx
                          This led can be used to act as an "alarm" report status.
                          Regards

                          yes, I agree!
                          but the number of NICs can really vary, belive me… I would use:

                          • a led for nics status (if one nic is unplugged gets red, if it's plugged gets green)
                          • a led for carp status (off=no carp, green=at least one ip in master, red=at least one ip in backup)
                          • a led for cpu (green < 50%, orange >50 && <70, red >70%)
                          • a led for what?

                          -a led for DynDns status is possible ?

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by Dec 20, 2011, 9:26 PM

                            -a led for DynDns status is possible ?

                            A led for all services running ok isn't better?

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • M
                              mdima
                              last edited by Dec 20, 2011, 9:36 PM

                              @marcelloc:

                              -a led for DynDns status is possible ?

                              A led for all services running ok isn't better?

                              could be… as more "general" we stay, as better it is...

                              the funny thing is that I don't have any led on my panels, so it will be a mess to develop/debug... :D

                              1 Reply Last reply Reply Quote 0
                              • M
                                mdima
                                last edited by Dec 20, 2011, 10:29 PM

                                Ah, one thing.

                                Yesterday I solved a problem that was dragging since a lot of time. Now when you change the program's settings or reinstall the package it is not necessary anymore to make sure the lcdproc service is stopped.
                                In this case the service is stopped and eventually restarted.

                                I invite all the people using lcdproc-dev to reinstall the package (I didn't create a new version, I will do it when there will be something more to update).

                                Thanks,
                                Michele

                                1 Reply Last reply Reply Quote 0
                                • F
                                  fireman039
                                  last edited by Dec 21, 2011, 5:32 AM

                                  @mdima:

                                  @marcelloc:

                                  -a led for DynDns status is possible ?

                                  A led for all services running ok isn't better?

                                  could be… as more "general" we stay, as better it is...

                                  the funny thing is that I don't have any led on my panels, so it will be a mess to develop/debug... :D

                                  Ok, you are right, the status of gateway could be be better ?
                                  and I understand it's not easy develo with display with no led.

                                  Another request  8)
                                  It's possible to add an option to turn OFF the backlight ? (autotimer) and should be ON if one key of LCD is pressed ?

                                  Regards

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mdima
                                    last edited by Dec 21, 2011, 5:46 AM

                                    @fireman039:

                                    Ok, you are right, the status of gateway could be be better ?
                                    and I understand it's not easy develo with display with no led.

                                    yes… today is my last day before my "winter break", I will work on it on my return in January. Another funny thing is that the update to 2.0.1 was released today, also this will wait for my return! :D

                                    @fireman039:

                                    Another request  8)
                                    It's possible to add an option to turn OFF the backlight ? (autotimer) and should be ON if one key of LCD is pressed ?

                                    AFAIK it's not possible… it is possible to turn off the backlight, but not to set a "stand-by" mode...

                                    1 Reply Last reply Reply Quote 0
                                    • F
                                      fireman039
                                      last edited by Dec 21, 2011, 6:00 AM Dec 21, 2011, 5:52 AM

                                      The Winter break is only in two days  Grrrrr:'  >:(

                                      I do the update 2.01 few minutes ago….

                                      For backlight, it's not possible to send "a command" when we press a key ? to turn backlight on :'(

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        mdima
                                        last edited by Dec 21, 2011, 6:00 AM

                                        @fireman039:

                                        The Winter break is only in two days  Grrrrr:'  >:(
                                        I do the update 2.01 few minutes ago….
                                        For backlight, it's not possible to send "a command" when we press a key ?  :'(

                                        AFAIK unfortunately not… I was double-checking the documentation:
                                        http://lcdproc.sourceforge.net/docs/lcdproc-0-5-5-user.html#server-section

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          jpsb
                                          last edited by Dec 28, 2011, 10:49 PM

                                          Cool update!

                                          Works fine with my U204FB-A1 - from  http://www.lcdmodkit.com

                                          Driver -USB2LCD
                                          Controller - HD44780

                                          Thanks for a great update

                                          JPSB

                                          –------------------------------------
                                          PFSense 2.0.1
                                          alix2d13
                                          4Gb CF-card
                                          MiniPCI vpn1411 encryption accelerator
                                          U204FB-A1 20x4 Display
                                          19'' DualRack System 1U


                                          PFsense 2.0.1
                                          Asus Hummibird AtomD525
                                          4Gb Ram
                                          250Gb HD
                                          U204FB-A1 20x4 Display
                                          19" Rack 1.5U


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