Search found 4 matches

by roffer
03 Nov 2014 16:34
Forum: Discussions in English
Topic: Razberry on Domotiga main.js
Replies: 5
Views: 10738

Re: Razberry on Domotiga main.js

should it work like this: (fs.list("z-way-utils/") || []).forEach(function (file) { try { executeFile("z-way-utils/" + file); executeFile('domotiga.js'); } catch (e) { controller.addNotification("error", "Can not load z-way-utils file (" + file + "): &quo...
by roffer
03 Nov 2014 16:31
Forum: Discussions in English
Topic: Razberry on Domotiga main.js
Replies: 5
Views: 10738

Re: Razberry on Domotiga main.js

hmm that didn't work, looks like i need it. tried to trigger a yale lock to secure but got errors from the web gui.
/roffer
by roffer
03 Nov 2014 16:23
Forum: Discussions in English
Topic: Razberry on Domotiga main.js
Replies: 5
Views: 10738

Re: Razberry on Domotiga main.js

ok tnx, i will try and see how this goes.

/roffer
by roffer
03 Nov 2014 15:48
Forum: Discussions in English
Topic: Razberry on Domotiga main.js
Replies: 5
Views: 10738

Razberry on Domotiga main.js

Hi, i need some pointers on where i should put some config to get razberry to work with Domotiga. main.js is different from the version that's described. eks: Insert line just before last { executeFile('domotiga.js'); } so i want to execute this file domotiga.js but it seems not to work if i use wha...