-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Understanding evolution pin out #773
Comments
Hi @mikerenna Here is the wiki entry with the molex pinout with diagrams: https://github.com/jgyates/genmon/wiki/3.1--Making-a-Cable The Evo 2 has some extra pins for the wifi module (it uses RS-485). There is a note on the wiki page about Evo 2 and the wifi module. Main wiki page: |
The wiring diagram is the picture of the bottom of the controller not the plug, so you have to mirror the pin numbers when looking at the cable. |
would that not indicate that they are using pins 1,2,5,6 for the wifi module? |
@mikerenna Yes your are correct. In the picture you shared that red wire is in pin 1, black is pin 2, blue is 5, and white is 6. 7 and 8 are RS 232 the mobile link cellular and genmon use. |
You can share power pins, though you will have to watch for total power draw. If it the setup pulls too much power it throws off the voltage calculations in the controller and makes it think that the lines are undervoltage and the generator will startup in outage mode. You could look at adding a 12v->5v converter or powering from the battery. |
thank you. Sounds like an interesting idea. i could probably fit a 12v-5v step down in my project box. In that case, i'd pull 12v from pin 3 and double up on the connection to pin 2 for ground? |
Either from the pin or the battery. The power limitation from the controller applies to the 12v on pin3 as well, but not if you power from the battery. That said, I'm guessing an ESP would not be too close to the limit. |
ok thank you. that helps. Maybe i'll try doubling up on the supposition that the esp would draw very little and if i end up with unexpected behavior, i'll switch over to an option to power from the battery. thank you again for the clarity on this |
opening a new issue to move the conversation from this thread:
#16 (comment)
However, in reference to the picture there for the evolution pin out, i had the following question:
i'm wondering about the difference in pin out. The referenced thread looks like my generac wifi connection. Elsewhere here it talks about evolution 2 using pins 3456 i think, but this looks like they are using 1256 (or it could be 3478 since I have no idea which direction the pin out diagrams are supposed to be viewed as). What implications does this have in creating a repinned connector to use both genmon and their existing wifi? (for the record, i've been trying to implment gregmac's esp32 wifi streamer version here that uses a 5v lead in the connector to power the ESP32 but in either case, understanding this pinout is my current sticking point). Thank you in advance for any guidance. This looks like awesome stuff. Is there a pinout somewhere that shows those four existing wires on the right pin numbers? And does anyone know the impact it has if i'm trying to use 1278 for data +/1, ground a 5v power in gregmacs thing? Thanks -Mike
The text was updated successfully, but these errors were encountered: