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

lever direction reversed #9

Closed
clingergab opened this issue Aug 16, 2022 · 3 comments
Closed

lever direction reversed #9

clingergab opened this issue Aug 16, 2022 · 3 comments

Comments

@clingergab
Copy link

clingergab commented Aug 16, 2022

Hey thanks for posting this. Everything worked fine until I connected pins 3 and 4 to the board. if i have it set up without them everything works great, the timer goes on and off perfectly. but when I connect pins 3 and 4 to D5 and D6 (or the other way around) this causes the machine to reverse the pump flow, so water comes out when the lever is lowered, and stops coming out when the lever is down. Any ideas why? Thanks!
edit: its the OPV discharge that water is coming out of not the water head.

@alexrus
Copy link
Owner

alexrus commented Aug 17, 2022

I have no idea why this would happen. pins 3&4 are data pins, so serial data is transmitted over them.
In the readme I mentioned to reverse them in case if does not work, because if you start counting from the left or right the order is the different one. Reversing them should not do this, because there is no message sent to tell it to do so. My advice is to try with another nodeMCU board.

@clingergab
Copy link
Author

Thanks for getting back to me. Yeah thats kinda wierd. I'll contact the lelit support and see if they have any info. on another note do you know if I should be able to connect to a 1.3" display with same number of pixels? or would I need to change anything in the code?

@alexrus
Copy link
Owner

alexrus commented Aug 18, 2022

you can connect any display that uses this driver: https://github.com/adafruit/Adafruit_SSD1306

If you have a non-compatible display, you probably need to use a different driver for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants