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

Scheduled Pinned Locked Moved Utilities
68 Posts 18 Posters 37.3k Views 18 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.
  • C Offline
    Charley Module Developer
    last edited by Aug 19, 2018, 6:02 PM

    It shows only devices at are switched on.

    MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

    1 Reply Last reply Reply Quote 0
    • S Offline
      Smotx
      last edited by Apr 1, 2019, 8:02 PM

      Hi,

      Thx for this module.

      How to exclude Xiaomi doors sensors ?

      Thx for help.

      C 1 Reply Last reply May 21, 2019, 3:44 PM Reply Quote 0
      • C Offline
        Charley Module Developer
        last edited by May 21, 2019, 3:42 PM

        Today added support for p1 Smart meters

        first update your module

        cd MagicMirror/modules/MMM-Domoticz
        git pull
        pm2 restart MagicMirror
        

        Add these 2 lines to the config file

        smartMeter:  true,
        smartMeterOffset: 0  
        
        

        You may need a commy behind the 0 from smartMeterOffset
        The offset you use if the meter wasn’t zero when you moved in or if you want to show total per year of month

        MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

        1 Reply Last reply Reply Quote 0
        • C Offline
          Charley Module Developer @Smotx
          last edited by May 21, 2019, 3:44 PM

          @Smotx

          excluding can be done by adding the device names in the excludeDevices array in your config.js file

          MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

          1 Reply Last reply Reply Quote 0
          • A Offline
            Awn
            last edited by Aug 8, 2019, 11:39 PM

            Hi,

            First of all, thank you for the hard work on those modules.

            I’m nex to the MM world, and in the linux world in global, and it seems that I won’t be able to make it without your help.
            The module shows “Loading Domoticz data…” and seems to never get them…

            My config.js contains this :

             {
                                    module: "MMM-Domoticz",
                                    position: "bottom_right", 
                                    config:
                                            {
                                            updateInterval: 20,
                                            apiBase: "https://192.168.**.***",
                                            apiPort: 443,
                                            apiUser: "**********",
                                            apiPw: "*********",
                                            moduleTitle: "Domoticz",
                                            temperatureTitle: "Températures dans la maison",
                                            subMenus: true,
                                            showItems: ['temperature', 'humidity'],
                                            textWhite: false,
                                            groupSensors: true,
                                            }
                            },
            
            

            Sadly, it seems that the pi running the MM isn’t getting an answer from the pi running Domoticz.

            I tried the url access from my browser:
            https://192.168..*/json.htm?type=devices&filter=all&used=true&order=Name

            I obtain a return with the different systems connected (RFXCom, Zwave, hue…)

            Can somebody guide me throught this please?

            Thanx !

            Regards,
            Awn

            S 1 Reply Last reply Jan 3, 2020, 2:17 PM Reply Quote 0
            • P Offline
              Pl4nk
              last edited by Jan 3, 2020, 2:08 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Awn
                last edited by Jan 3, 2020, 2:17 PM

                @Awn on the magicmirror, using the keyboard, open the developers window, ctrl-shift-i,
                select the tab labeled console, on the window that opens, scroll up to see any errors

                u may also have to look in the terminal window log for errors from the node_helper

                these will be in the pm2 logs if using pm2.

                do

                pm2 logs --lines=100 
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • J Offline
                  Jo-Rien
                  last edited by Jul 14, 2020, 4:18 PM

                  I am not getting a neat list with this module, all readings from my temperature meters is shown on two lines and it’s kinda messing up the screen. Any idea what the problem is?

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    ToniNappi
                    last edited by Aug 5, 2020, 12:53 PM

                    Is it possible also exclude sensors from the displayed data? I have about 50 temp sensors and obviously I want only see the most important ones. I tried to put them in exlude list, but it doesn’t seem to work. Nice module still!

                    Toni

                    1 Reply Last reply Reply Quote 0
                    • N Offline
                      najtram
                      last edited by Sep 13, 2020, 6:41 AM

                      Hi, there.

                      Great module!
                      It’s passing the described data perfectly except one of my top desired data.

                      I’d really love to see “CounterToday” and “Data” from my Enphase Envoy.
                      Since this is a kWh subtype it looks like I’m really close, but somehow I only see my P1 data.

                        {
                           "AddjMulti" : 1.0,
                           "AddjMulti2" : 1.0,
                           "AddjValue" : 0.0,
                           "AddjValue2" : 0.0,
                           "BatteryLevel" : 255,
                           "CounterToday" : "0.117 kWh",
                           "CustomImage" : 0,
                           "Data" : "486.173 kWh",
                           "Description" : "",
                           "Favorite" : 0,
                           "HardwareID" : 9,
                           "HardwareName" : "Enphase Envoy",
                           "HardwareType" : "Enphase Envoy with LAN (HTTP) interface",
                           "HardwareTypeVal" : 108,
                           "HaveTimeout" : false,
                           "ID" : "00000901",
                           "LastUpdate" : "2020-09-13 08:31:50",
                           "Name" : "Enphase kWh Production",
                           "Notifications" : "false",
                           "Options" : "",
                           "PlanID" : "0",
                           "PlanIDs" : [ 0 ],
                           "Protected" : false,
                           "ShowNotifications" : true,
                           "SignalLevel" : "-",
                           "SubType" : "kWh",
                           "SwitchTypeVal" : 0,
                           "Timers" : "false",
                           "Type" : "General",
                           "TypeImg" : "current",
                           "Unit" : 1,
                           "Usage" : "280 Watt",
                           "Used" : 1,
                           "XOffset" : "0",
                           "YOffset" : "0",
                           "idx" : "748"
                        },
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 5 / 7
                      • 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