• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Loxone

Scheduled Pinned Locked Moved Utilities
loxonesmart home
94 Posts 11 Posters 81.2k Views 14 Watching
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.
  • B Offline
    bobbythemoh
    last edited by Apr 29, 2018, 9:19 AM

    OK you were right, i changed it but there is no change in the behaviour. The Monitor remains without video signal just with backlight if i switch the light in the room on. Do you have any hint for me what i can check?

    I 2 Replies Last reply Apr 29, 2018, 10:02 AM Reply Quote 0
    • I Offline
      idoodler Module Developer @bobbythemoh
      last edited by Apr 29, 2018, 10:02 AM

      @bobbythemoh Did you reboot after correcting the option?

      1 Reply Last reply Reply Quote 0
      • I Offline
        idoodler Module Developer @bobbythemoh
        last edited by Apr 29, 2018, 10:05 AM

        @bobbythemoh You may also try to uninstall xscreensaver

        1 Reply Last reply Reply Quote 0
        • E Offline
          E3V3A
          last edited by Apr 29, 2018, 6:17 PM

          There is indeed some very weird issue going on with the HDMI and screen saver/blanking as I reported here. It started after I updated my kernel (from 4.9.80) & what else came with it. Out of curiosity, what is your OS version?

          "Everything I do (here) is for free – altruism is the way!"
          MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

          1 Reply Last reply Reply Quote 0
          • B Offline
            bobbythemoh
            last edited by bobbythemoh May 1, 2018, 10:47 AM May 1, 2018, 10:18 AM

            @idoodler yes i did reboot. and i just uninstalled xscreensaver (after that i did a reboot) but no change in the behaviour.

            @E3V3A I used “uname -a”:
            Linux MagicMirror 4.14.34-v7+ #1110 SMP Mon Apr 16 15:18:51 BST 2018 armv7l GNU/Linux

            S 1 Reply Last reply May 4, 2018, 10:29 AM Reply Quote 0
            • S Offline
              SuperSchenk @bobbythemoh
              last edited by May 4, 2018, 10:29 AM

              @bobbythemoh said in MMM-Loxone:

              @idoodler yes i did reboot. and i just uninstalled xscreensaver (after that i did a reboot) but no change in the behaviour.

              @E3V3A I used “uname -a”:
              Linux MagicMirror 4.14.34-v7+ #1110 SMP Mon Apr 16 15:18:51 BST 2018 armv7l GNU/Linux

              Bobby do you have a solution for this? I’m having the exact same problem since updating my pi to the latest version of rasbian

              1 Reply Last reply Reply Quote 0
              • B Offline
                bobbythemoh
                last edited by May 4, 2018, 10:42 AM

                no, solution yet unforunately.

                1 Reply Last reply Reply Quote 0
                • I Offline
                  idoodler Module Developer
                  last edited by May 13, 2018, 8:41 AM

                  I just experienced a similar issue, but It appears not to be caused by MMM-Loxone. I am Invastigating it…

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    bobbythemoh
                    last edited by May 13, 2018, 9:15 AM

                    @idoodler
                    I found this passage in your code:

                        _togglePresence: function _togglePresence(isPresent) {
                            if (isPresent) {
                                // Check if hdmi output is already on
                                exec("/opt/vc/bin/tvservice -s").stdout.on('data', function(data) {
                                    if (data.indexOf("0x120002") !== -1)
                                        exec("/opt/vc/bin/tvservice --preferred && chvt 6 && chvt 7", null);
                                });
                            } else {
                                exec("/opt/vc/bin/tvservice -o", null);
                            }
                        }
                    

                    So you are using “tvserice -o” which seems not to work for me.
                    would this be an alternative? Link

                    Executing the commands vom @E3V3A here Link brings the Monitor Signal back, but only 1 time.

                    Any idea?

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bobbythemoh
                      last edited by May 13, 2018, 1:15 PM

                      Hi, using this command brings back the Monitor signal:

                      xset -display :0 -dpms
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 9
                      • 10
                      • 3 / 10
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy