Beiträge von magnatz

    Hi, same issue here. There are 2 plug s in the house. One controls the warmwater pump (5w) upstairs and has a schedule every 30 min sometimes every hour to run 400s, then turns off. The other one turns off a device over night via schedule in a room below.

    The warmwater plug s randomly gets non responsive. The state is off and one cannot turn it on via button on the plug s. No connection to router any more. The red light is on in a very dimm way. It comes back to live only after plugging it out and in or switching the main fuse switch.. Some times it runs fine for days, weeks and sometimes only 1 day. There is a fritz repeater 2m away. The other plug is also connected to this repeater, as well as 4 other shelly 2.5. All devices have a fixed IP. Repeater uses mesh and is connected via LAN to fritzbox. All other devides have 0 issues with connection / stability.

    The really strage thing is, after exchanging the device plug s with the warmwater plug s and reconfiguring the device plug (now controlling the warm water pump) the same way (schedule and auto off), it also has the issue, while the original warmwater plug s has no issues in the room below. I also tried different electric sockets that are closer and further away from the repeater with no differenz in result.

    Had this issue from the beginning and with all firmwares, currently on 1.11.8 eco mode on.

    Can it be a fritz repeater issue? I doubt its only a wifi connection, as the plugs becomes unresponive even to phsyical button.

    Hier findet man die mystrom api https://api.mystrom.ch/?version=latest

    http://192.168.0.XX/api/v1/device

    sagt über meinen button: fw_version "2.73.0"

    laut api doc ist das multiple action feature Implemented in Firmware version: 2.74.10

    jetzt muss ich mal schauen wie das update geht

    Das firmware update hat etwas gedauert: manuell ging es bei mir nicht, über die mystrom app hat das dann über Nacht geklappt:

    fw_version"2.74.31"

    Mit dieser fw version funktioniert meine o.g. Aktion, :) bzw. das Steuern mehrerer Rollos einwandfrei :)

    Sorry fürs "Threadspammen".

    Hi MaT75, bei mir blink der myfi buttons plus rot wenn ich im data "" zwei get mit || sende :( den "." hinter YYY. hatte ich schon korrigiert.

    So sieht mein Curl aus:

    Code
    klappt nicht:
    curl --location --request POST "http://192.168.0.XX/api/v1/action/single"  --data "get://192.168.0.YY/roller/0?go=to_pos&roller_pos=60||get://192.168.0.ZZ/roller/0?go=to_pos&roller_pos=60"
    
    klappt:
    curl --location --request POST "http://192.168.0.xx/api/v1/action/single" --data "get://192.168.0.YY/roller/0?go=to_pos&roller_pos=60"
    
    klappt:
    curl --location --request POST "http://192.168.0.xx/api/v1/action/single" --data "get://192.168.0.ZZ/roller/0?go=to_pos&roller_pos=60"

    Was meint ihr ist da falsch?

    Hier findet man die mystrom api https://api.mystrom.ch/?version=latest

    http://192.168.0.XX/api/v1/device

    sagt über meinen button: fw_version "2.73.0"

    laut api doc ist das multiple action feature Implemented in Firmware version: 2.74.10

    jetzt muss ich mal schauen wie das update geht

    die Fehlermeldung bekomme ich auch, wenn vor "--data" der Umbruch nicht richtig ist. K.A. ob das eine Rolle spielt, aber versuch mal:

    Code
    curl --location --request POST "http://192.168.2.176/api/v1/action/touch" \
      --data "GET://192.168.2.169/light/0?turn=toggle" 

    Moin,

    ich habe so einen MyStrom-Button für meine Rolladensteuerung konfiguriert und ich wollte natürlich auch gleich 2 bzw. 4 Geräte steuern. Ich habe ein wenig gesucht, bis ich die Syntax hierfür gefunden habe. So hat es geklappt:

    curl --location --request POST "http://192.168.178.XXX/api/v1/action/touch" --data "get://192.168.178.YYY./roller/0?go=open||get://192.168.178.ZZZ/roller/0?go=open"

    Falls noch jemand an diese Punkt kämpft ;)

    Ansonsten klappt das echt gut mit den Buttons. Ich finde sie nur etwas klobig. Aber irgendwas ist ja immer...

    Hi MaT75, bei mir blink der myfi buttons plus rot wenn ich im data "" zwei get mit || sende :( den "." hinter YYY. hatte ich schon korrigiert.

    So sieht mein Curl aus:

    Code
    klappt nicht:
    curl --location --request POST "http://192.168.0.XX/api/v1/action/single"  --data "get://192.168.0.YY/roller/0?go=to_pos&roller_pos=60||get://192.168.0.ZZ/roller/0?go=to_pos&roller_pos=60"
    
    klappt:
    curl --location --request POST "http://192.168.0.xx/api/v1/action/single" --data "get://192.168.0.YY/roller/0?go=to_pos&roller_pos=60"
    
    klappt:
    curl --location --request POST "http://192.168.0.xx/api/v1/action/single" --data "get://192.168.0.ZZ/roller/0?go=to_pos&roller_pos=60"

    Was meint ihr ist da falsch?