Hello,
I don’t know what happened, but for some reason my openhab.log does no longer contain any messages (like console.debug) from my ECMAScript automation rules. I did install 5.1.0 M3 a few days ago, not sure is this could be the issue…?
I tried:
log:set DEBUG org.openhab.core.model.script.js.internal.platform.internal.PlatformScriptEngine
log:set DEBUG org.openhab.core.automation.internal.RuleEngineImpl
But the only thing I get, when executing a script is:
15:03:28.320[DEBUG] [org.openhab.core.automation.internal.RuleEngineImpl] - The rule ‘check_energy_consumption_garage_fridge’ is executed.
The first line of this script contains:
console.debug(‘Script check_energy_consumption_garage_fridge executing …‘);
What went wrong here?
SOLVED: Add debug-Level for org.openhab.automation.jsscripting.rule
Thanks and kind regards
Markus