Search found 15 matches

by codefox
22 Jul 2016 17:56
Forum: RaZberry
Topic: Z-Way to MQTT
Replies: 28
Views: 47719

Re: Z-Way to MQTT

I got this successfully working! Yay!

Not really sure what my issues were but this is up and running.
by codefox
21 Jul 2016 05:14
Forum: RaZberry
Topic: Z-Way to MQTT
Replies: 28
Views: 47719

Re: Z-Way to MQTT

I can't get it working with auth, but without it's woking like a charm! Since you mentioned you got it working, I'm curious to see your set up. I have the MQTT module that this is based on working just fine, but if I upgrade to this one, I don't see my messages. I tried both with tags and with indi...
by codefox
20 Jul 2016 19:47
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

Node-RED is definitely really cool. I'm trying to stick with the Red Hat stack since I'm familiar with the technology (and I've been a Red Hatter for over 9 years...) but I'll definitely be playing with other projects that are out there where it makes sense!
by codefox
20 Jul 2016 18:06
Forum: RaZberry
Topic: Z-Way to MQTT
Replies: 28
Views: 47719

Re: Z-Way to MQTT

Hah, yeah, thanks for the reminder. I logged into GitHub to submit the issue and then got side tracked ;)
by codefox
20 Jul 2016 17:16
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

I'll give that a try and see what happens. What I'm using is the GE Plugin Switch which, after I posted that, I did some more digging and found this: http://razberry.z-wave.me/index.php?id=29 So it's quite possible (probable?) that it is in fact my switch. For the purpose of what I'm doing, I can se...
by codefox
20 Jul 2016 16:21
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

I put a logging statement in there and, yes, thank you...I can at least confirm that the JS is loading and that my UDP client is receiving the message. I feel stupid for not putting that in to validate the connection. :) So that does, obviously, lead me to my plug-in switch. I don't have the option ...
by codefox
20 Jul 2016 00:24
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

I did. I'm not sure what I'm missing here. This is my code: var sock = new sockets.udp(); sock.connect("192.168.1.73", 9091); //Use IP number of your OpenRemote Controller this.bindFunc1 = function (zwayName) { if (zwayName != "zway") return; // you want to bind to default zway i...
by codefox
19 Jul 2016 23:05
Forum: RaZberry
Topic: Z-Way to MQTT
Replies: 28
Views: 47719

Re: Z-Way to MQTT

I like this module but I am running into this in the log output: [2016-07-19 20:04:16.576] [core] [MQTT_14] Error: Error: Message type error: 6 at MQTT.BaseModule.error (automation/userModules/BaseModule/index.js:122:17) at null._errorCallback (automation/userModules/MQTT/index.js:103:8) at MQTTClie...
by codefox
19 Jul 2016 15:57
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

I think you misunderstand me. Neither client I used received a message. My intended client is a camel route but when that didn't work, I set up a simple netcat client to see if ZWay was broadcasting. When that didn't work I checked a tcpdump of the port I'm sending over and didn't see anything. So t...
by codefox
19 Jul 2016 14:37
Forum: RaZberry
Topic: What updates log?
Replies: 12
Views: 11144

Re: What updates log?

I have and I'm not sure why yet. I am going to try more this morning but after I set up the UDP, I get nothing to anything lrying to listen to it.