Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gpio 0 in user test module #178

Closed
PitPaul opened this issue Mar 11, 2017 · 7 comments
Closed

add gpio 0 in user test module #178

PitPaul opened this issue Mar 11, 2017 · 7 comments
Labels
enhancement Type - Enhancement that will be worked on

Comments

@PitPaul
Copy link

PitPaul commented Mar 11, 2017

No description provided.

@arendst arendst added the enhancement Type - Enhancement that will be worked on label Mar 11, 2017
@arendst
Copy link
Owner

arendst commented Mar 11, 2017

I'll drop User test in the next release as the Wemos D1 mini has exactly what you want; all GPIOs are user selectable

@PitPaul
Copy link
Author

PitPaul commented Mar 11, 2017

Thanks ( vielen dank im voraus )

@PitPaul PitPaul closed this as completed Mar 11, 2017
@davidelang
Copy link
Collaborator

davidelang commented Mar 11, 2017 via email

@arendst
Copy link
Owner

arendst commented Mar 11, 2017

See the wemos defines. All is user selectable so the user test will be gone in next release.

arendst added a commit that referenced this issue Mar 12, 2017
4.0.4 20170312
* Add pulse timers for up to 4 relays (#106)
* Fix Sonoff Led power state when dimmer or color is 0 (#176)
* Add command NtpServer<x> to configure up to three NTP servers (#177)
* Delete module User Test as module Wemos D1 mini has same/more user
configurable GPIO (#178)
* Add more user configurable GPIO to module ElectroDragon (#183)
@joann235
Copy link

The Wemos support looks great so far, unless I am mistaken. I loaded the firmware onto my D1 Mini and configured it using GPIO12 as a relay output. The problem I am experiencing, one that I have seen before on other micro-controllers, is that if the unit power cycles so does the relay. In my target application as a remote garage door controller this is bad because if the unit experiences a power failure then the door will open unexpectedly when power is restored. If I am away this could be a huge problem. Is this a problem that can be addressed in a future update to the software?

@davidelang
Copy link
Collaborator

davidelang commented Apr 29, 2017 via email

@joann235
Copy link

I came to the same conclusion as you did and with similar solutions.. I was heading down the path of having a re-settable latching circuit that you would latch on first startup of the device. After that, in the even of a power failure, the latch would open interrupting the output of the relay till it is manually reset. This is not a perfect solution but I think it is a workable solution. Thanks for responding so quickly to my post.

curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.0.4 20170312
* Add pulse timers for up to 4 relays (arendst#106)
* Fix Sonoff Led power state when dimmer or color is 0 (arendst#176)
* Add command NtpServer<x> to configure up to three NTP servers (arendst#177)
* Delete module User Test as module Wemos D1 mini has same/more user
configurable GPIO (arendst#178)
* Add more user configurable GPIO to module ElectroDragon (arendst#183)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on
Projects
None yet
Development

No branches or pull requests

4 participants