Create 30 seconds on, 30 minutes off timer

  • Hi,

    i got a shelly1, and want to have a timer running that turns the pin ON for 30 Seconds and then off for 30 minutes, and repeat this automatically forever.

    The "Turn on after off" and "Turn off after on" switches do not seem to recognize each other as ON and OFF, therefore not triggering each other. Can i change this behaviour, do the timer another way or can i trigger the ON with a REST Call from the outside?

  • Welcome to the forum!

    Would recommend to use a Shelly plus 1 instead - and the issue is gone!

    „Habt Geduld. Alle Dinge sind schwierig, bevor sie einfach werden!“ (aus Frankreich)

    „Nothing in life is to be feared, it is only to be understood.“ (Marie Curie, 1867-1934)

    „Es reicht nicht“, rief Schiller, „Gedankenfreiheit zu fordern, man muß auch denken können, sonst fordert man Gedankenlosigkeitsfreiheit und die ist die Freiheit zur Dummheit, welche wiederum die schlimmste Unfreiheit überhaupt ist!“
    (Aus „Besuch aus Weimar“ von Gert Heidenreich, Schriftsteller, *1944 in Eberswalde)

  • Welcome to the forum!

    Would recommend to use a Shelly plus 1 instead - and the issue is gone!

    Hallo,

    thank you for your reply.

    To understand it correctly: with the shelly plus the timer will go into an endless loop of turning off and on?

    Edit: for anyone interested in solving this with a shelly 1: you can use the REST Api. Use this documentation: https://shelly-api-docs.shelly.cloud/cloud-control-api/

    Be beware of a caveeat: the documentation is not clear about how to put the parameters. You can use the "id" and "auth_key" as part of the POST url, like this:

    https://shelly-48-eu.shelly.cloud/device/relay/control?id=123123123&auth_key=13123123123123123

    But the information "channel" and "turn" need to be form data in the body, like this, using postman:

    (okay i can not post screenshots, nevermind).

    2 Mal editiert, zuletzt von CaptainCaps (26. August 2022 um 14:50)

  • To understand it correctly: with the shelly plus the timer will go into an endless loop of turning off and on?

    Yes, indeed.

    „Habt Geduld. Alle Dinge sind schwierig, bevor sie einfach werden!“ (aus Frankreich)

    „Nothing in life is to be feared, it is only to be understood.“ (Marie Curie, 1867-1934)

    „Es reicht nicht“, rief Schiller, „Gedankenfreiheit zu fordern, man muß auch denken können, sonst fordert man Gedankenlosigkeitsfreiheit und die ist die Freiheit zur Dummheit, welche wiederum die schlimmste Unfreiheit überhaupt ist!“
    (Aus „Besuch aus Weimar“ von Gert Heidenreich, Schriftsteller, *1944 in Eberswalde)