Hallo Gemeinschaft,
ich versuche vergeblich die Funktion on-for-timer in Betrieb zu bringen.
Folgende Zeile möchte ich gerne mit meinem Shelly umsetzen:
set Shelly_CH1 on-for-timer 34
Der Schalter wird on gesetzt, jedoch schaltet er nicht nach 34 Sekunden ab. Ich habe schon vergeblich nach Hilfe in sämtlichen Anleitungen und Feeds gesucht. Jedoch finde ich immer nur die von mir gewählte Ansteuerung. Ich wäre über eine Hilfestellung sehr dankbar.
Vielen Dank!
Unbedingt vor dem ersten Post lesen (https://forum.fhem.de/index.php/topic,71806.0.html)
hier mein Steuerbefehl:
set Shelly97_CH1 on-for-timer 5
Später soll die Funktion dämmerungsgesteuert so aussehen:
define Klappe_AUF at *{sunrise(+300)} set Shelly97_CH1 on-for-timer 34;
hier mein Logfile:
2020.11.08 09:52:53 5: Cmd: >set Shelly97_CH1 on-for-timer 5<
2020.11.08 09:52:53 5: MQTT mosquitto message sent: Publish/at-most-once shellies/Garten/Gartenmauer/relay/0/command
6f 6e 2d 66 6f 72 2d 74 69 6d 65 72 20 35 on-for-timer 5
2020.11.08 09:52:53 5: SW: 303b002b7368656c6c6965732f47617274656e2f47617274656e6d617565722f72656c61792f302f636f6d6d616e646f6e2d666f722d74696d65722035
2020.11.08 09:52:53 5: Starting notify loop for Shelly97_CH1, 1 event(s), first is on-for-timer
2020.11.08 09:52:53 5: rg_battery: not on any display, ignoring notify
2020.11.08 09:52:53 5: End notify loop for Shelly97_CH1
2020.11.08 09:52:53 5: Starting notify loop for Shelly97_CH1, 1 event(s), first is transmission-state: outgoing publish sent
2020.11.08 09:52:53 5: rg_battery: not on any display, ignoring notify
2020.11.08 09:52:53 5: End notify loop for Shelly97_CH1
2020.11.08 09:52:53 5: MQTT mosquitto message received: Publish/at-most-once shellies/Garten/Gartenmauer/relay/0
6f 6e on
2020.11.08 09:52:53 5: publish received for shellies/Garten/Gartenmauer/relay/0, on
2020.11.08 09:52:53 5: Starting notify loop for Shelly97_CH1, 1 event(s), first is transmission-state: incoming publish received
2020.11.08 09:52:53 5: rg_battery: not on any display, ignoring notify
2020.11.08 09:52:53 5: End notify loop for Shelly97_CH1
2020.11.08 09:52:53 5: calling readingsSingleUpdate(Shelly97_CH1,state,on,1)
2020.11.08 09:52:53 5: Starting notify loop for Shelly97_CH1, 1 event(s), first is on
2020.11.08 09:52:53 5: rg_battery: not on any display, ignoring notify
2020.11.08 09:52:53 5: End notify loop for Shelly97_CH1
Ich hoffe mir kann jemand bei meinem Problem weiterhelfen.
Zitat von: Beta-User am 06 November 2020, 14:01:59
Unbedingt vor dem ersten Post lesen (https://forum.fhem.de/index.php/topic,71806.0.html)
Ist zwar jetzt etwas mehr Info, was du geliefert hast - jetzt kann man immerhin mit erheblicher Wahrscheinlichkeit erraten, dass es "irgendwie MQTT" ist. Aber welcher Device-TYPE das "eigentliche Geräte" Shelly97_CH1 ist, wissen wir immer noch nicht...?
Würde mal empfehlen, das Stichwort "SetExtensions" in der commandref des betreffenden Moduls zu suchen.