Beiträge von edgepilot

    Englisch:

    I am using a shelly 2.5 with a rollershutter where output 1 is dedicated for going up and output 2 for down. I also have 2 momentary Switches connected to the inputs (not mechanically coupled, so both can be pressed at the same time). Of course interlock is enabled, so nothing can go wrong, and at the moment I have 2 lightbulbs attached instead of the motor for testing purposes.

    The issue: If i push the buttons the motor drives as long as the button is pushed and stops when i release the button. Double press, Long press and everything is not enabled by me and if i only press 1 switch it works. But if i press both switches and release one of them the motor goes the complete way to the top or the bottom on its own. Is this meant to be like that?

    Deutsch:
    Ich benutze einen Shelly 2.5 um unsere Rollädenmotoren zu steuern. An Output 1 häng der Anschluss um nach oben zu fahren und am Output 2 um nach unten zu fahren. Ich verwende einen Taster mit Doppelwippe die nicht mechanisch gekoppelt sind (so wie die Jalousienschalter). Interlock habe ich natürlich aktiviert, also gleichzeitiges einschalten ist nicht möglich und zum Testen habe ich außerdem stattdessen 2 Lampen anstelle des Motors angehängt.

    Das Problem: Wenn ich einen Taster drücke fährt der Motor solange ich den Taster gedrückt halte. Lasse ich los steht der Motor. Doppelt drücken und Lange drücken ist deaktiviert und es passiert auch nichts. Drücke ich beide Taster aber gleichzeitig und lasse einen los fährt der Motor selbstständig an eine Endposition. Sollte das so sein?

    Hello everyone,
    Is there a straight forward way to "ask" a flashed (Tasmota 9.4.0) Shelly1 about its Input state on the SW input (should be gpio 5 think)? Important: I can not use the message when the state changes, I really need to be able to ask at any time.

    If i send state/shellyName/POWER I receive the current state of the Relay, the same thing I would like to receive from the Input.

    I have read a lot but either I haven't found anything or is there just no simple solution?

    My workaround would be to change the device type from shelly1 to generic, assign gpio5 with switchmode to a virtual relay on an unused pin and then "simply" ask the shelly as described above about its relay status which corresponds to the gpio status. This is what I found but I have not implemented this as I think there must be a simpler solution?

    Thank you in advance!