Zway-MQTT
Zway-MQTT copied to clipboard
zway installation
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.
manual installation work well. 1.41 is displayed under Applications. Also the errors are gone.
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
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.
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!