WiFi-Steckdose WA 3000 XS02

Es gibt genügend Geräte, die man im Garten automatisch schalten möchte.

Daher benötigt man eine wasserdichte IP44 Dose. Die Suche war gar nicht so leicht, denn natürlich muss diese mit tasmota OTA (over the air) geflashed werden können und da gibt es gar nicht so viele. Gleich am Anfang gesagt, die hier verwendete Dose wurde in der Zwischenzeit geändert und kann nicht mehr geflashed werden, daher für die Zukunft unbrauchbar.

Das Überspielen der tasmota firmware, funktioniert wie schon bei der gosund SP112 beschrieben. Da die Dose keinen Taster hat, muss man sie mehrmals (3x) ein und ausstecken, damit sie sich wieder in den Initializierungsmodus begibt.

Das verwendete Template:
{„NAME“:“WA 3000 XS02″,“GPIO“:[0,0,0,0,21,17,0,0,158,52,0,0,0],“FLAG“:0,“BASE“:61}

Things:
Bridge mqtt:broker:mosquitto "MQTT Broker mosquitto" [ host="localhost", port=1883, secure=false, clientID="openHAB2" ]
{
Thing topic t3 "Steckdose 3" {
Channels:
Type switch : t3Power "Power"
 [stateTopic="stat/tasmota3/POWER", 
  commandTopic="cmnd/tasmota3/POWER"]  
Type string : t3Status Status"
 [commandTopic="cmnd/tasmota3/Status"] 
Type string : t3StatusModul  "tasmota Modul"
 [stateTopic="tele/tasmota3/INFO1",
  transformationPattern="JSONPATH:$.Module"] 
Type datetime : t3StatusZeit "Zeit"
 [stateTopic="tele/tasmota3/STATE",
  transformationPattern="JSONPATH:$.Time"] 
Type string : t3Hostname "Hostname"
 [stateTopic="stat/tasmota3/STATUS5",
  transformationPattern="JSONPATH:$.StatusNET.Hostname"] 
Type string : t3IP "IP Adresse"
 [stateTopic="stat/tasmota3/STATUS5",
  transformationPattern="JSONPATH:$.StatusNET.IPAddress"] 
Type string : t3WiFiSSID "SSID"
 [stateTopic="tele/tasmota3/STATE",
  transformationPattern="JSONPATH:$.Wifi.SSId"] 
Type string : t3WiFiRSSI "RSSI"
 [stateTopic="tele/tasmota3/STATE",
  transformationPattern="JSONPATH:$.Wifi.RSSI" ]
Type string : t3WiFiSignal "Signal"
 [stateTopic="tele/tasmota3/STATE",
  transformationPattern="JSONPATH:$.Wifi.Signal"]
}

Items:
Switch t3Power "Power" <switch>  
 {channel="mqtt:topic:mosquitto:t3:t3Power"}
Switch t3Config
 {channel="mqtt:topic:mosquitto:t3:t3Config"}
String t3Status "Status"
 {channel="mqtt:topic:mosquitto:t3:t3Status" }
String t3Modul "tasmota Modul"
 {channel="mqtt:topic:mosquitto:t3:t3StatusModul"}
DateTime t3StatusZeit "Zeit"
 {channel="mqtt:topic:mosquitto:t3:t3StatusZeit"}
String t3Hostname "Hostname"
 {channel="mqtt:topic:mosquitto:t3:t3Hostname"}
String t3IP "IP"
 {channel="mqtt:topic:mosquitto:t3:t3IP"}
String t3WiFiSSID "SSID"
 {channel="mqtt:topic:mosquitto:t3:t3WiFiSSID"}
String t3WiFiRSSI "RSII" 
 {channel="mqtt:topic:mosquitto:t3:t3WiFiRSSI"}
String t3WiFiSignal "Signal"
 {channel="mqtt:topic:mosquitto:t3:t3WiFiSignal"}

CategoriesIoT openHAB

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Begin typing your search above and press return to search. Press Esc to cancel.