CustomUserCodeLoader
Posted: 24 Mar 2015 10:44
Hello,
i am having a problem with the CustomUserCodeLoader.
I am using a javescript file to define z-wave binding with power-metering nodes, so that everytime a sensor value changes a script is executed.
It worked once, but now i get the following error
Looking at the log file, i can see that my script is loaded right BEFORE the z-wave binding module is started, but it needs this module, otherwise it fails.
How can i ensure that z-wave binding is started before the CustomUserCodeLoader?
i am having a problem with the CustomUserCodeLoader.
I am using a javescript file to define z-wave binding with power-metering nodes, so that everytime a sensor value changes a script is executed.
It worked once, but now i get the following error
Code: Select all
Can not init module CustomUserCodeLoader: Error: Uncaught ReferenceError: zway is not defined
How can i ensure that z-wave binding is started before the CustomUserCodeLoader?