Read the statement by Michael Teeuw here.
Max! cube system
-
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.htmlThanx a lot
-
-
When there is an API there is a way! :-)
Have a look at this community approach to describe Max! Cube API.
-
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.
}
}, -
@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