• 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-Domoticz-ext: interact with Domoticz

Scheduled Pinned Locked Moved Utilities
121 Posts 14 Posters 80.6k Views 16 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.
  • G Offline
    goedh452 @steps39
    last edited by goedh452 Apr 7, 2021, 3:46 PM Apr 7, 2021, 3:46 PM

    @steps39

    Could you please pull the latest code from GitHub and check if the Solar device works now?

    S 1 Reply Last reply Apr 7, 2021, 9:51 PM Reply Quote 0
    • S Offline
      steps39 @goedh452
      last edited by Apr 7, 2021, 9:51 PM

      @goedh452 thanks, I had a go but it just display “Loading…” under the DOMOTICZ module label.

      I have simplified my config.js to just have this in the Domoticz module:

                      {
                        module: "MMM-Domoticz-ext",
                        header: "Domoticz",
                        position: "top_center",
                        config: {
                          apiBase: "192.168.89.174",
                          apiPort: "8080",
                          updateInterval: 10,
                          displayType: "all",
                          rooms: [
                            { idx: "3" }
                          ],
                          utilities: {
                            devices: [ "301" ],
                            utilityLabel: "Solar",
                            counterTodayLabel: "Vandaag",
                            gaugeWidth: 200,
                            gaugeEnergyMinValue: -3000,
                            gaugeEnergyMaxValue: 3000,
                            gaugeEnergyAppendText: "Watt",
                            useColors: true,
                          },
                        }
                      },
      
      G 1 Reply Last reply Apr 8, 2021, 5:56 PM Reply Quote 0
      • N Offline
        najtram
        last edited by Apr 8, 2021, 12:05 PM

        Would it be possible to hide the sub headers?

        The Utilities title doesn’t fit my minimal approach. The titles of the gauges tells enough (for me)

        Schermafbeelding 2021-04-08 om 14.03.44.png

        N 1 Reply Last reply Apr 8, 2021, 12:45 PM Reply Quote 0
        • N Offline
          najtram @najtram
          last edited by najtram Apr 8, 2021, 12:53 PM Apr 8, 2021, 12:45 PM

          @najtram

          I tried:

          p.title.bright.domoCenterCell {
            display: none;
          }
          
          hr.domoDivider {
            display: none;
          }
          

          in custom.css… that worked. → Solved!

          G 1 Reply Last reply Apr 8, 2021, 3:31 PM Reply Quote 0
          • G Offline
            goedh452 @najtram
            last edited by Apr 8, 2021, 3:31 PM

            @najtram Ow great! I was thinking of making it an option, but if this solves it for you that’s fine of course.

            1 Reply Last reply Reply Quote 0
            • G Offline
              goedh452 @steps39
              last edited by Apr 8, 2021, 5:56 PM

              @steps39

              I tested with a dummy device in Domoticz I created based on your setup and think I got it working. New code is available on GitHub. Could you please check if it is working for you too?

              S 1 Reply Last reply Apr 8, 2021, 8:09 PM Reply Quote 0
              • S Offline
                steps39 @goedh452
                last edited by Apr 8, 2021, 8:09 PM

                @goedh452 brilliant works perfectly now and with the custom.css I can remove the extra title.

                So I now have my Household and Heat Pump usages plus Solar generation all displayed, thanks.

                G 1 Reply Last reply Apr 9, 2021, 10:22 AM Reply Quote 0
                • G Offline
                  goedh452 @steps39
                  last edited by Apr 9, 2021, 10:22 AM

                  @steps39 That’s great!

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    najtram
                    last edited by Apr 12, 2021, 6:14 PM

                    Tweaking ;-)

                    Mind the m³ instead of the m3.
                    And the sum symbol for today: ∑
                    And the poweroutlet symbol in domoticz name: ⚇
                    And the ↯ for electicity.
                    And the ☀ for the sun.

                    Kind of bug? → Edited the Zero state for electricity. The Gauge minimum value didn’t work when set to 0.

                    Enjoy if this fits your taste…

                    Schermafbeelding 2021-04-12 om 20.08.54.png

                    G S 2 Replies Last reply Apr 13, 2021, 8:10 AM Reply Quote 0
                    • G Offline
                      goedh452 @najtram
                      last edited by Apr 13, 2021, 8:10 AM

                      @najtram Looks nice!

                      I’ll look into the zero-bug.

                      N 1 Reply Last reply Apr 13, 2021, 8:37 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 12
                      • 13
                      • 2 / 13
                      2 / 13
                      • First post
                        20/121
                        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