Search found 10 matches
- 28 Jan 2021 14:57
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Thank you, rws! With your and Michael's help I was able to make a huge step forward. I am now able to switch a Tasmota flashed Gosund via MQTT and the dummy device will also listen and react to any manual switching on the device itself. Heureka! Next on my wish list is to read the sensors of a Tasmo...
- 24 Jan 2021 12:16
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
That sounds great. I am in!
Just send me the link and I‘ll try.
Best,
Johannes
Just send me the link and I‘ll try.
Best,
Johannes
- 23 Jan 2021 11:08
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Yes, I had tried that as well but it didn't seem to help. What I believe is happening is the following: When the button on the tasmota is pressed to switch on, it sends a message which is used to change the status of the UI device from OFF to ON. The UI then fires e.g. a POWER ON cmnd to the device ...
- 22 Jan 2021 19:57
- Forum: Device specific
- Topic: Sonoff S20 w/ Tasmota Module
- Replies: 2
- Views: 2191
Re: Sonoff S20 w/ Tasmota Module
Hi All I've installed version 2.0 into the /opt/z-way-server/Automation/modules folder and restarted the z-way-server afterwards. I must be missing a simple piece but when I try to add a new WIFI switch module I don't see the Tasmota. I already tried /userModules as well but no success. Neither do I...
- 22 Jan 2021 19:46
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Hi rws, I tried that as well but seem to have created a permanent loop. When the device published a status change I was able to capture that and set the UI-device, accordingly. However, this change triggered to UI-devive to fire a MQTT message to the Tasmota device which responded... In the meantime...
- 06 Jan 2021 17:38
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Folks,
I found a solution which I‘d like to share in case this could be useful for others.
$$.POWER === ‘ON‘ ? ‘on‘ : ‘off‘
I found a solution which I‘d like to share in case this could be useful for others.
$$.POWER === ‘ON‘ ? ‘on‘ : ‘off‘
- 05 Jan 2021 13:34
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Hi, Thanks again for pointing me to the HTTP device. I managed to set the URLs for switching ON and OFF and to read the power status by sending http://192.168.20.68/cm?cmnd=Power which returns e.g. {"POWER":"ON"}. Could you please help me one more time with the correct inline Jav...
- 05 Jan 2021 00:29
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Re: Z-Way Tasmota and MQTT
Hi Michael,
Thanks a lot for this valuable hint. I will definitely have a look. Although I was preferring to use a protocol that does not require polling the status of the different switches. MQTT seemed to nicely meet this criterion.
Best,
Johannes
Thanks a lot for this valuable hint. I will definitely have a look. Although I was preferring to use a protocol that does not require polling the status of the different switches. MQTT seemed to nicely meet this criterion.
Best,
Johannes
- 04 Jan 2021 13:48
- Forum: Discussions in English
- Topic: Z-Way Tasmota and MQTT
- Replies: 19
- Views: 719
Z-Way Tasmota and MQTT
Good morning and a happy new year to all! I am Johannes and new here in the forum. Please apologize if my first question is perhaps still unclear and information is missing. I‘m running a Raspi 3 with a Z-Wave.me module with about 15 devices for my home automation. So far everything works smoothly. ...
- 04 Jan 2021 13:36
- Forum: Diskussion in Deutsch
- Topic: MQTT und Tasmota
- Replies: 0
- Views: 239
MQTT und Tasmota
Guten Morgen und allen ein gutes neues Jahr! Ich bin Johannes und neu hier im Forum. Bitte entschuldigt, wenn meine erste Frage vielleicht noch unklar ist und Informationen fehlen sollte. Ich habe einen Raspi 3 mit Z-Wave.me Modul mit ca. 15 Geräten. Soweit funktioniert alles. Jetzt habe ich ein paa...