• 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-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

Scheduled Pinned Locked Moved Utilities
nestthermostatprotectsmoke detector
65 Posts 18 Posters 37.0k 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.
  • M Offline
    michael5r Module Developer @PhiDeltDexter
    last edited by Dec 19, 2018, 8:36 PM

    @phideltdexter Great to hear - thanks for the update!

    1 Reply Last reply Reply Quote 0
    • P Offline
      PhiDeltDexter
      last edited by Dec 19, 2018, 10:09 PM

      Would you have any way to add the outdoor temperature reading that the Thermostat has?

      M 1 Reply Last reply Dec 19, 2018, 10:17 PM Reply Quote 0
      • M Offline
        michael5r Module Developer @PhiDeltDexter
        last edited by Dec 19, 2018, 10:17 PM

        @phideltdexter said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:

        Would you have any way to add the outdoor temperature reading that the Thermostat has?

        Unfortunately, no - the outdoor temperature reading on a Nest thermostat isn’t actually coming from Nest; they send your location data to the Weather Channel (yes, really!) and then show the returned value on the thermostat itself.

        As such, they don’t include the outdoor temperature as part of their API data.

        1 Reply Last reply Reply Quote 1
        • M Offline
          michael5r Module Developer
          last edited by Dec 28, 2018, 4:45 AM

          Just wanted to announce that there’s a new version out of both my Nest modules!

          I added functionality to support Paviro’s MMM-PIR-Sensor module meaning that the modules can now be suspended & resumed based on movement detected through a PIR sensor (or whatever else you’re using for motion detection).

          Check out the release notes here:
          https://github.com/michael5r/mmm-nest-status/releases/tag/1.4.0

          And for mmm-nest-cameras:
          https://github.com/michael5r/mmm-nest-cameras/releases/tag/1.1.0

          1 Reply Last reply Reply Quote 0
          • E Offline
            eawalker1
            last edited by Dec 28, 2018, 7:58 PM

            This is my first module I am attempting to install, and keep getting a Nest API Error:null. Total noob here, but I have registered as a developer, obtained Nest token/pincode, and believe I input code correctly into config.js file per below.

            module: "mmm-nest-status",
            position: "top_right",
            config: {
                token: "my8characterpinfromnest",
                displayType: "grid",
                displayMode: "all",
                thermostatsToShow: "all",
            

            Any ideas how to resolve the API issue?

            M 1 Reply Last reply Dec 28, 2018, 8:20 PM Reply Quote 0
            • M Offline
              michael5r Module Developer @eawalker1
              last edited by michael5r Dec 28, 2018, 8:22 PM Dec 28, 2018, 8:20 PM

              @eawalker1 If your token is 8 characters long, it’s not the correct Nest token. It should be a long-ass string that usually begins with c. I think you’re confusing the token with the PIN you get from Nest.

              Did you run the getToken.sh bash script in the module? It has multiple steps - you start by entering the client id and client secret which then generates a URL you need to open in a browser to get a PIN.

              You then enter the PIN in the bash script and on the next screen, it should display your actual token.

              E 1 Reply Last reply Dec 28, 2018, 8:52 PM Reply Quote 0
              • E Offline
                eawalker1 @michael5r
                last edited by Dec 28, 2018, 8:52 PM

                @michael5r Nope, that did the trick. Thanks.

                M 1 Reply Last reply Dec 28, 2018, 8:54 PM Reply Quote 0
                • M Offline
                  michael5r Module Developer @eawalker1
                  last edited by Dec 28, 2018, 8:54 PM

                  @eawalker1 said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:

                  @michael5r Nope, that did the trick. Thanks.

                  Great :thumbs_up:

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    costascontis
                    last edited by Feb 3, 2019, 6:14 PM

                    thnx for your hard work ,i really like this module,but its not updating right.When i restart MM works fine for few hours and then stops updating.My token is working fine ,i use it also to my Openhab setup .Also my other modules are all updating fine.My config is :

                    {
                                           module: "mmm-nest-status",
                                           position: "top_center", // pick whichever position you want
                                           config: {
                                                   token: "c.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                                                   displayType: "grid",
                                                   displayMode: "all",
                                                   thermostatsToShow: "all",
                                                   updateInterval: "60000",
                                                   showNames: true,
                                                   thermostatSize: "medium",
                                                   // ... and whatever else configuration options you want to use
                                                   }
                    
                    M N 2 Replies Last reply Feb 4, 2019, 10:12 AM Reply Quote 0
                    • M Offline
                      michael5r Module Developer @costascontis
                      last edited by Feb 4, 2019, 10:12 AM

                      @costascontis You configuration looks fine - the updateInterval is set to 60000, so it’s only pulling data every 10 minutes.

                      What exactly do you mean that it “stops updating”?

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