Page 2 of 3

Re: Z-Way to MQTT

Posted: 11 Jul 2016 18:55
by past
Wow! that's great, i will test this evening

Re: Z-Way to MQTT

Posted: 11 Jul 2016 22:19
by past
I can't get it working with auth, but without it's woking like a charm!

Re: Z-Way to MQTT

Posted: 19 Jul 2016 23:05
by codefox
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 MQTTClient._onError (automation/userModules/MQTT/lib/mqtt.js:442:10)
at MQTTClient._onData (automation/userModules/MQTT/lib/mqtt.js:468:14)
at tcp.connection.onrecv (automation/userModules/MQTT/lib/mqtt.js:322:10)

Re: Z-Way to MQTT

Posted: 20 Jul 2016 17:57
by pz1
Don't know if the App-author is following this forum. You might raise a new issue on his Github space:
https://github.com/Edubits/Zway-MQTT

Re: Z-Way to MQTT

Posted: 20 Jul 2016 18:06
by codefox
Hah, yeah, thanks for the reminder. I logged into GitHub to submit the issue and then got side tracked ;)

Re: Z-Way to MQTT

Posted: 21 Jul 2016 05:14
by codefox
past wrote: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 individual devices and neither seems to work.

But when I roll back to my older code it works fine.

Re: Z-Way to MQTT

Posted: 22 Jul 2016 17:56
by codefox
I got this successfully working! Yay!

Not really sure what my issues were but this is up and running.

Re: Z-Way to MQTT

Posted: 22 Jul 2016 18:49
by past
Just a custom UI i made with Node-RED and zway mqtt module.

Re: Z-Way to MQTT

Posted: 23 Jul 2016 19:35
by pz1
@past,
Could you publish your MQTT flow? Could make a nice starter tuto for ZWay users.

Re: Z-Way to MQTT

Posted: 24 Jul 2016 20:19
by past
My Node-RED flow: http://pastebin.com/SsgtiNBQ

Feel free to ask for any additional info.

I will make a tutorial later.