Hallo,
kann man bei einen Sonoff POW durch FHEM den Wert Telemetric period ändern ? (Tasmota Weboberfläche: im Configure Logging Menü).
ZB. mit einen MQtt command ?
VG HW1
Hi,
schau mal unter https://github.com/arendst/Sonoff-Tasmota/wiki/Commands und dann bei TelePeriod glaube ich.
Ansonsten wirst du da auf jeden Fall fündig, dort sind alle Commands die Tasmota kennt aufgelistet und beschrieben.
Grüße Christian
in der Konsole klappt es mit zb. TelePeriod 120.
Wie klappt das denn aus FHEM herraus ?
der POW ist folgendermaßen in FHEM eingerichtet:
Zitat
defmod Sonoff_29_POW MQTT_DEVICE
attr Sonoff_29_POW IODev myBroker
attr Sonoff_29_POW eventMap ON:on OFF:off
attr Sonoff_29_POW genericDeviceType switch
attr Sonoff_29_POW group Schalter
attr Sonoff_29_POW icon hue_filled_outlet
attr Sonoff_29_POW publishSet ON OFF cmnd/sonoff_29_pow/POWER
attr Sonoff_29_POW room Sonoff
attr Sonoff_29_POW stateFormat {sprintf("Leistung: %.1f W Tagesverb.: %.2f Kw/h", ReadingsVal($name,"Power",undef), ReadingsVal($name,"Today",undef))}
attr Sonoff_29_POW subscribeReading_Energy tele/sonoff_29_pow/ENERGY
attr Sonoff_29_POW subscribeReading_Relay stat/sonoff_29_pow/POWER
attr Sonoff_29_POW subscribeReading_Telemetie tele/sonoff_29_pow/STATE
attr Sonoff_29_POW subscribeReading_state cmnd/sonoff_29_pow/POWER
attr Sonoff_29_POW webCmd on:off