Search found 11 matches

by SReibert
18 Dec 2016 02:19
Forum: Discussions in English
Topic: Module that send events over TCP/UDP or websocket
Replies: 17
Views: 20374

Re: Module that send events over TCP/UDP or websocket

Hello Patrick, Did you run the refresh command? The WebSocket Configurator subscribes to the events of all devices otherwise only with a Z-Way server restart. No till today I was not able to test the WebSocket Configurator.: "Sadly I am not able to add the token. If a add a token zway say: &quo...
by SReibert
18 Dec 2016 02:17
Forum: Discussions in English
Topic: Unable to download App
Replies: 8
Views: 13563

Re: Unable to download App

Hello, today we wanted to test a app from Zway Online App Store, but we have a big problem. We installed a fresh Windows 7 x64, Windows 10 x64 and Ubuntu 16.04.x with only Zway Server 2.2.4 (Win), 2.2.5 (Ubuntu) and UZB Stick with zway license. On all systems we had the same problem that we are not ...
by SReibert
15 Dec 2016 17:34
Forum: Discussions in English
Topic: Module that send events over TCP/UDP or websocket
Replies: 17
Views: 20374

Re: Module that send events over TCP/UDP or websocket

@SReibert Which z-way version do you have? I could add the token without a problem under the Management/App Store Access menu. Under On Line Apps tab change the "Featured Apps" tab into "All", and the WS configurator is visable Hello, I have version Win v2.1.2-rc17 but after upg...
by SReibert
15 Dec 2016 00:22
Forum: Discussions in English
Topic: Module that send events over TCP/UDP or websocket
Replies: 17
Views: 20374

Re: Module that send events over TCP/UDP or websocket

Hello Patrick, thank you very much for that App. Sadly I am not able to add the token. If a add a token zway say: "Unable to update data" After lot of testing and version changes, my zway server is very instable. But it works. In the next days I go to a friend. He has a clean zway server f...
by SReibert
12 Dec 2016 19:05
Forum: Discussions in English
Topic: Module that send events over TCP/UDP or websocket
Replies: 17
Views: 20374

Re: Module that send events over TCP/UDP or websocket

Hello Patrick, Thank you for your answer. What do you mean with all events here I describe it: https://forum.z-wave.me/viewtopic.php?f=3419&t=22761#p60689 i.E. If the Fibaro FGR-222 change the status of switchbinary you dont see it as a event and the onboard websocket will send nothing. But in t...
by SReibert
10 Dec 2016 19:51
Forum: Discussions in English
Topic: Module that send events over TCP/UDP or websocket
Replies: 17
Views: 20374

Module that send events over TCP/UDP or websocket

Hello, I search since 1 Year that anyone can help me for my problem. I need a Z-way Module that can send all events that happen in z-way. Not only the few events from the virtual devices that send the onboard websocket service. It is a long time ago but I remeber that a few events wasn´t send i.E. s...
by SReibert
31 Jan 2016 22:05
Forum: Discussions in English
Topic: Need a Module, Im paying for it.
Replies: 2
Views: 4656

Need a Module, Im paying for it.

Hello, after no one answered to my questions I decided to pay this one where give me a Module that can do following thing if make able with zway: Every catch able Message that a Z-wave Device send to Zway, the module should catch and send this raw data with ws.push("typ", obj); The module ...
by SReibert
28 Jan 2016 06:03
Forum: Discussions in English
Topic: Why not all actions in Event Log?
Replies: 6
Views: 10742

Re: Why not all actions in Event Log?

Hello, The program monit can monitor the z-way-server.log, using 1 second increments Thank you for your answer. But this is not the solution I need. I will use this, among other to confirm if i.E. a switch has switched. This must go fast as possible. And I will not use a extra program to make that. ...
by SReibert
23 Jan 2016 16:07
Forum: Discussions in English
Topic: Why not all actions in Event Log?
Replies: 6
Views: 10742

Re: Why not all actions in Event Log?

The Event Log is not the Zway Logfile. Please explain what and where it is. I could not find a reference to it in the Developers Manual Sorry it is named "Notifications" not "Events" In the Developers Manual under Chapter 6 is only a link to the full doku: http://docs.zwayhomeau...
by SReibert
23 Jan 2016 05:21
Forum: Discussions in English
Topic: Why not all actions in Event Log?
Replies: 6
Views: 10742

Re: Why not all actions in Event Log?

All data the device sends should be in the z-way-server.log file, regardless if higher level layer knows what to do with it. Some devices don't send reports, in that case you may have to query frequently. For example my Aspire RF send in reports while my GE switches don't. Thank you for your answer...