Search found 10 matches

by bc-109
29 Jan 2016 12:28
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Hi, As I said before, I had a try to OpenZWave, and the Python-OpenZWave wrapper. As I'm a Python programmer, that's perfect for me. I can do what I need to do, and I can receive asynchronous events very simply : I just have to "map" my Python fonction to the corresponding event. I'm writi...
by bc-109
13 Jan 2016 16:53
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Hi, My goal is to use MQTT as a central hub for interfacing with all my devices regardless of their protocol (z-wave, wifi, http, philips hue...). This means that my chosen rule-engine (openHAB) for smart home logic can control all devices as it already speaks MQTT. Interesting setup :-) I had exact...
by bc-109
12 Jan 2016 20:46
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Whoever ;-) Anybody that can send events asynchronously...
by bc-109
12 Jan 2016 19:37
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

That's exactly what I want to do : processing the events at my receiving end. I just need you to send me the events. Without having to come into your system, and send them by myself ;-)
by bc-109
12 Jan 2016 17:07
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Again, you misunderstood our needs. When I bought a Razberry, I didn't want to buy a "home automation software". I wanted to buy a "Z-Wave transceiver", with an API, so that I can control it from my software. An example of such an equipment that uses an API, and that does send ev...
by bc-109
12 Jan 2016 12:16
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Pity you misunderstood our needs ;-) Of course, speaking Japanese is pretty easy for a Japanese guy. But not for me ;-) What I was expecting with an "API" is a way to access data in a pre-defined way that is independant from your software implementation. In other words, with an API, I woul...
by bc-109
10 Jan 2016 23:36
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Hi everybody, I contacted the support about this problem. The answer is that they don't have any ready to go event sender. Possible solutions are : 1/ Poll 2/ Write our own event handlers, in Javascript, and attach them to every device This means it's impossible for me to use Z-Way from my applicati...
by bc-109
01 Jan 2016 14:57
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

I have exactly the same needs as you :-) I'd like to use Z-Way as a Z-Wave transceiver, in the same way I'm using RFXCom for 433 MHz. I'd like Z-Way to handle all the protocol basics (network, association, interview...), and I'd like it to forward all its incoming data to me. Z-Way automation module...
by bc-109
01 Jan 2016 13:05
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Hi, I read again lots of things, but I didn't find anything. I'm very disappointed ! I decided to leave my previous ZWave controller, because its UDP API was limited, and didn't evolve anymore. I decided to switch to Razberry / ZWay, because I thought it was having a very rich API, with lots of poss...
by bc-109
01 Jan 2016 00:28
Forum: Discussions in English
Topic: All Events from EventBus in Script
Replies: 29
Views: 29950

Re: All Events from EventBus in Script

Hi, I'm having exactly the same problem. It seems very obvious to me. I read a lot of things, but I didn't find any simple solution. Z-Way is a fantastic piece of software... but I don't understand Javascript, and I don't want learn ;-) I just need to transmit all events (with all attached data) to ...