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-Hive

    Scheduled Pinned Locked Moved Utilities
    39 Posts 7 Posters 22.3k Views 6 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.
    • S Offline
      spwood100
      last edited by

      Hey
      Yes I saw that suddenly pop up on my screen and I know have a bunch more information. My receiver and thermostat are named “downstairs” but I can rename those as thats not critical seeing as there is only one Hive thermostat in the house. So I have renamed this and cannot see the old name in the payload but I do see the first node which has a name of Your Receiver and if I drill down into that it does have a bunch of attributes one of which is Thermostat and has a Reported value in there.

      In terms of the information you want though:

      Node

      Array > Object 1: Hall Light

      1 Reply Last reply Reply Quote 0
      • S Offline
        spwood100
        last edited by

        Node > Array > Object 2 - Your Reciever
        Node > Array > Object 3 - Landing Light
        Node > Array > Object 4 - Receiver 3 ( I think this is the hot water reciever)
        Node > Array > Object 5 - Hub
        Node > Array > Object 6 - This seems to be an API call
        Node > Array > Object 7
        Node > Array > Object 8 - Your Receiver
        Node > Array > Object 9 - Receiver 2

        Hope this helps

        M 2 Replies Last reply Reply Quote 0
        • M Offline
          mongo116 Module Developer @spwood100
          last edited by

          @spwood100 Thanks for the info. I’ve updated the module and added a new config setting (‘nodeName’). Can you copy the debug text from the INSIDE debug info into notepad++ again, and using the JSON viewer drill down into each of the nodes. Only one should have stateHeatingRelay under attributes. Assuming only one does, make a note of the ‘name’ of this node and then add the following to the config section of the MMM-Hive section in your config.js:

          nodeName: "value from above here",
          

          Hopefully this should then pick up the inside temperature from your thermostat. If more than one have a stateHeatingRelay, then it’s back to the drawing board! As that’s not mentioned in any of the api details on the web :)

          1 Reply Last reply Reply Quote 0
          • M Offline
            mongo116 Module Developer @spwood100
            last edited by

            @spwood100 If I look at the payload from my Hive, I’m only seeing 5 nodes:
            0: Your Receiver
            1: Heating (thermostat)
            2: Signal Booster
            3: Your Hub
            4: Heating (receiver)

            My system is only heating, so maybe that’s the issue. It may be that both the hot water and heating receiver have stateHeatingRelay in the JSON response. Let me know how you get on with the updated version though. Thanks

            1 Reply Last reply Reply Quote 0
            • S Offline
              spwood100
              last edited by

              BINGO!!
              It works, thanks so mych for your help on this (and obviously developing the module in the first place), its very much appreciated. Nice solution as well!
              Cheers
              S

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                mongo116 Module Developer @spwood100
                last edited by

                @spwood100 Fantastic news :)
                So what was the nodeName you have used to get this working?

                1 Reply Last reply Reply Quote 0
                • S Offline
                  spwood100
                  last edited by

                  Its Receiver 2 which I guess is a standard if its a multi node set-up as you cannot rename it.
                  Thanks again

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rick @mongo116
                    last edited by

                    @mongo116 Hi - Looks like Hive have changed the login details and so the inside temp has stopped working. This can be fixed by changing the following line (#62) in node_helper.js from

                    url: lUrl + '/global/login',
                    

                    to

                    url: lUrl + '/cognito/login',
                    
                    M 1 Reply Last reply Reply Quote 0
                    • D Offline
                      DarrenG
                      last edited by

                      Ah thank you, came here to research this issue and have just implemented your fix and all working again.

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        mongo116 Module Developer @rick
                        last edited by

                        @rick Cheers for the details. I’ve updated and added some config options in case this changes again, so you only then need to update the config.

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