Hallo zusammen.
Folgendes wurde installiert:
Hue Lampen
Taster/Stromstossschalter
Skript für die hue Steuerung (von github) wurde ebenfalls installiert und die notwendigen Änderungen wurden gemacht (Ip hue bridge, Benutzername, Lampen id)
Nun hab ich das Phänomen, dass ich 2x den Lichtschalter betätigen muss um die Lampen ein oder auszuschalten
Im Bild unten angehängt die Shelly Einstellung…
Wenn ich den Taster auf „1x Taster für ein und 1x Taster für aus“ stelle, schalte ich jedesmal das Shelly aus, nicht die Lampe.
Im Debug hab ich dann folgendes ausgelesen:
Connected.
17:04:40
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_down", "ts":1672934685.18}
17:04:45
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_up", "ts":1672934685.36}
17:04:45
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"single_push", "ts":1672934685.68}
17:04:45
mg_rpc.c:314 http.request via loopback
17:04:45
shelly_http.cpp:184 0x3ffbb9b0 HTTP GET http://ip Bridge/api/Benutzername/lights/17 (SSL CA none)
17:04:45
shelly_http.cpp:68 0x3ffbb9b0 HTTP got 200 OK and 684 byte response
17:04:45
mg_rpc.c:314 http.request via loopback
17:04:45
shelly_http.cpp:184 0x3ffd7034 HTTP PUT http://ip Bridge/api/Benutzername/lights/17/state (SSL CA none)
17:04:45
shelly_http.cpp:68 0x3ffd7034 HTTP got 200 OK and 43 byte response
17:04:45
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_down", "ts":1672934689.54}
17:04:49
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"long_push", "ts":1672934690.54}
17:04:50
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_up", "ts":1672934698.07}
17:04:58
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_down", "ts":1672934699.86}
17:04:59
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"btn_up", "ts":1672934700.00}
17:05:00
shelly_notification:206 Event from input:0: {"component":"input:0", "id":0, "event":"single_push", "ts":1672934700.36}
17:05:00
mg_rpc.c:314 http.request via loopback
17:05:00
shelly_http.cpp:184 0x3ffd589c HTTP GET http://ip Bridge/api/Benutzername/lights/17 (SSL CA none)
17:05:00
shelly_http.cpp:68 0x3ffd589c HTTP got 200 OK and 685 byte response
17:05:00
mg_rpc.c:314 http.request via loopback
17:05:00
shelly_http.cpp:184 0x3ffd7034 HTTP PUT http://ip Bridge/api/Benutzername/lights/17/state (SSL CA none)
17:05:00
shelly_notification:161 Status change of switch:0: {"id":0,"aenergy":{"by_minute":[0.000,0.484,0.484],"minute_ts":1672934698,"total":0.014}}
Ich habe nur einen Taster. Kein Taster nach oben keiner nach unten…. Nur ein normaler Taster🙈
Wo liegt der Fehler?