Beiträge von RogerInLisbon

    Good morning. I am using on Android (HTTP Shortcuts app) to control the blinds without using the app, just using shortcuts on the screen and it works well: https://smarthome-forum.eu/lexikon/index.php?entry/136-http-request-shelly-2-5/

    But now I want to control 2 blinds at the same time using just 1 shortcut so I have to concatenate 2 URLs GET to do this. Does anyone know how to concatenate 2 URLs to perform this ? I already tried some combinations without any success.

    Thanks

    Hi, a friend of mine and I created a solution (HW + SW) to control the Shelly 2.5 in Roller up by using an Arduino. Basically for every push of a button it moves up, stop, down, stop. This is done by writing in Shelly's URL. This is useful for several resons:


    1. when I wake up I don't want to start talking or grabbing my phone, I just want to push a button and open the blind
    2. You give access only to people with access to a remote. My daughter has only access to her bedroom's blind
    3. confor and ease of use

    The code is ready but the work is far from done. What is needed now ?

    1. to use a smaller Arduino like the ESP-01 adding to it 2*2025 batteries, a voltage regulator to 3.3V, a push button and a 100 ohms or so resistor. This is easy to get.

    2. now, in order to make the batteries last, the ESP must enter Deep Sleep and the LED must be removed. How to implement Deep Sleep is easy (or so I believ). The part I need to investigate is how to wake the ESP when I press a button in order to execute the command. It seems that I need to solder a wire to the Reset pin.
    3. after this I need a case to hold the ESP, voltage regulator, push button and batteries. This can be done with a 3D printer which I don't have or know how to use.

    Attached is the .ino file which I had to add .PDF in order to be able to upload it. Remove the .PDF and you have the arduino sketch.

    Help and ideas are greatly appreciated. Enjoy.

    Have you tested with load this time?

    If i remember all right, without any load, that was the same with my shelly.

    When I plugged in lamps, it worked. ;)

    Thanks, no 66er, I haven't, I am travelling and I asked in order to avoid having additional work in case someone knew that this is the correct behaviour. It seems it is, thanks.

    Hi, I have the Shelly configured for Roller Shutter but, when I give the order to Open or Close, the relay goes back to Pause in about 2 seconds. I am doing the test without load just with L& N connected.

    I have configured for 60 seconds inching, no obstacle detection.

    Any idea of what is happening ?n Wrong configuration ? Faulty Shelly ?

    Thanks for your support.