I just started to understand the automation mechanism by adding custom log info to index.js using debugPrint.
However I cannot see any output appearing in /var/log/z-way-server.log after restarting the server.
What am I doing wrong? I tried changing the loglevel in config.xml to some other value, that didn't help. What am I doing wrong?
debugPrint and console.log don't output anything...
Re: debugPrint and console.log don't output anything...
Solved it: I though that the modules were started automaticaly. I just discovered that this is not the case: they have to be added manualy (eg from the home-automation UI)....