• 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-FHEM shows values from FHEM devices ...

Scheduled Pinned Locked Moved Utilities
40 Posts 14 Posters 32.9k Views 15 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
    BenRoe Module Developer
    last edited by BenRoe Sep 29, 2016, 3:25 PM Sep 29, 2016, 2:30 PM

    [card:benroe/MMM-FHEM]
    This module can show any reading value from a FHEM device.

    Screenshot MMM-FHEM wide
    If the module is in the position top_ bar, or bottom_bar it looks like this …

    Screenshot MMM-FHEM compact
    and if its in a left, or right column it’s compact style.

    You can also add any icon in front and a text suffix.

    Known issue:

    • multiple MMM-FHEM modules in the config/on the mirror will overwrite each other
    R 1 Reply Last reply Sep 5, 2018, 11:00 AM Reply Quote 5
    • D Offline
      DirkS
      last edited by Oct 21, 2016, 11:41 PM

      Great work! It is already running on my Mirror under development. Is there the possibility to change the displayed name?

      And can you give me some config examples to show on the mirror other states than temp sensors? I don’t understand how to separate.

      B 1 Reply Last reply Oct 24, 2016, 10:54 PM Reply Quote 0
      • D Offline
        DirkS
        last edited by Oct 23, 2016, 10:05 PM

        I noticed it doesn’t update the values. Once it takes the data but stays with it. Is there something i miss?

        1 Reply Last reply Reply Quote 0
        • B Offline
          BenRoe Module Developer @DirkS
          last edited by BenRoe Oct 24, 2016, 10:58 PM Oct 24, 2016, 10:54 PM

          @DirkS The Module use the FHEM name of the device or you can set a alias for the device in FHEM like this in the fhem.cfg file attr LaCr.Thermo01 alias Bad

          One module config is for a group of devices with the same value type. One group for temperature and humidity and another for lights …

          modules: [
            {
              module: 'MMM-FHEM',
              position: 'bottom_bar',
              config: {
                deviceNames: [
                              'FhemDeviceName1',
                              'FhemDeviceName2',
                              'FhemDeviceName3',
                             ],
                deviceReadings: [
                                  { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                  { name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },
                                ],
              },
            },
            {
              module: 'MMM-FHEM',
              position: 'bottom_bar',
              config: {
                deviceNames: [
                              'FhemDeviceLight1',
                              'FhemDeviceLight2',
                             ],
                deviceReadings: [
                                  { name: 'state', icon: 'fa fa-lightbulb-o', suffix: '' },
                                ],
              },
            },
          ]
          

          Ich kann das vielleicht auch umschreiben, sodas man für jedes FhemDevice die Readings/Werte angeben kann.

          1 Reply Last reply Reply Quote 1
          • D Offline
            DirkS
            last edited by DirkS Oct 25, 2016, 7:24 AM Oct 25, 2016, 7:22 AM

            Ja nice! Now i have a usecase for the alias attr. ;) Before i had no clue for what i could need it.

            Readings for every single device would be good. I gives you more flexibility.

            What about a debug function? I would like to see the timing when it does fetch the last status and if the connection get interrupted etc.

            B 1 Reply Last reply Oct 27, 2016, 4:42 PM Reply Quote 0
            • B Offline
              BenRoe Module Developer @DirkS
              last edited by Oct 27, 2016, 4:42 PM

              @DirkS If i have time, i will change it that every device can be configured.
              No clue how to implement a debug function. Feel free to do Pull Request.

              1 Reply Last reply Reply Quote 0
              • D Offline
                DirkS
                last edited by Oct 28, 2016, 1:02 PM

                From where did you took the icons? I’m searching under Font Awesome but i couldn’t find them you took within the example?

                S 1 Reply Last reply Oct 28, 2016, 1:11 PM Reply Quote 0
                • S Offline
                  strawberry 3.141 Project Sponsor Module Developer @DirkS
                  last edited by Oct 28, 2016, 1:11 PM

                  @DirkS the weather icons are from vendor/weather-icons/css/weather-icons.css

                  @BenRoe you don’t request this css file in your module, you should do that or users will have no icons if they don’t use any other weather related module

                  Please create a github issue if you need help, so I can keep track

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    DirkS
                    last edited by DirkS Oct 28, 2016, 1:26 PM Oct 28, 2016, 1:25 PM

                    so i can take every icon from here? http://erikflowers.github.io/weather-icons/

                    Edit: Yeah, works :D

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      disakos
                      last edited by Oct 31, 2016, 12:15 PM

                      hello @BenRoe , may you please adopt this module to read Domoticz values ?
                      I see that it is similar because we can read domoticz values by json https://www.domoticz.com/wiki/Domoticz_API/JSON_URL’s#Retrieve_status_of_specific_device

                      For example one of retrived data from BME280 sensor

                      {
                      “ActTime” : 1477914474,
                      “ServerTime” : “2016-10-31 12:47:54”,
                      “Sunrise” : “06:33”,
                      “Sunset” : “16:21”,
                      “result” : [
                      {
                      “AddjMulti” : 1.0,
                      “AddjMulti2” : 1.0,
                      “AddjValue” : 0.0,
                      “AddjValue2” : 0.0,
                      “Barometer” : 984,
                      “BatteryLevel” : 255,
                      “CustomImage” : 0,
                      “Data” : “20.6 C, 58 %, 984 hPa”,
                      “Description” : “”,
                      “DewPoint” : “12.05”,
                      “Favorite” : 1,
                      “Forecast” : 0,
                      “ForecastStr” : “No Info”,
                      “HardwareID” : 3,
                      “HardwareName” : “Virtual”,
                      “HardwareType” : “Dummy (Does nothing, use for virtual switches only)”,
                      “HardwareTypeVal” : 15,
                      “HaveTimeout” : false,
                      “Humidity” : 58,
                      “HumidityStatus” : “Normal”,
                      “ID” : “14056”,
                      “LastUpdate” : “2016-10-31 12:46:59”,
                      “Name” : “Łazienka”,
                      “Notifications” : “true”,
                      “PlanID” : “0”,
                      “PlanIDs” : [ 0 ],
                      “Protected” : false,
                      “ShowNotifications” : true,
                      “SignalLevel” : “-”,
                      “SubType” : “THB1 - BTHR918, BTHGN129”,
                      “Temp” : 20.60,
                      “Timers” : “false”,
                      “Type” : “Temp + Humidity + Baro”,
                      “TypeImg” : “temperature”,
                      “Unit” : 1,
                      “Used” : 1,
                      “XOffset” : “0”,
                      “YOffset” : “0”,
                      “idx” : “7”
                      }
                      ],
                      “status” : “OK”,
                      “title” : “Devices”
                      }

                      Interesting thing is Name of sensor (“Name”), Temperature ( “Temp”) , Humidity or Preassure etc…
                      I think that would be great extension of this module ;)

                      Please ;]

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