@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