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-xiaomi - Temperature and Humidity from your smarthome

    Scheduled Pinned Locked Moved Utilities
    141 Posts 27 Posters 217.6k Views 27 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.
    • A Offline
      Albert2002
      last edited by

      One more. When I run the MM as standalone server (node serveronly) I get this in the Browser console:

      MMM-xiaomi.js:28 received XIAOMI_DATA
      MMM-xiaomi.js:212 Uncaught TypeError: Cannot read property 'id' of null
          at Class. (MMM-xiaomi.js:212)
          at Function.each (jquery-2.2.3.min.js:2)
          at Class.renderText (MMM-xiaomi.js:210)
          at Class.render (MMM-xiaomi.js:100)
          at Class.socketNotificationReceived (MMM-xiaomi.js:29)
          at module.js:183
          at r. (socketclient.js:25)
          at r.emit (index.js:133)
          at r.onevent (socket.js:270)
          at r.MMSocket.self.socket.onevent (socketclient.js:19)
      (anonymous) @ MMM-xiaomi.js:212
      each @ jquery-2.2.3.min.js:2
      renderText @ MMM-xiaomi.js:210
      render @ MMM-xiaomi.js:100
      socketNotificationReceived @ MMM-xiaomi.js:29
      (anonymous) @ module.js:183
      (anonymous) @ socketclient.js:25
      r.emit @ index.js:133
      r.onevent @ socket.js:270
      MMSocket.self.socket.onevent @ socketclient.js:19
      r.onpacket @ socket.js:228
      (anonymous) @ index.js:21
      r.emit @ index.js:133
      r.ondecoded @ manager.js:345
      (anonymous) @ index.js:21
      r.emit @ index.js:133
      s.add @ index.js:241
      r.ondata @ manager.js:335
      (anonymous) @ index.js:21
      r.emit @ index.js:133
      r.onPacket @ socket.js:457
      (anonymous) @ socket.js:274
      r.emit @ index.js:133
      r.onPacket @ transport.js:145
      r.onData @ transport.js:137
      ws.onmessage @ websocket.js:147
      
      1 Reply Last reply Reply Quote 0
      • M Offline
        mirko3000
        last edited by

        Try the latest update (git pull), I just checked for null items - even i that should not happen.

        1 Reply Last reply Reply Quote 0
        • A Offline
          Albert2002
          last edited by

          I did so. Restarted MM.
          No errors in the logs.

          mm out:

          Triggering Xiaomi Gateway upate
          Found device with ID 158d000119fcb2 of type magnet
          Found device with ID 158d00015aa973 of type controller
          Found device with ID 158d00015736a8 of type sensor
          

          This I got from the Browser Debug:

          main.js:404 Initializing MagicMirror.
          translator.js:197 Loading core translation file: translations/de.json
          translator.js:219 Loading core translation fallback file: translations/en.json
          loader.js:182 Load script: modules/MMM-xiaomi//MMM-xiaomi.js
          module.js:406 Check MagicMirror version for module 'MMM-xiaomi' - Minimum version:  2.0.0 - Current version: 2.1.3
          module.js:408 Version is ok!
          module.js:414 Module registered: MMM-xiaomi
          loader.js:152 Bootstrapping module: MMM-xiaomi
          loader.js:182 Load script: modules/MMM-xiaomi/String.format.js
          String.format.js Failed to load resource: the server responded with a status of 404 (Not Found)
          loader.js:190 Error on loading script: modules/MMM-xiaomi/String.format.js
          script.onerror @ loader.js:190
          loader.js:182 Load script: https://code.jquery.com/jquery-2.2.3.min.js
          loader.js:157 Scripts loaded for: MMM-xiaomi
          loader.js:197 Load stylesheet: modules/MMM-xiaomi/MMM-xiaomi.css
          loader.js:159 Styles loaded for: MMM-xiaomi
          loader.js:161 Translations loaded for: MMM-xiaomi
          loader.js:197 Load stylesheet: css/custom.css
          MMM-xiaomi.js:35 Starting module: MMM-xiaomi
          main.js:422 All modules started!
          module.js:117 MMM-xiaomi received a system notification: ALL_MODULES_STARTED
          module.js:117 MMM-xiaomi received a system notification: DOM_OBJECTS_CREATED
          MMM-xiaomi.js:28 received XIAOMI_DATA
          MMM-xiaomi.js:242 Uncaught TypeError: this.html.col.format is not a function
              at Class. (MMM-xiaomi.js:242)
              at Function.each (jquery-2.2.3.min.js:2)
              at Class.renderText (MMM-xiaomi.js:210)
              at Class.render (MMM-xiaomi.js:100)
              at Class.socketNotificationReceived (MMM-xiaomi.js:29)
              at module.js:183
              at r. (socketclient.js:25)
              at r.emit (index.js:133)
              at r.onevent (socket.js:270)
              at r.MMSocket.self.socket.onevent (socketclient.js:19)
          
          1 Reply Last reply Reply Quote 0
          • M Offline
            mirko3000
            last edited by

            Ok, now another try :) Forgot to add utility class which was already present from other modules on my instance. Please update from GIT.

            1 Reply Last reply Reply Quote 1
            • A Offline
              Albert2002
              last edited by

              Sometimes a pictures tells you more than words…

              You did it!

              You did it! Great job! Thank you! :-)

              Next step are to integrate te Yeelights ;-)

              1 Reply Last reply Reply Quote 1
              • M Offline
                mirko3000
                last edited by

                Good to hear! :)

                Suggestions welcome, I have just added ventilation recommendation(see latest update), will also add window sensors - but still unsure how to visualize all that information. Suggestions welcome!

                1 Reply Last reply Reply Quote 1
                • A Offline
                  Albert2002
                  last edited by

                  Looking forward to see the window sensors! I would like to see the current state & the last change of it. Are you planing something like this?

                  Name     State     Last change 
                  Kitchen  closed   1.Nov. 18:01
                  

                  What I would like to see on my mirror as well are the sate of the Yeelights ( on / off)

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    barnosch
                    last edited by

                    So, sadly the german customs took my whole order from China.
                    :(
                    No CE sign, no german manual, wirless connection needs to be tested…
                    i could puke.

                    Can someone recommend a company i can order from germany, without getting to the customs (EU-Warenlager) ?

                    ? 1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User @barnosch
                      last edited by

                      @barnosch
                      So sad. I want to know also, is there good IoT set for home in EU(Germany).
                      I’ve tested some “Jinvoo” (another Chinese product?), it works somehow, but API is not opened.

                      1 Reply Last reply Reply Quote 0
                      • A Offline
                        Albert2002
                        last edited by

                        Most of my Chinese stuff I get from gearbest.com If you choose „Standard Shipping > Germany Express“ you won’t get any problems. Watch out for mi smart home bundles on there website.

                        1 Reply Last reply Reply Quote 0
                        • B Offline
                          barnosch
                          last edited by

                          The order was from gearbest .
                          Usually you have to choose “priority line” to get it without problems.
                          It wasn’t available at this time for the ordered stuff.
                          So i made the mistake.
                          But anycase, my problem. Don’t want to highjack the thread with some customs problems.

                          Found now a dealer to order the gateway from EU-warehouse and another dealer to get the sensors via Belgium.
                          Hopeing for the best ;)

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            mirko3000
                            last edited by

                            I just recieved my order of another 6 window sensors yesterday :) But I really think they will shut this down soon, guess they (gearbest) are not paying any taxes at all…

                            Working on the new version, this is what I have in mind:
                            0_1510134269455_Bildschirmfoto 2017-11-08 um 10.42.55.png

                            cowboysdudeC S 2 Replies Last reply Reply Quote 1
                            • A Offline
                              Albert2002
                              last edited by

                              This looks great! As far as I understand there is for every room a thermometer & humidity with trent, light indicator (Yeelight?) and Windows sensors? Pretty nice!

                              Are you going to release this as a new module, or as a change of the old one? I would prefer a new module, because this one takes a lot of space and is hardly to integrate in a single screen. I

                              But I really think they will shut this down soon, guess they (gearbest) are not paying any taxes at all…
                              

                              I think the same. It already took more time to receive and it’s getting less products you can order with „Standard Shipping > Germany Express“

                              1 Reply Last reply Reply Quote 0
                              • cowboysdudeC Offline
                                cowboysdude Module Developer
                                last edited by cowboysdude

                                I’m in the US and I ordered from Gearbest and did not will not again… I put in my order and it I never got what I ordered so I put a claim in against them … they told me ‘well we now have the items in stock so if you drop your claim…’

                                According to their site the stuff I ordered was already in stock… when I ordered them.

                                I said uhhhhhh no. So they refunded me…and I ordered them from another company and hopefully they’ll be here next week :) They shipped them right out and gave me a tracking number… Gearbest… I don’t trust them.

                                1 Reply Last reply Reply Quote 0
                                • cowboysdudeC Offline
                                  cowboysdude Module Developer @mirko3000
                                  last edited by

                                  @mirko3000 said in MMM-xiaomi - Temperature and Humidity from your smarthome:

                                  window sensors

                                  What is the module your door/window sensors? I find two but not sure which ones to use here.

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    Albert2002
                                    last edited by

                                    I have the Xiaomi. I don’t think there is a difference apart from the design:
                                    Xiaomi vs Aqara door/window sensors

                                    1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      barnosch
                                      last edited by

                                      So.
                                      At least 4 Temperature sensors arrived today. Waiting for the gateway which comes another way.

                                      looks great @mirko3000
                                      Really looking forward for it.

                                      I hate waiting for stuff…

                                      M 1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        mirko3000 @barnosch
                                        last edited by mirko3000

                                        Ok, get ready to test the latest version! I kept the current table view for now, still planning to also support a grid view soon.
                                        New features:

                                        • Listens to update events of the sensors instead of refreshing the whole list all x seconds
                                        • Reorganized your smart home structure, introducing rooms with sensors
                                        • Shows ventilation recommendation, window open state and light on state per rooms

                                        Looking forward to get some feedback. As I do not have any lights at the moment this is untested.

                                        Not for the update: you will need to execute “npm install” again as I had to fork the miio library to support the events (maybe even delete the node_modules folder in your modules directory). Also you need to update your module configuration!

                                        K 1 Reply Last reply Reply Quote 1
                                        • cowboysdudeC Offline
                                          cowboysdude Module Developer
                                          last edited by

                                          WOW this is really awesome! Thank you for your hard work. Looking forward to getting my sensors… should be here next week I hope

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            Albert2002
                                            last edited by

                                            Its working for me. No errors in the logs or the brower debug. Well done & thank you for your work!
                                            I can test it whit only one sensor so far. Waiting for the others.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 8 / 8
                                            • 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