MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Max! cube system

    Requests
    max cube eq-3
    4
    5
    1400
    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.
    • B
      blazkom last edited by

      Does anybody know if it is possible to make module that show settings and current temprature from MAX! EQ-3 Cube
      http://www.eq-3.com/products/max/max-house-solution/max-cube-lan-gateway.html

      Thanx a lot

      1 Reply Last reply Reply Quote 0
      • S
        schienw last edited by

        https://github.com/mirko3000/MMM-max

        1 Reply Last reply Reply Quote 1
        • P
          pinsdorf Module Developer last edited by

          When there is an API there is a way! 🙂

          Have a look at this community approach to describe Max! Cube API.

          1 Reply Last reply Reply Quote 0
          • B
            blazkom last edited by

            I have install module

            Can someone please check if this script is corrent. My cube ip is 192.168.1.135

            If i add script like that, then when magic mirror is start i only get black screen.
            {
            module: ‘MMM-max’,
            position: ‘bottom_left’,
            header: ‘Heizung / Temperatur’, // This is optional
            config: {
            maxIP: ‘192.168.1.135’, // See ‘Configuration options’ for more information.
            }
            },

            1 Reply Last reply Reply Quote 0
            • V
              Vauxdvihl last edited by

              @pinsdorf
              i have a problem with getting connected to MaxCube

              [2020-09-16 20:55:56.345] [LOG]    Triggering MAX upate
              [2020-09-16 20:55:56.351] [ERROR]  Error: getaddrinfo ENOTFOUND 192.xxx.xxx.xxx:80
                  at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
                errno: 'ENOTFOUND',
                code: 'ENOTFOUND',
                syscall: 'getaddrinfo',
                hostname: '192.xxx.xxx.xxx:80'
              }
              [2020-09-16 20:55:56.360] [ERROR]  Whoops! There was an uncaught exception...
              [2020-09-16 20:55:56.361] [ERROR]  Error [ERR_UNHANDLED_ERROR]: Unhandled error. (undefined)
                  at MaxCubeLowLevel.emit (events.js:299:17)
                  at Socket.<anonymous> (/home/pi/MagicMirror/modules/MMM-max/maxcube/maxcube-lowlevel.js:51:10)
                  at Socket.emit (events.js:310:20)
                  at emitErrorNT (internal/streams/destroy.js:92:8)
                  at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
                  at processTicksAndRejections (internal/process/task_queues.js:84:21) {
                code: 'ERR_UNHANDLED_ERROR',
                context: undefined
              }
              
              

              Do you have an idea want went wrong?

              here is my config

              {//MMM-max
              				module: 'MMM-max',
              				position: 'bottom_left',
              				header: 'Heizung / Temperatur',  // This is optional
              				config: {
              				maxIP: '192.xxx.xxx.xxx:80',// See 'Configuration options' for more information.
              						}
              				},
              

              Thanks a lot

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy