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?