Project demystification - make openinverter.org more accessible

Create a thread for each item that needs working on by the community
MattsAwesomeStuff
Posts: 1013
Joined: Fri Apr 26, 2019 5:40 pm
Has thanked: 388 times
Been thanked: 258 times

Re: Project demystification - make openinverter.org more accessible

Post by MattsAwesomeStuff »

I prefer the second one, it conveys more information simpler. Somehow I got more lost on the first one.

Actually what I think is best - and I feel this way about most schematics - Is to not unveil the whole schematic at once. Everyone who looks at a finished schematic is overwhelmed. It's okay as a reference, but it's hard to learn from. It's what someone who already understands it would use, but not someone learning.

The schematic should tell a story. Either step by step, or as a video/animation. And, wires should be thick to represent their size.

You start off with Battery - Motor. Everyone understand that.

Then you explain that, for a DC motor that would just make it spin top speed, and for an AC motor, it wouldn't spin at all. So we need to insert a speed controller, or an inverter.

Battery - Inverter - Motor.

And then you say, the inverter can make the motor spin faster or slower, but it doesn't know when to do that, so we have to wire it to an accelerator pedal. So you add that to the circuit.

Then you talk about how all the normal electrical stuff that's in a normal car, all runs on a 12v battery, and in an electric car we keep it the same, we still run it on a 12v battery. So you can check off lights and horn and all that stuff, and show it as a second circuit connected to a 12v battery.

Then you say that on a normal car, the battery is charged by the alternator that is spun by the engine, which is always spinning if the car is on, even if it's not moving. Since we don't have an engine, and our motor only spins when we drive, we probably won't even use an alternator. We use a DC-DC converter to take the 400v down to 12v. And you connect the two circuits.

Etc etc.

It is so much less intimidating to see the circuit evolve, than to just post the final result.

All that stuff needs explaining anyways, so it might as well be explained as the schematic evolves.
johnspark
Posts: 264
Joined: Fri Apr 12, 2019 10:42 pm
Location: Adelaide, South Australia
Has thanked: 59 times
Been thanked: 48 times

Re: Project demystification - make openinverter.org more accessible

Post by johnspark »

Panasonic AEV14012 Contactor

i saw this heading in the Wiki:
"This means they had to use one of theese on + line and another on - side. Together you get 240A rating for system with 800A for a burst of power."

This sentence looks like a Panasonic contactor is required on the +ve side, and a Panasonic contactor is required on the -ve side. So if that is the case, looks like the contactors are in series not parallel. Meaning we only get 120A rating. (Unless I am missing something).

Kind regards,

Johnspark
P.S.Mangelsdorf
Posts: 1049
Joined: Tue Sep 17, 2019 8:33 pm
Location: Raleigh, NC, USA
Has thanked: 222 times
Been thanked: 256 times

Re: Project demystification - make openinverter.org more accessible

Post by P.S.Mangelsdorf »

Thanks all for the comments. I am going to work on cleaning up both of them, and see if I can make them both useful. I do think a large scale conceptual and not wiring version may be helpful for very early explanation, but that version is definitely too cluttered.

I don't have the skills to make this automated and clickable - if someone wants to help with that once it's ready, please let me know. I do think having the whole diagram can be helpful, but I need to do more work to make these actually useful.

No promises on timing, work is again very busy, but I'll try to get to it soon.
If at first you don't succeed, buy a bigger hammer.

1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024

https://www.youtube.com/@MangelsdorfSpeed
mleebert
Posts: 10
Joined: Wed Feb 27, 2019 12:44 am
Location: Oregon, United States
Has thanked: 11 times
Been thanked: 2 times

Re: Project demystification - make openinverter.org more accessible

Post by mleebert »

There is a sponsored extension for wiki editable diagrams. It uses https://app.diagrams.net/ for the editor. Has support for line jumping and links. Beyond making the diagram interactive, anyone else could contribute without having to install diagram software.

Perhaps Jonannes could check it out and install it. See: https://www.mediawiki.org/wiki/Extension:DrawioEditor
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

Just installed it but it doesn't work yet: "Fatal exception of type "Error""

UPDATE: works now :)
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
mleebert
Posts: 10
Joined: Wed Feb 27, 2019 12:44 am
Location: Oregon, United States
Has thanked: 11 times
Been thanked: 2 times

Re: Project demystification - make openinverter.org more accessible

Post by mleebert »

johu wrote: Tue Jan 24, 2023 6:54 pm Just installed it but it doesn't work yet: "Fatal exception of type "Error""

UPDATE: works now :)
It's close. Looks like the save function makes the corresponding SVG file in the wiki filesystem, but does not display it on the page. Then upon trying to edit, it starts with a blank diagram. I'll see if I can find reports of this behavior and report back.

I did see this in the docs at first glance and wondering if we have this extension enabled:
When you intend to use SVG which is recommended, you might want to install Extension:NativeSvgHandler too. Also you need a browser that supports SVG.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

Yes I installed NativeSvgHandler as it didn't run at all without it
Will see if I find something useful in the debug log. Could be a permission problem..
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

Hmm, I created a file with a simple box saying hello: https://openinverter.org/wiki/File:TouranTestsvg.svg
The hello is not there. If I download the file and view it locally, it's fine.
Embedded in the page it just shows some default image: https://openinverter.org/wiki/VW_Touran_Conversion

debug log is not helpful...
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
janosch
Posts: 328
Joined: Tue Jun 30, 2020 9:23 am
Location: London, UK
Has thanked: 98 times
Been thanked: 102 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by janosch »

MattsAwesomeStuff wrote: Mon Jan 23, 2023 3:55 am Actually what I think is best - and I feel this way about most schematics - Is to not unveil the whole schematic at once. Everyone who looks at a finished schematic is overwhelmed. It's okay as a reference, but it's hard to learn from. It's what someone who already understands it would use, but not someone learning.

The schematic should tell a story. Either step by step, or as a video/animation. And, wires should be thick to represent their size.
This! Time and prioritisation are lost in a complete schematic. The journey to it is the interesting bit.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

Now we have the latest MediaWiki version but still no diagrams. Will keep digging...
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
janosch
Posts: 328
Joined: Tue Jun 30, 2020 9:23 am
Location: London, UK
Has thanked: 98 times
Been thanked: 102 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by janosch »

https://openinverter.org/wiki/Schematic ... sor_boards

This page mixes deprecated information with relevant info for tuning if I am correct?
The old parts are superseded by Brain board Rev 3 and Mini mainboard, right?
jrbe
Posts: 567
Joined: Mon Jul 03, 2023 3:17 pm
Location: CT, central shoreline, USA
Has thanked: 199 times
Been thanked: 165 times

Re: Project demystification - make openinverter.org more accessible

Post by jrbe »

There's lots of info in the wiki but it can be hard to find. I've been using Google site search to try to find things.

I'm also a visual person, so blocks of tech text melt my brain and eyes. Adding a snip of where you're typing / reading info in a how to write up helps me a ton.

I haven't found a wiki sitemap yet. Finding things linked through other pages / links can be tough. I'm not sure what the answer is. My first thought is adding organized info with links in a Trello board but I'm not sure that's the most sensible path.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

I've started rewriting the main page, preview it here: https://openinverter.org/wiki/Main_Page_New

Contribution of other components appreciated, I've started with drive trains that can be used as a template

Also if you find a "softer" introduction to what OI actually is, please bring it on
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
P.S.Mangelsdorf
Posts: 1049
Joined: Tue Sep 17, 2019 8:33 pm
Location: Raleigh, NC, USA
Has thanked: 222 times
Been thanked: 256 times

Re: Project demystification - make openinverter.org more accessible

Post by P.S.Mangelsdorf »

Not sure this says anything different, but here's a quick pass on how I would introduce it:

Open Inverter is a community of people and projects focused on open source solutions for EV conversions. Founded in 2008 by Johannes Huebner as an open source inverter control firmware, the project has since expanded to include the reuse of components from production EVs and hybrids, including inverters, motors, batteries, on-board chargers, and DC-DC converters, as well as the open source implementation of other necessary systems for EV conversions such as DC Fast Charging controllers.
If at first you don't succeed, buy a bigger hammer.

1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024

https://www.youtube.com/@MangelsdorfSpeed
jrbe
Posts: 567
Joined: Mon Jul 03, 2023 3:17 pm
Location: CT, central shoreline, USA
Has thanked: 199 times
Been thanked: 165 times

Re: Project demystification - make openinverter.org more accessible

Post by jrbe »

Another thing to consider adding, who you guys are and contributions on an about us or in the consider donating section. New users likely won't know who everyone is and won't know what their contributions to open inverter / open ev's are. It's a nice segway to donations when they know who directly contributed to making their the project a success.

AI is great for helping write things like this, helping think through things you may have missed, and writing really to the point but very clear text. Claude has the new-ish artifacts window (for free users too) which helps declutter work on multiple similar or related things at once.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

I have listed a few people. Don't hesitate do add yourself with your github, youtube or whatever

Tried some AI
can you summarize the goals of the openinverter project for people who never heard of it
The OpenInverter project is an open-source initiative focused on developing and sharing technologies for electric vehicle (EV) conversions. Its primary goals include:

Accessibility: Making electric vehicle technology more accessible to enthusiasts and DIYers by providing open-source hardware and software solutions.
Community Collaboration: Encouraging collaboration among users to share knowledge, improvements, and innovations related to EV conversions.
Cost-Effectiveness: Offering cost-effective solutions for converting traditional vehicles into electric ones, aiming to reduce the barriers to entry for interested individuals.
Sustainability: Promoting the use of electric vehicles as a more sustainable alternative to fossil fuel-powered vehicles, contributing to a reduction in greenhouse gas emissions.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
MattsAwesomeStuff
Posts: 1013
Joined: Fri Apr 26, 2019 5:40 pm
Has thanked: 388 times
Been thanked: 258 times

Re: Project demystification - make openinverter.org more accessible

Post by MattsAwesomeStuff »

johu wrote: Wed Sep 04, 2024 9:54 amI've started rewriting the main page, preview it here: https://openinverter.org/wiki/Main_Page_New
As-is it's a huge, huge improvement.

Formatting is still "wall of text", but a few bolded or highlighted sections will fix that up. Still a bit techy.

I'll take a swing at it later. I'm okay at writing but not good at knowing the current meta, so, I'll let others flesh it out more before I polish it.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

I have put a good deal of work into the new main page today, please comment or correct: https://openinverter.org/wiki/Main_Page

The old main page is still here: https://openinverter.org/wiki/Main_Page_Old
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
Bratitude
Posts: 965
Joined: Thu Jan 02, 2020 7:35 pm
Location: Canada
Has thanked: 154 times
Been thanked: 334 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by Bratitude »

johu wrote: Mon Dec 02, 2024 1:09 pm I have put a good deal of work into the new main page today, please comment or correct: https://openinverter.org/wiki/Main_Page
Wow this is great, Good work on consolidation and clean up.

Wiki is really starting to clean up and become a great go to source, as some developments now are fully flushed out, pages on that topic can get locked in
https://bratindustries.net/ leaf motor couplers, adapter plates, custom drive train components
User avatar
tom91
Posts: 2295
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 199 times
Been thanked: 524 times

Re: Project demystification - make openinverter.org more accessible

Post by tom91 »

johu wrote: Mon Dec 02, 2024 1:09 pm The old main page is still here
Where is the whole before you begin section gone?
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

tom91 wrote: Tue Dec 03, 2024 9:47 am Where is the whole before you begin section gone?
The developers and various links are now down at "Who we are"
The disclaimer is in the Site Notice. For anonymous users this is displayed on top of every page. Logged in users can dismiss this site notice and it will stay hidden as long as the cookie is stored.

The other notices I have now placed on top of the new page
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
tom91
Posts: 2295
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 199 times
Been thanked: 524 times

Re: Project demystification - make openinverter.org more accessible

Post by tom91 »

johu wrote: Tue Dec 03, 2024 11:09 am Logged in users can dismiss this site notice and it will stay hidden as long as the cookie is stored.
Ah that must be why its not there for me
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
MattsAwesomeStuff
Posts: 1013
Joined: Fri Apr 26, 2019 5:40 pm
Has thanked: 388 times
Been thanked: 258 times

Re: Project demystification - make openinverter.org more accessible

Post by MattsAwesomeStuff »

johu wrote: Mon Dec 02, 2024 1:09 pmI have put a good deal of work into the new main page today, please comment
Don't have a lot of time to put into it, but it's much much better.

Aside from the doll-faced demon beckoning us towards addiction.
User avatar
johu
Site Admin
Posts: 6618
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 342 times
Been thanked: 1485 times
Contact:

Re: Project demystification - make openinverter.org more accessible

Post by johu »

MattsAwesomeStuff wrote: Wed Dec 04, 2024 12:53 am Aside from the doll-faced demon beckoning us towards addiction.
yeah might as well cut that out ;)

EDIT: gone he is (might need to ctrl+f5)
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
tom91
Posts: 2295
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 199 times
Been thanked: 524 times

Re: Project demystification - make openinverter.org more accessible

Post by tom91 »

I have started to spend time to start linking information properly, to do this I have taken the old main page as a base to then build up an index.

I am adding informational pages to the correct categories and merging categories which are in parallel. There is a lot of duplication of information around that needs merging. Also alot of pages have grown to an un-manageable/navigable size and are on the list to be split apart.

https://openinverter.org/wiki/Index
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
Post Reply