Search found 133 matches

by Isaksson
28 Jun 2015 15:01
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115296

Re: Debugger for Z-Way JavaScript

Is there a way to verify if Z-Way is listening on 8183?

I have made all steps from the first post but it does not work, i need to find out if its the server or client i need to focus on.
I am running Node Inspector on windows and i create the ssh tunnel with putty.
by Isaksson
28 Jun 2015 12:09
Forum: Discussions in English
Topic: Create and load User Module
Replies: 2
Views: 2994

Re: Create and load User Module

Thanks.
So I have to restart then.
I guess there will be a reload function when this release go public?
by Isaksson
28 Jun 2015 10:50
Forum: Discussions in English
Topic: Create and load User Module
Replies: 2
Views: 2994

Create and load User Module

Hello.
I have created my first User Module, i have uploaded the folder including the files to /opt/z-way-server/automation/modules, do i have to start stop Z-Way server to load this or is there a more friendly way?
by Isaksson
23 Jun 2015 22:29
Forum: Discussions in English
Topic: Number of Apps
Replies: 2
Views: 3209

Re: Number of Apps

Yes, that is true.
I will share when I have made some more tests.
by Isaksson
23 Jun 2015 22:28
Forum: Discussions in English
Topic: App - If -> Then Relation
Replies: 4
Views: 4859

Re: App - If -> Then Relation

Yes, this will solve the issue. Thanks for great support.
by Isaksson
22 Jun 2015 12:32
Forum: Discussions in English
Topic: Number of Apps
Replies: 2
Views: 3209

Number of Apps

Hello. If everything works out great with this home automation system (I am making some test now and see if i could do everything that i need) then i see that the number of Apps will increase. Have you made some speed test with a lot of apps loaded? have you find any limits in the number of loaded a...
by Isaksson
22 Jun 2015 12:12
Forum: Discussions in English
Topic: App - Dummy Device, change state
Replies: 6
Views: 6819

Re: App - Dummy Device, change state

Thanks.
Perfect, i will test this.

Edit:
Worked :D
by Isaksson
22 Jun 2015 10:58
Forum: Recipes
Topic: [HowTo] Send status updates as UDP messages
Replies: 33
Views: 58590

Re: [HowTo] Send status updates as UDP messages

I could try with some other devices to, to see if this is Fibaro specific. Iam using a simple UDP server that is listening on the port that i set up in the js file, so i am not doing any filtering either. Edit: Everspring AN157 have the same issue as my Fibaro Wall Plug. If i push update in gui then...
by Isaksson
22 Jun 2015 10:30
Forum: Recipes
Topic: [HowTo] Send status updates as UDP messages
Replies: 33
Views: 58590

Re: [HowTo] Send status updates as UDP messages

Thanks.
Of course it would be possible to filter at the receiving end but it would be a much better way to filter them before they go out.
And the best would be if there is a function built in that only trigger when there is a change not on update.
by Isaksson
22 Jun 2015 10:26
Forum: Discussions in English
Topic: App - Dummy Device, change state
Replies: 6
Views: 6819

App - Dummy Device, change state

Hello.

I have added a Dummy Device with the app Dummy Device (Version 1.0.0 by Z-Wave.Me)
Is it possible for me to externally change the state of that device with HTTP?
If yes, what is the url?