Read the statement by Michael Teeuw here.
[MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)
-
@SubLim3 open the developers window, ctrl-shift-i, then select the console tab across the top.
U can add text to search the console in the filter field.
You should see all the notification events
-
for me the test device is working (Office lamp or fan) but can’t find my modules
-
@Stoffbeuteluwe Yeah, I have been reading that the 3rd Gen Alexa devices are not locating the modules. You might try discovery through the app or web browser http://alexa.amazon.com.
-
@SubLim3 i tried the app but doesn’t work…no device found
-
@MoreLinux I have MM running on Mac I think you have a RPI …maybe this can be my problem
-
@Stoffbeuteluwe is there anybody with a working module MMM-AlexaOnOff on Mac?
test device is working …but no other device
-
@Stoffbeuteluwe anybody an idea?
-
So IF I understand this log correctly, my mirror is receiving the Notification from my Alexa Device but the AlexaOnOff module is not operating correctly. Any suggestions?
module.js:154 MMM-WatchDog received a module notification: REMOTE_ACTION from sender: MMM-AlexaOnOff module.js:154 MMM-Screencast received a module notification: REMOTE_ACTION from sender: MMM-AlexaOnOff module.js:154 MMM-GoogleMapsTraffic received a module notification: REMOTE_ACTION from sender: MMM-AlexaOnOff MMM-Remote-Control.js:43 Uncaught TypeError: console.log is not a function at Class.notificationReceived (MMM-Remote-Control.js:43) at sendNotification (main.js:95) at Object.sendNotification (main.js:502) at Class.sendNotification (module.js:368) at config.devices.forEach.d (MMM-AlexaOnOff.js:47) at Array.forEach (<anonymous>) at Class.socketNotificationReceived (MMM-AlexaOnOff.js:37) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83)
-
-
@sdetweil Is this something that happened because I updated MMM-Remote-Control and MMM-AlexaOnOff does not have an update? If so, would it be better to update AlexaOnOff to have console.log instead of log.log? That being said, I could not find Log.log in AlexaOnOff.js anyways.
Are there other modules that will stop working if I change MMM_Remote_Control to Log.log? I saw it in there a couple of times and changed it. This did resolve the issue but I need to see if there are other Modules throwing red flags now.
Thank you for the Help! Hopefully MMM-AlexaOnOff gets an update to help everyone else with 3rd Gen Alexa devices get discovered.