Read the statement by Michael Teeuw here.
MMM-AlexaControl or MMM-AlexaOn/Off setup
-
@dave_ so, something doesn’t make sense… please show me your config.js
-
This post is deleted! -
@dave_ weird… ok, re-enable AlexaControl (change to disabled: false, ) then restart MM and show me the messages again
-
-
@dave_ and the MM messages? yes, electron should be using 1900 now for alexacontrol
-
-
@dave_ ok, as expected… the extra image u posted this morning was from some other time
now, if you do alexa discover devices (phone app is more (bottom right), other, discover devices)
-
@sdetweil tried that still no luck
-
@dave_ ok, need to edit a file to turn on some debugging
nano ~/MagicMirror/modules/MMM-AlexaControl/node_modules/node-fauxmo/src/SSDPService.js
change lines 92-94, the console.log lines below
change fromudpServer.on('message', (msg, rinfo) => { //debug(`<< server got: ${msg} from ${rinfo.address}:${rinfo.port}`); //console.log('Search request from ' + util.inspect(rinfo)); //console.log(getMask(rinfo.address, '255.255.255.0'));
to
udpServer.on('message', (msg, rinfo) => { console.log(`<< server got: ${msg} from ${rinfo.address}:${rinfo.port}`); console.log('Search request from ' + util.inspect(rinfo)); console.log(getMask(rinfo.address, '255.255.255.0'));
-
@sdetweil my internet went of for a bit I’ll do this asap and let you know!