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

Scheduled Pinned Locked Moved Utilities
29 Posts 7 Posters 6.9k Views 7 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.
  • J Offline
    Jalibu Module Developer
    last edited by Jan 23, 2021, 1:09 PM

    The latest version fixes a few bugs and supports an option to hide individual components per room.
    Example:

    config: {
      hideComponents: {
        "Livingroom": ["temperature", "purity", "humidity"],
        "Bed Room": ["battery", "climateControl", "temperatureLevel", "hue"],
        "Kitchen": ["shutters", "dishwasher", "thermostats"]
        }
    }
    
    M 1 Reply Last reply Mar 18, 2021, 7:27 AM Reply Quote 0
    • M Offline
      MajorC Project Sponsor
      last edited by Jan 23, 2021, 2:59 PM

      Looking good for me so fare after a couple of minutes.

      file.jpg

      1 Reply Last reply Reply Quote 0
      • M Offline
        MajorC Project Sponsor @Jalibu
        last edited by Mar 18, 2021, 7:27 AM

        @jalibu is it possible, that the hide room option is not working at the moment? I can hide hue and other things, but not the entire room with:

        hideComponents: {
        					"Flur": ["room"],
        					"Küche": ["room"]// hides entire room
        				},
        
        J M 2 Replies Last reply Mar 20, 2021, 4:14 PM Reply Quote 0
        • J Offline
          Jalibu Module Developer @MajorC
          last edited by Mar 20, 2021, 4:14 PM

          @majorc
          I can not reproduce your problem. Could you send me a Debug Dump of your environment again?

          1 Reply Last reply Reply Quote 0
          • M Offline
            MajorC Project Sponsor @MajorC
            last edited by Mar 29, 2021, 7:18 AM

            @majorc said in MMM-BoschSmartHome:

            @jalibu is it possible, that the hide room option is not working at the moment? I can hide hue and other things, but not the entire room with:

            hideComponents: {
            					"Flur": ["room"],
            					"Küche": ["room"]// hides entire room
            				},
            

            My mistake. I had not installed the latest version of MMM-BoschSmartHome. I used git pull again, now everything works as expected.

            M 1 Reply Last reply Feb 19, 2022, 12:23 PM Reply Quote 0
            • M Offline
              MajorC Project Sponsor @MajorC
              last edited by MajorC Feb 19, 2022, 12:28 PM Feb 19, 2022, 12:23 PM

              @Jalibu
              Hi, I just updated to MM 2.18 and the MM will not come up, if the MMM-BoschSmartHome module is active.

              If I disable/comment out the module, everything is working fine.

              Have you checked your module with MM 2.18?

              Update: I did a

              npm install rxjs
              

              in the MMM-BoschSmartHome folder, that seams to do the fix.

              J S 2 Replies Last reply Feb 19, 2022, 12:38 PM Reply Quote 0
              • J Offline
                Jalibu Module Developer @MajorC
                last edited by Jalibu Feb 19, 2022, 12:39 PM Feb 19, 2022, 12:38 PM

                @majorc That’s strange. The only module dependency is bosch-smart-home-bridge which uses rxjs but also has it in its dependencies: https://github.com/holomekc/bosch-smart-home-bridge/blob/master/package.json

                I am running the module on 2.18 without problems

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @MajorC
                  last edited by Feb 19, 2022, 1:40 PM

                  @majorc so, after you did the git pull did you do another npm install in the module folder?

                  sometimes update add new or changed dependencies.

                  general rule

                  if the module contains a package json

                  ALWAYS do npm install (or follow the module instructions, as for bugsounet’s stuff)
                  on install or update

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  M 1 Reply Last reply Feb 19, 2022, 4:07 PM Reply Quote 0
                  • M Offline
                    MajorC Project Sponsor @sdetweil
                    last edited by Feb 19, 2022, 4:07 PM

                    @sdetweil I am sure i did that. But I am not able to check it again, because now it is working fine.

                    M 1 Reply Last reply Feb 20, 2022, 12:22 PM Reply Quote 0
                    • M Offline
                      MajorC Project Sponsor @MajorC
                      last edited by Feb 20, 2022, 12:22 PM

                      Is there an option to sort the shown rooms. I would like to change the order of the rooms.

                      J 1 Reply Last reply Feb 20, 2022, 3:53 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • 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