Wemos D1 Mini with D1 Relay Module - Firmware Update Issue #2331
cgrylmz
started this conversation in
MEPLHAA Scripts
Replies: 2 comments
-
https://github.com/RavenSystem/esp-homekit-devices/wiki/migration-guide-for-haa-v12-merlin {"c":{"io":[[[5,2],2],[[0],6]],"l":2,"b":[[0,5]]},"a":[{"0":{"r":[[5]]},"1":{"r":[[5,1]]},"b":[[0]],"i":1.5}]} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! Worked. |
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
-
Hey all,
I've been using Wemos D1 Mini and D1 Relay Module. See below;
I've been using this script to use it as switch which relay is closed after 1,5 seconds it opens everytime. (I'm using it as a door automat.
My Script:
{
"c": {
"l": 2
},
"a": [
{
"0": {
"r": [
{
"g": 5,
"v": 0
}
]
},
"1": {
"r": [
{
"g": 5,
"v": 1
}
]
},
"t": 1,
"b": [
{
"g": 0,
"t": 1
}
],
"s": 0,
"i": 1.5
}
]
}
I've recently updated the firmware by going in setup mode and checking the firmware update box. Cannot remember clearly but, checked box which was saying something like "Update firmware for all" something like that, i'm not sure.
After update is complete, i could see the device in homekit, i've checked the firmware version, it is updated. Can get it to main firmware, it looks like its updated. I can turn on the device (and it turns off after 1,5 seconds as it should) on homekit but nothing is happening to relay, no sound, as it should have.
I was thinking maybe with the update, number of gpios was changed? Is it possible?
Couldn't solve the issue. Thinking to flash and re-install everything, but i don't know if it helps. Maybe i need to update meplhaa script too?
Any help would be appriciated.
Beta Was this translation helpful? Give feedback.
All reactions