<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://openinverter.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zechy</id>
	<title>openinverter.org wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://openinverter.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zechy"/>
	<link rel="alternate" type="text/html" href="https://openinverter.org/wiki/Special:Contributions/Zechy"/>
	<updated>2026-04-28T18:26:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://openinverter.org/wiki/index.php?title=Mitsubishi_Outlander_AC_Compressor&amp;diff=4035</id>
		<title>Mitsubishi Outlander AC Compressor</title>
		<link rel="alternate" type="text/html" href="https://openinverter.org/wiki/index.php?title=Mitsubishi_Outlander_AC_Compressor&amp;diff=4035"/>
		<updated>2023-07-27T11:19:06Z</updated>

		<summary type="html">&lt;p&gt;Zechy: Changed htm to html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Outlander PHEV has a CAN bus controller AC compressor. &#039;&#039;&#039;One thing to note, your old system components will likely need flushing of the old oil as it&#039;s damaging to compressor motor wiring lacquer. It can cause shorts.&#039;&#039;&#039; When getting your system refilled, it needs to contain compatible lubricating oil, POE MA68EV is listed in the manual, likely the same as other hybrids/electric cars.  &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|Weight&lt;br /&gt;
|6.2kg&lt;br /&gt;
|-&lt;br /&gt;
|Length&lt;br /&gt;
|19cm&lt;br /&gt;
|-&lt;br /&gt;
| Height&lt;br /&gt;
|20cm&lt;br /&gt;
|-&lt;br /&gt;
|Width&lt;br /&gt;
| 12cm&lt;br /&gt;
|}&lt;br /&gt;
3D scans are here: https://grabcad.com/library/outlander-phev-ac-compressor-1 this appears to be of an older model than the one in the photos below. The photos are from a 2018 model year vehicle.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Height.jpg|alt=Height|none|thumb|Height]]&lt;br /&gt;
|[[File:Length.jpg|alt=Length|none|thumb|Length]]&lt;br /&gt;
|[[File:Width.jpg|alt=Width|none|thumb|Width]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Refrigerant Connections ===&lt;br /&gt;
The part numbers for the Mitsubishi hoses are &#039;&#039;AMD45418&#039;&#039;, &#039;&#039;AMD46168. Unconfirmed, but thought that these fit&#039;&#039; https://www.evcreate.nl/shop/airconditioning/adapter-set-airconditioning-compressor/&lt;br /&gt;
The correct fitments on Aliexpress&lt;br /&gt;
[[File:20220818 123558.jpg|none|thumb|Outlander compressor hose connections]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.aliexpress.com/item/1005001688953296.html R134 4 curved and R134 5 curved was what I ordered, so 11.5mm and 14mm.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|[[File:AC Connection.jpg|thumb]]&lt;br /&gt;
|[[File:AC Connection2.jpg|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Low Voltage Connection===&lt;br /&gt;
The mating connector is Sumitomo 6189-0126 &amp;lt;nowiki&amp;gt;https://www.auto-click.co.uk/6189-0126?search=90980-10942&amp;lt;/nowiki&amp;gt; and the pinout is the same as the water heater. Connector also available cheap on aliexpress.&lt;br /&gt;
[[File:Heater Connector Pins.png|none|thumb|1 - 12v, 2 - GND, 3 - CAN H, 4 - CAN L]]&lt;br /&gt;
&lt;br /&gt;
=== High Voltage Connection ===&lt;br /&gt;
The compressor is connected with a 40amp fuse to high voltage.&lt;br /&gt;
Older models don&#039;t have the HV socket as shown above, but have the wire attached. Polarity is the same as the heater.&lt;br /&gt;
[[File:Outlander Heater HV.jpg|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
Newer models have a socket. [Place holder for part number]&lt;br /&gt;
[[File:20220712 131123.jpg|none|thumb|HV connector. Left is negative, right positive.]]&lt;br /&gt;
[[File:20220712 172319.jpg|none|thumb|AC compressor driver board.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Control Messages===&lt;br /&gt;
0x185 controls the compressor and 0x285 is also required for operation, much like other outlander components. It broadcasts a few ids, 0x388 seems to be useful and contains it&#039;s status.&lt;br /&gt;
&lt;br /&gt;
====0x185 - Control Message====&lt;br /&gt;
The first byte, byte 0 controls the state of the compressor 0x08 is standby and 0x0B is start command&lt;br /&gt;
&lt;br /&gt;
The second byte, data[1] doesn&#039;t seem to have a function. &lt;br /&gt;
&lt;br /&gt;
The third byte is unknown but  0x1D works.&lt;br /&gt;
&lt;br /&gt;
The forth and fifth also seem to not do anything.&lt;br /&gt;
&lt;br /&gt;
Sixth byte is RPM control, 0x08 is inactive, 0x09 to 0x54&lt;br /&gt;
&lt;br /&gt;
Seventh is also unknown, 0x00 works&lt;br /&gt;
&lt;br /&gt;
Eighth is also unknown either 0x00 or 0x03 work&lt;br /&gt;
&lt;br /&gt;
====0x388 - Status Message ====&lt;br /&gt;
First byte, 0x01 is HV present. 0x02 is No HV present, 0x7C is startup/running.&lt;br /&gt;
&lt;br /&gt;
Third and Fourth bytes seem to be RPM feedback.&lt;br /&gt;
&lt;br /&gt;
Eighth byte status 0x00 is no CAN, 0x01 CAN error, 0x02 is 0x285 receive error and 0x03 other error&lt;br /&gt;
&lt;br /&gt;
====Example control code ====&lt;br /&gt;
 void sendCANframeE() { //AC compressor&lt;br /&gt;
        outframe.id = 0x185;            // 0x185 0B 00 1D 00 00 08 00 03 &lt;br /&gt;
         outframe.length = 8;            // Data payload 8 bytes&lt;br /&gt;
         outframe.extended = 0;          // Extended addresses - 0=11-bit 1=29bit&lt;br /&gt;
         outframe.rtr=1;                 //No request &lt;br /&gt;
         if(digitalRead(AC_pin) == LOW) { //AC pin is active        &lt;br /&gt;
         outframe.data.bytes[0]=0x0B; // status command 08 stbd, 0B start&lt;br /&gt;
         }   &lt;br /&gt;
         else {&lt;br /&gt;
         outframe.data.bytes[0]=0x08; //if we sense LOW we go to standby&lt;br /&gt;
         }              &lt;br /&gt;
         outframe.data.bytes[1]=0x00; // &lt;br /&gt;
         outframe.data.bytes[2]=0x1D; // 1D works&lt;br /&gt;
         outframe.data.bytes[3]=0x00; //&lt;br /&gt;
         outframe.data.bytes[4]=0x00; //&lt;br /&gt;
         if(digitalRead(AC_pin) == LOW) { // AC is active&lt;br /&gt;
         if (ACrpm &amp;lt;= 3800) { // Power for spinup &lt;br /&gt;
         outframe.data.bytes[5]=0x25; // RPM command 08 to 54&lt;br /&gt;
         }&lt;br /&gt;
         else if ((ACrpm &amp;gt; 3500) &amp;amp;&amp;amp; (ACrpm &amp;lt;= 4200)) { // power is reduced &lt;br /&gt;
         outframe.data.bytes[5]=0x20; // RPM command 08 to 54        &lt;br /&gt;
         } &lt;br /&gt;
         }&lt;br /&gt;
         else {&lt;br /&gt;
         outframe.data.bytes[5]=0x08; //AC pin is inactive&lt;br /&gt;
         }        &lt;br /&gt;
         outframe.data.bytes[6]=0x00;&lt;br /&gt;
         outframe.data.bytes[7]=0x03; // can be 00 or 03, it does not differentiate&lt;br /&gt;
        if(debug) {printFrame(&amp;amp;outframe,1);} //If the debug variable is set, show our transmitted frame             &lt;br /&gt;
        if(myVars.CANport==0) Can0.sendFrame(outframe);    //Mail it&lt;br /&gt;
          else Can1.sendFrame(outframe);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This thread contains more detail information and is recommended reading: https://openinverter.org/forum/viewtopic.php?t=1997&amp;amp;start=25&lt;br /&gt;
[[Category:OEM]] &lt;br /&gt;
[[Category:Mitsubishi]] &lt;br /&gt;
[[Category:HVAC]]&lt;/div&gt;</summary>
		<author><name>Zechy</name></author>
	</entry>
	<entry>
		<id>https://openinverter.org/wiki/index.php?title=BMW_Hybrid_Battery_Pack&amp;diff=3861</id>
		<title>BMW Hybrid Battery Pack</title>
		<link rel="alternate" type="text/html" href="https://openinverter.org/wiki/index.php?title=BMW_Hybrid_Battery_Pack&amp;diff=3861"/>
		<updated>2023-05-28T03:34:18Z</updated>

		<summary type="html">&lt;p&gt;Zechy: I added an image that showing the high voltage connector pinout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In addition to the &#039;&#039;&#039;BMW 5 Series (G30) 530e&#039;&#039;&#039; the same battery pack can be found in the &#039;&#039;&#039;7 Series (G12) 740e&#039;&#039;&#039; as well as the &#039;&#039;&#039;X Series&#039;&#039;&#039; &#039;&#039;&#039;(F15) X5&#039;&#039;&#039;.  These battery packs consist of six battery modules yielding 351 volts. The same battery modules can be found in the &#039;&#039;&#039;3 Series (F30) 330e&#039;&#039;&#039; but in a smaller form factor made up of only five modules and 293 volts.&lt;br /&gt;
&lt;br /&gt;
[[File:Battery Location.jpg|thumb|The battery pack is located under the rear seat.|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
== First Gen (-2018) ==&lt;br /&gt;
&lt;br /&gt;
The Electrical Energy Storage System in the 530e as well as the 740e has a code name of SP06 and a capacity of 26 Ah.&lt;br /&gt;
&lt;br /&gt;
== Second Gen (2019-present) ==&lt;br /&gt;
&lt;br /&gt;
The newer SP41 high-voltage battery was installed in the G30 as well as the G12 Plug-in Hybrid Electric Vehicles starting in July of 2019. It has the same basic design as the SP06. The most significant change is the cell capacity increase from 26 Ah to 34 Ah.&lt;br /&gt;
&lt;br /&gt;
== Technical Specifications ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Technical data&lt;br /&gt;
!5 Series G30 PHEV (SP06)&lt;br /&gt;
-2018&lt;br /&gt;
!5 Series G30 PHEV (SP41)&lt;br /&gt;
2019-2022&lt;br /&gt;
|-&lt;br /&gt;
|Voltage&lt;br /&gt;
|351.4 V (nominal voltage)&lt;br /&gt;
|355 V (nominal voltage)&lt;br /&gt;
|-&lt;br /&gt;
|Voltage Range&lt;br /&gt;
|Min. 269 V – Max. 398 V&lt;br /&gt;
|Min. 269 V – Max. 403 V&lt;br /&gt;
|-&lt;br /&gt;
|Battery cells&lt;br /&gt;
|Lithium-ion&lt;br /&gt;
|Lithium-ion&lt;br /&gt;
|-&lt;br /&gt;
|Number of battery cells&lt;br /&gt;
|96 in series&lt;br /&gt;
|96 in series&lt;br /&gt;
|-&lt;br /&gt;
|Number of cell modules&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|Cell voltage&lt;br /&gt;
|3.66 V&lt;br /&gt;
|3.70 V&lt;br /&gt;
|-&lt;br /&gt;
|Capacitance&lt;br /&gt;
|26 Ah&lt;br /&gt;
|34 Ah&lt;br /&gt;
|-&lt;br /&gt;
|Storable amount of energy&lt;br /&gt;
|9.2 kWh&lt;br /&gt;
|12 kWh&lt;br /&gt;
|-&lt;br /&gt;
|Usable energy&lt;br /&gt;
|7.4 kWh&lt;br /&gt;
|10.4 kWh&lt;br /&gt;
|-&lt;br /&gt;
|Max. power (discharge)&lt;br /&gt;
|83 kW (short-term)&lt;br /&gt;
|83 kW (short-term)&lt;br /&gt;
|-&lt;br /&gt;
|Maximum power (AC charging)&lt;br /&gt;
|3.7 kW&lt;br /&gt;
|3.7 kW&lt;br /&gt;
|-&lt;br /&gt;
|Weight&lt;br /&gt;
|248 lbs / 112.5 kg (without retaining brackets)&lt;br /&gt;
|261 lbs / 118.4kg (without retaining brackets)&lt;br /&gt;
|-&lt;br /&gt;
|Dimensions&lt;br /&gt;
|541 mm x 1134 mm x 271 mm&lt;br /&gt;
|541 mm x 1134 mm x 271 mm&lt;br /&gt;
|-&lt;br /&gt;
|Cooling system&lt;br /&gt;
|Refrigerant R1234yf&lt;br /&gt;
|Refrigerant R1234yf&lt;br /&gt;
|-&lt;br /&gt;
|Individual Module Dimensions&lt;br /&gt;
|364*183*110mm (L/W/H) without BMS attached&lt;br /&gt;
(add c. 25mm to length or height of module for BMS)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery Management System, BMS ==&lt;br /&gt;
There is a SimpBMS version available on GitHub called &#039;&#039;&#039;BMWPhevBMS&#039;&#039;&#039; https://github.com/Tom-evnut/BMWPhevBMS created by Tome de Bree.&lt;br /&gt;
&lt;br /&gt;
=== Wiring/pinouts ===&lt;br /&gt;
When using SimpBMS, the original BMW BMS master module should be unplugged (blue plug). This plug should instead be used to power the BMS slave modules and for the CAN connection to slave modules. See pinout below.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that each plug in the wiring harness has an &#039;in&#039; and an &#039;out&#039; pin. I.e., the 5V, GND, and CAN connections are chained from one slave module to the next. So, if for some reason you have one of the slave modules unplugged, you may need to jumper the pins in that plug or else the modules further down the chain may not work.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Blue plug pinout&lt;br /&gt;
!Pin&lt;br /&gt;
!Function&lt;br /&gt;
!Note&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|CAN H&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|CAN L&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|5V&lt;br /&gt;
|Apply 5V here to power the slave modules&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|CAN H&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|CAN L&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|5V&lt;br /&gt;
|Apply 5V here to power the slave modules&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Part Numbers&amp;lt;ref&amp;gt;Forum Reference: https://openinverter.org/forum/viewtopic.php?f=20&amp;amp;t=709&amp;lt;/ref&amp;gt; ==&lt;br /&gt;
and here&#039;s how the six cell modules are connected together with the high voltage orange wires&lt;br /&gt;
[[File:High Voltage Cables.jpg|thumb|High Voltage Cables|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 Part Number: 61278621016 Main Negative (runs from Cell Module #1 to the Safety Box #8 front connector)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 Part Number: 61278621017 Connects Cell Module #2 to Cell Module #3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 Part Number: 61278621018 Connects Cell Module #3 to Cell Module #4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 Part Number:61278621019 Connects Cell Module #4 to Cell Module #5&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;? Part Number:??????????? Connects Cell Module #5 to Cell Module #6&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 Part Number: 61278621020 Main Positive (runs from Cell Module #6 to the Safety Box #7 front connector)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 Part Number: 61278618444 Connects Cell Module #1 to Cell Module #2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;===========================================================&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 Part Number: 61278650791 External Connector Positive&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 Part Number: 61278650793 External Connector Negative&lt;br /&gt;
&lt;br /&gt;
=== Pinout - Main battery connector ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pin assignments at plug connector A332*1B ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Pin&lt;br /&gt;
!Type&lt;br /&gt;
!Description /Signal type&lt;br /&gt;
!Connection /Measuring information&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|E&lt;br /&gt;
|Supply, terminal 30&lt;br /&gt;
|Power distribution box, rear&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|E&lt;br /&gt;
|High-voltage interlock loop signal&lt;br /&gt;
|Electric-machine electronics&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|E&lt;br /&gt;
|Terminal 30c signal&lt;br /&gt;
|Connector, terminal 30C&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|Yellow/Green wire inside battery - Use unknown&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|A&lt;br /&gt;
|Supply&lt;br /&gt;
|Refrigerant shutoff valve, high-voltage battery unit&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|A&lt;br /&gt;
|Activation&lt;br /&gt;
|Refrigerant shutoff valve, high-voltage battery unit&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|M&lt;br /&gt;
|Ground&lt;br /&gt;
|Ground point&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|E/A&lt;br /&gt;
|K-CAN bus signal L&lt;br /&gt;
|K-CAN5 bus connection&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|E/A&lt;br /&gt;
|K-CAN bus signal H&lt;br /&gt;
|K-CAN5 bus connection&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
| --&lt;br /&gt;
|K-CAN bus signal L&lt;br /&gt;
|Put a 120Ohm resistor across these to terminate pack&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
| --&lt;br /&gt;
|K-CAN bus signal H&lt;br /&gt;
|Put a 120Ohm resistor across these to terminate pack&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|E&lt;br /&gt;
|High-voltage interlock loop signal&lt;br /&gt;
|High-voltage safety connector&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
| --&lt;br /&gt;
|Not used&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Temperature Sensors ===&lt;br /&gt;
The temperature sensors used in the hybrid battery packs are NTC 100k/4.4 and 10k/3.4 &amp;lt;ref&amp;gt;Forum Reference: https://openinverter.org/forum/viewtopic.php?p=36640#p36640&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== S-Box ===&lt;br /&gt;
The BMW Hybrid Battery Pack contains a module that contains contactors and a shunt which is known as a Control Unit Module Security Fuse Box, S-Box PHEV BK, or S-Box that is now supported by the ZombieVerter. There are S-Boxes available in a number of the BMW PHEV models. &lt;br /&gt;
[[File:BMW S-box.jpg|alt=BMW S-Box|thumb|453x453px|BMW S-Box]]&lt;br /&gt;
Part numbers include 8686893, 8638197, 8651068, 8681536, 8844217, 9470054, 9846612, found in the following PHEV models:&lt;br /&gt;
&lt;br /&gt;
* 2 Series F45 Active Tourer LCI&lt;br /&gt;
* 3 Series G20&lt;br /&gt;
* 3 Series G20 LCI&lt;br /&gt;
* 3 Series G21&lt;br /&gt;
* 3 Series G21 LCI&lt;br /&gt;
* 5 Series G30&lt;br /&gt;
* 5 Series G30 LCI&lt;br /&gt;
* 5 Series G31 LCI&lt;br /&gt;
* 5 Series G38&lt;br /&gt;
* 5 Series G38 LCI&lt;br /&gt;
* [[File:SBOX.jpg|thumb|BMW S-Box High voltage connection]]7 Series G11 LCI&lt;br /&gt;
* 7 Series G12 LCI&lt;br /&gt;
* X1 F48 LCI&lt;br /&gt;
* X1 F49&lt;br /&gt;
* X1 F49 LCI&lt;br /&gt;
* X2 F39 &lt;br /&gt;
* X3 G01&lt;br /&gt;
* X3 G01 LCI &lt;br /&gt;
* X5 F15&lt;br /&gt;
* X5 G05&lt;br /&gt;
* MINI Countryman F60&lt;br /&gt;
* MINI Countryman F60 LCI&lt;br /&gt;
&lt;br /&gt;
Damien&#039;s notes:&lt;br /&gt;
&lt;br /&gt;
Four heavy duty spade terminals provide connection for HV Battery + , - and Output + ,-&lt;br /&gt;
&lt;br /&gt;
Connection of Can data and 12v power is via a white 16 pin connector on the front.&lt;br /&gt;
&lt;br /&gt;
Pins 12 and 14 to +12v&lt;br /&gt;
&lt;br /&gt;
Pin 3 to GND&lt;br /&gt;
&lt;br /&gt;
Pin 1 CANH&lt;br /&gt;
&lt;br /&gt;
Pin 10 CANL&lt;br /&gt;
&lt;br /&gt;
CAN is 500K speed.&lt;br /&gt;
&lt;br /&gt;
Two ids are required to run the SBox and control its contactors:&lt;br /&gt;
&lt;br /&gt;
0x100 and 0x300 DLC 4 at 20ms intervals.&lt;br /&gt;
&lt;br /&gt;
0x100 has a counter and CRC8 and is the main control message.&lt;br /&gt;
&lt;br /&gt;
Byte 0 controls contactor function as follows :&lt;br /&gt;
&lt;br /&gt;
0x62 Activates negative contactor&lt;br /&gt;
&lt;br /&gt;
0x0A Activates positive contactor&lt;br /&gt;
&lt;br /&gt;
0x8A Activates positive contactor and precharge relay&lt;br /&gt;
&lt;br /&gt;
0xA6 Activates negative contactor and precharge relay&lt;br /&gt;
&lt;br /&gt;
0x62 Activates negative and positive contactors and precharge relay&lt;br /&gt;
&lt;br /&gt;
0x86 Activates precharge relay only.&lt;br /&gt;
&lt;br /&gt;
Other combinations of bits in byte 0 will cause individual contactors and combinations of contactors and precharge relay to engage.&lt;br /&gt;
&lt;br /&gt;
Byte 1: Counter in upper nibble running from 0x0 to 0xE. Lower nibble fixed at 0x1.Function not yet investigated.&lt;br /&gt;
&lt;br /&gt;
Byte 2: fixed at 0xFF. Function not yet investigated.&lt;br /&gt;
&lt;br /&gt;
Byte 3: CRC8 , Poly 0x31 ,Initial value 0x00, final XOR 0x00 , inverse both. Calculated on length of 8 bytes while message is only 4 bytes long.&lt;br /&gt;
&lt;br /&gt;
0x300 can be static:&lt;br /&gt;
&lt;br /&gt;
0xFF , 0xFE , 0xFF , 0xFF&lt;br /&gt;
&lt;br /&gt;
Information such as Battery voltage, Current, Output voltage etc are provided over CAN making it a very versatile unit. Messages for Ah,kwh,kw etc are being investigated.&lt;br /&gt;
&lt;br /&gt;
More information is available on Damien&#039;s GitHub - https://github.com/damienmaguire/BMW_SBox&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:OEM]] [[Category:BMW]] [[Category:Battery]]&lt;/div&gt;</summary>
		<author><name>Zechy</name></author>
	</entry>
	<entry>
		<id>https://openinverter.org/wiki/index.php?title=File:SBOX.jpg&amp;diff=3860</id>
		<title>File:SBOX.jpg</title>
		<link rel="alternate" type="text/html" href="https://openinverter.org/wiki/index.php?title=File:SBOX.jpg&amp;diff=3860"/>
		<updated>2023-05-28T03:31:53Z</updated>

		<summary type="html">&lt;p&gt;Zechy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;High voltage pinout&lt;/div&gt;</summary>
		<author><name>Zechy</name></author>
	</entry>
</feed>