• 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.

a new problem with fhem

Scheduled Pinned Locked Moved Unsolved Troubleshooting
17 Posts 4 Posters 4.9k Views 4 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.
  • T Offline
    thedoorsfanatic @kusselin
    last edited by Dec 25, 2019, 12:42 PM

    @kusselin
    Es ist die Frage, ob das Modul überhaupt funktioniert. In den Issues scheinen auch andere Probleme damit zu haben und es wird auch nicht mehr gepflegt.

    My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

    1 Reply Last reply Reply Quote 1
    • K Offline
      kusselin
      last edited by Dec 25, 2019, 1:12 PM

      Ok…ich hab ja noch ioBroker aufm Raspi…da gibts ja auch noch ein Modul…
      Dann probiere ich es mal mit dem Modul:-)
      Gruss

      K 1 Reply Last reply Jan 8, 2020, 3:51 PM Reply Quote 1
      • D Offline
        DerRheingold
        last edited by Jan 3, 2020, 11:29 AM

        Hi,
        I got FHEM up and running on my installation. Works as intended. However the configuration depends on your (hardware) setup. Some questions that come to my mind are:

        • Is FHEM is running on the same device?
        • Have you defined the Mirror as an allowed FHEMWEB device?

        Here’s my config, maybe it helps:
        Within FHEM:

        # Spiegel/MagicMirror
        define MagicM FHEMWEB 8086 global
        attr MagicM allowfrom 192.168.178.14
        attr MagicM csrfToken none
        attr MagicM room 99_System
        

        Within Magic Mirror:

          {
                                module: 'MMM-FHEM',
                                position: 'top_right',
                                config: {
                                        host: '192.168.178.10',
                                        port: '8086',
                                        https: false,
                                        devices: [
                                                  { deviceName: 'Temp_Arbeitszimmer',
                                                        deviceReadings: [
                                                                                          { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }
                                                                                        ],
                                                  },
                                                  { deviceName: 'Temp_Wohnzimmer',
                                                        deviceReadings: [
                                                                                          { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }
                                                                                        ],
                                                  },
                                                  { deviceName: 'Temp_Draussen',
                                                        deviceReadings: [
                                                                                          { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }
                                                                                        ],
                                                  },
                                        ],
                                }
                        },
        
        
        K 1 Reply Last reply Jan 8, 2020, 3:54 PM Reply Quote 0
        • K Offline
          kusselin @kusselin
          last edited by Jan 8, 2020, 3:51 PM

          @kusselin said in a new problem with fhem:

          Ok…ich hab ja noch ioBroker aufm Raspi…da gibts ja auch noch ein Modul…
          Dann probiere ich es mal mit dem Modul:-)
          Gruss

          Mit iobroker funzt alles!!
          With iobroker all is ok

          1 Reply Last reply Reply Quote 1
          • K Offline
            kusselin @DerRheingold
            last edited by Jan 8, 2020, 3:54 PM

            @DerRheingold said in a new problem with fhem:

            Hi,
            I got FHEM up and running on my installation. Works as intended. However the configuration depends on your (hardware) setup. Some questions that come to my mind are:

            Is FHEM is running on the same device?
            Have you defined the Mirror as an allowed FHEMWEB device?

            Here’s my config, maybe it helps:

            Hi,
            thanks fpr your post.
            No…fhem is running on another raspi…
            i try it…
            thanks

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            • 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