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.
Closed
Log-file
PeterGroeneweg
Member
Hay,
Does Homey keeps a log-file with information like status changes of devices? I'm thinking of something like:
[Timestamp]-[device x]-[new status]-[user]
19-08-2015 16:53:23-lights livingroom-on-rest api
19-08-2015 16:53:50-lights livingroom-off-voice command
19-08-2015 17:00:00-thermostat-20°C-ThermoApp
I also would like a log-file which keeps track if the flows who are triggerd.
Is this all possible?
This discussion has been closed.
Comments
Even better, all kinds of data can be logged. And all these datapoints can be graphed in the Insights module, or exported to .csv.
We should have a like button for reply's :P
+1 p0nts
+1 Emile! and +1 p0nts!
Thanks!
I'm on a Mac, press cmd + alt + J to open the development console, then run my app but I don't see any messages, even though I have a lot of console.log entries in the app. It passes a lot of functions succesfully, but I don't even see those console.log entries. Any ideas?
$ athom project --run
? Select active Homey: Homey @ 192.168.1.77:80
Archiving...
Uploading to 192.168.1.77:80...
Running `com.onkyo`...
Debugging...
For example, the Marantz app has app.js:
function init() {
Homey.log("Marantz app - init start");
Homey.log ("Marantz app - init done");
}
I don't see that after 'Debugging'.... clueless
I was indeed on an old version. Not sure which version, but I ran sudo npm install -g athom-cli and now I have logs in my terminal Thanks, now it's time to finally put some effort into this app