Zway-MQTT icon indicating copy to clipboard operation
Zway-MQTT copied to clipboard

zway installation

Open Andy4handy opened this issue 5 years ago • 4 comments

zway App Store: Version 1.41 is not installed. After the installation, 1.3 is still displayed. The error with Connection still exists. As soon as the network is disconnected there is a MQTT Connection error. The same happens after a change in the APP.

Andy4handy avatar May 29 '19 22:05 Andy4handy

manual installation work well. 1.41 is displayed under Applications. Also the errors are gone.

Andy4handy avatar May 30 '19 13:05 Andy4handy

manual installation work well. 1.41 is displayed under Applications. Also the errors are gone.

cheers @Andy4handy may you please explain how to install an add-on manually I'm suffering with the same problem here

upwindanderl avatar Aug 22 '19 07:08 upwindanderl

Remove the existing MQTT software via zway App Store. Then install manually.

sudo apt-get install git-core cd /opt/z-way-server/automation/userModules #There must be no MQTT directory available ls

sudo git clone https://github.com/Edubits/Zway-MQTT.git MQTT #Only after restart is MQTT displayed in zway sudo init 6

Now MQTT should be available with the current version. See local apps.

Andy4handy avatar Aug 25 '19 11:08 Andy4handy

Remove the existing MQTT software via zway App Store. Then install manually.

sudo apt-get install git-core cd /opt/z-way-server/automation/userModules #There must be no MQTT directory available ls

sudo git clone https://github.com/Edubits/Zway-MQTT.git MQTT #Only after restart is MQTT displayed in zway sudo init 6

Now MQTT should be available with the current version. See local apps.

PERFECT !!!

I thought changing the version solves my zway <-> homeassistant/mqtt connection problem but i doesnt! Anyway, now i'm lucky to have 1.4.1 :) Thanks a lot!

upwindanderl avatar Aug 29 '19 09:08 upwindanderl