This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
console.log does not print out anything
torinnguyen
Member
in Developers
I'm just getting started trying to write a really basic driver. My pairing code UI works, but "console.log" function does nothing.
Please refer to this screenshot http://take.ms/9na6I
I have tried both console.log & this.log. None of them give any errors or output to the console.
I'm running the app via "athom project --run" command as seen in screenshot.
For what it worth, my Homey does not react to "okey homey" since I got it out of the box.
Please help
Please refer to this screenshot http://take.ms/9na6I
I have tried both console.log & this.log. None of them give any errors or output to the console.
I'm running the app via "athom project --run" command as seen in screenshot.
For what it worth, my Homey does not react to "okey homey" since I got it out of the box.
Please help
Comments
Here's my device.js code http://take.ms/RrKCp
The code runs all ok. I got new device added, but absolutely no logging.
console.log works for me here, shows when running the app. Did you try Homey.log?
Homey.log does not work as well.
Here's another screenshot of my driver.js http://take.ms/DzSGS