Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Display message no signal after switch off hdmi

    Troubleshooting
    3
    8
    2833
    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.
    • P
      Pakmann last edited by

      Hey guys,

      i installed the magicmirror on a raspi pi3. The system works really good. I try to optimize the energy consumption with a PIR.

      When i switch off the hmdi port with the following code, my display show the message “no signal” and the backlight is on too.

      tvservice -o
      

      I try to find a solution and play with DPMS functions, for example:

      export DISPLAY=:0 && xset dpms force off
      

      In this case, the message for “not signal” is not shown (good!), but the backlight is still active -.-

      I saw in this forum a lot of people do exact the same with her PIR and its working fine. I dont know what i can do to solve the issue.

      I hope you can help me with any idea 🙂

      Thanks a lot
      Pak

      PS: My hardware: Display , Display Controller

      1 Reply Last reply Reply Quote 0
      • yawns
        yawns Moderator last edited by

        Try searching the forum for libcc to put your screen into standby instead of disabling output of your hdmi port

        1 Reply Last reply Reply Quote 0
        • P
          Pakmann last edited by

          I try to search somethink over libcc, but i cannot find somethink about that in the forum or google

          For set standby mode of display i found only dpms functions

          J 1 Reply Last reply Reply Quote 0
          • J
            j.e.f.f Project Sponsor Module Developer @Pakmann last edited by

            @Pakmann I think that was a typo. @yawns was likely referring to LibCEC. I had the same problem as you with my screen displaying “No Signal” when the HDMI connection is put to sleep from the Pi. Using LibCEC enables you to put the display into standby and power it on.

            I currently do this using a cron job to turn the screen off and on at certain times of day, but if you wanted to get your hands dirty, it’s possible to hook up a motion sensor , and modify the MMM-PIRSensor module to execute LibCEC commands to instead of issuing the tvservice commands.

            yawns 1 Reply Last reply Reply Quote 0
            • yawns
              yawns Moderator @j.e.f.f last edited by

              I’m sorry guys. Of course I was referring to libcec.

              1 Reply Last reply Reply Quote 0
              • P
                Pakmann last edited by

                @j.e.f.f i installed libcec and scan my environment. My display could not find after scanning CEC adapter. I check the menu options and could not find any options for hmdi cec too -.-

                A crosscheck with my normal TV was okay. here i can find the tv device after scanning cec components and i can switch on/off the device with cec commands.

                Maybe someone have an other idea? Maybe i need an other display controller ?

                J 1 Reply Last reply Reply Quote 0
                • J
                  j.e.f.f Project Sponsor Module Developer @Pakmann last edited by

                  @Pakmann Looks like your display doesn’t support CEC protocol. How old is it? CEC is relatively new – TVs built in the last 10 years or so should support CEC protocol. If it’s older than that, you might be out of luck.

                  1 Reply Last reply Reply Quote 0
                  • P
                    Pakmann last edited by

                    I offered the Hardware 4 weeks ago. I think too, that cec is Not supported on the lcd Controller Board.
                    I think i will solve my Problem wird a relais between controller board and Display. I can control the power supply for the display with the relais over pi. Not pretty, but it should works simple

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy