Botton does not work (after update) #2205
vkiskbot
started this conversation in
MEPLHAA Scripts
Replies: 1 comment
-
solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Detailed steps to reproduce it
When i have updates Sonoff mini R2 to Firmware version 12.11.3 the relay stopped working
MEPLHAA Script
OLD:
{"c":{"l":13,"b":[{"g":0,"t":5}],"z":0},"a":[{"0":{"r":[{"g":12}]},"1":
{"r":[{"g":12,"v":1}]},"b":[{"g":0},{"g":4},{"g":4,"t":0}]}]}
Work fine with version 10.7 But with 12.11.3 the relay stopped working (in AppleHome it looks fine: the on and off button work, but the light does not light up, the relay does not click. The physical button doesn't work either. Those relays became virtual
I tried to update the script on
NEW:
{"c":{"io":[[[12,13],2],[[0],6],[[14],6,1]],"o":0,"l":13,"i":1},"a":[{"t":1,"0":{"r":[[12,0]]},"1":{"r":[[12,1]]},"b":[[0,1],[14,1],[14,0]]}]}
and
{"c":{"io":[[[12,13],2],[[0],6],[[14],6,1]],"o":0,"l":13,"i":1},"a":[{"t":1,"0":{"r":[[12,0]]},"1":{"r":[[12,1]]},"b":[{"g":0},{"g":4},{"g":4,"t":0}]}]}
the light started to turn on, the button in the apple home works, BUT the physical button does not work. The relay does not respond to pressing a physical button. It feels like she's not connected to a relay.
Used device
SonOff mini R2
HAA version
12.11.3
iOS/iPadOS version
MacOS Sonoma 14.3
Beta Was this translation helpful? Give feedback.
All reactions