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

Max! cube system

Scheduled Pinned Locked Moved Requests
maxcubeeq-3
5 Posts 4 Posters 1.9k Views 4 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.
  • B Offline
    blazkom
    last edited by Mar 2, 2018, 11:01 AM

    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 Offline
      schienw
      last edited by Mar 2, 2018, 11:22 AM

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

      1 Reply Last reply Reply Quote 1
      • P Offline
        pinsdorf Module Developer
        last edited by Mar 2, 2018, 1:20 PM

        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 Offline
          blazkom
          last edited by Mar 2, 2018, 3:43 PM

          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 Offline
            Vauxdvihl
            last edited by Sep 16, 2020, 7:04 PM

            @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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy