Need GPIO pull down for Wyze Plug Outdoor #10814
Replies: 5 comments 8 replies
-
As a test, I modified my local copy of Tasmota code to use Pull Down instead of Pull Up for buttons to see if I could get the buttons to work on the Wyze Plug Outdoor. That solved the problem for me. It looks like it will be a more involved change to make it selectable. I took a quick look at the code and it looks like there is no quick/easy way to add this capability. Is there any documentation on the thinking for GPIO specification? I didn't see any, but didn't look too hard either. It seems like it might be generally useful to support other devices that choose to design input circuitry that needs it. |
Beta Was this translation helpful? Give feedback.
-
Implemented in latest dev vesion as |
Beta Was this translation helpful? Give feedback.
-
Since these changes have been implemented is there an update template? |
Beta Was this translation helpful? Give feedback.
-
I think digiblur commented in his video that the buttons were odd, each button was connected to a different resistor value to a gpio pin. |
Beta Was this translation helpful? Give feedback.
-
Hello, My question is: There is a label Analog 1 and in the screen shot it has a value of 1309. This value changes but I cannot find a correlation with any commands. Does anyone know what this is? |
Beta Was this translation helpful? Give feedback.
-
So I bought a couple of the new Wyze Plug Outdoor devices. They have an ESP32 in them and it is possible to flash Tasmota on them.
They have a BL0937 power measuring IC which is working okay. The base voltage was quite away off, but easy to calibrate. Power numbers looked right on, as did current.
They have independent LEDs from the relays and I have that working, along with the status/link LED.
But, the buttons have a 10K pull-up to one side and the GPIO on the other side. There appears to be some other conditioning circuitry and it looks like they are counting on the ESP32 to pull down the pin. It looks like the ESP32 has that capability, but it doesn't seem like Tasmota supports that currently.
This is the template so far:
Beta Was this translation helpful? Give feedback.
All reactions