JSON for Wemos D1 mini with 3 „Sensors“ #1734
Replies: 4 comments 3 replies
|
Please can you share your HW project? |
|
Hello Pilot, |
|
So I think I found a solution for my Problem. Like the issue in #1729 I had the same strange behavior with a wemos D1 mini. What I needed was 12V. So I found this tutorial which describes how to get the shelly i3 work with 12V. Edit 23.02.2022 {"c":{"o":1},"a":[{"t":12,"b":[{"g":14,"p":0},{"g":14,"t":0}],"s":0},{"t":12,"b":[{"g":12,"p":0},{"g":12,"t":0}],"s":0},{"t":12,"b":[{"g":13,"p":0},{"g":13,"t":0}],"s":0}]} Greeting |
Uh oh!
There was an error while loading. Please reload this page.
Hey Everyone,
I‘d like to use a wemos d1 for an input from 3 External Sensors. A Rainsensor, a Lightsensor and a Windsensor.
i use this Json: {"c": { "l": 13,"b":[{"g":0,"t":5}]},"a": [{"t": 12,"i": 60,"0": { "r": [{ "g": 1, "v": 0 }] },"1": { "r": [{ "g": 1, "v": 1 }] },"f1": [{ "g": 16 }]},{"t": 12,"i": 60,"0": { "r": [{ "g": 1, "v": 0 }] },"1": { "r": [{ "g": 2, "v": 1 }] },"f1": [{ "g": 14 }]},{"t": 12,"i": 60,"0": { "r": [{ "g": 2, "v": 0 }] },"1": { "r": [{ "g": 2, "v": 1 }] },"f1": [{ "g": 5 }]}]}.
In Homekit, I get 3 Sensors (as motionsensors) but i‘m only able to activate the first sensor with gpio 16.
the others don‘t show a „motion“ when I get 3.3v to the gpios 14 and 5. I hope you can help me.
greetings
Martin
All reactions