Skip to content

Commit

Permalink
Add doc build snapshot nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
pionix-compiler committed Nov 4, 2023
1 parent dd0e393 commit ebfcd5b
Show file tree
Hide file tree
Showing 30 changed files with 274 additions and 38 deletions.
13 changes: 13 additions & 0 deletions docs/latest/_generated/interfaces/ISO15118_charger.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ <h2><span class="section-number">11.2.1.1. </span>Variables<a class="headerlink"
<div class="line-block">
<div class="line">The charging process was finished</div>
</div>
<div class="line"><strong>sae_bidi_mode_active</strong>:<em>null</em></div>
<div class="line-block">
<div class="line">The SAE J2847 bidi mode is active</div>
</div>
<div class="line"><strong>EVCCIDD</strong>:<em>string</em></div>
<div class="line-block">
<div class="line">Specifies the EVs identification in a readable format. It contains the MAC address of the EVCC in uppercase</div>
Expand Down Expand Up @@ -508,6 +512,15 @@ <h2><span class="section-number">11.2.1.2. </span>Commands<a class="headerlink"
<div class="line">Set to true when link becomes ready, false when the link is terminated</div>
</div>
</div>
<div class="line"><strong>supporting_sae_j2847_bidi</strong>:<em>void</em></div>
<div class="line-block">
<div class="line">Charger is supporting SAE J2847 V2G/V2H version</div>
<div class="line"><strong>mode</strong>:<em>string</em> (<a class="reference internal" href="../types/iso15118_charger.html#iso15118-charger-sae-j2847-bidi-mode"><span class="std std-ref">iso15118_charger-SAE_J2847_Bidi_Mode</span></a>)</div>
<div class="line-block">
<div class="line">Mode V2G or V2H</div>
<div class="line"><strong>There is an extended definition for this object</strong> <a class="reference internal" href="../types/iso15118_charger.html#iso15118-charger-sae-j2847-bidi-mode"><span class="std std-ref">here</span></a>.</div>
</div>
</div>
</div>
</section>
</section>
Expand Down
13 changes: 13 additions & 0 deletions docs/latest/_generated/interfaces/ISO15118_ev.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ <h2><span class="section-number">11.2.2.2. </span>Commands<a class="headerlink"
<div class="line"><strong>There is an extended definition for this object</strong> <a class="reference internal" href="../types/iso15118_ev.html#iso15118-ev-dc-evparameters"><span class="std std-ref">here</span></a>.</div>
</div>
</div>
<div class="line"><strong>set_bpt_dc_params</strong>:<em>void</em></div>
<div class="line-block">
<div class="line">Set the bpt parameters for dc charging</div>
<div class="line"><strong>EV_BPT_Parameters</strong>:<em>object</em> (<a class="reference internal" href="../types/iso15118_ev.html#iso15118-ev-dc-ev-bpt-parameters"><span class="std std-ref">iso15118_ev-DC_EV_BPT_Parameters</span></a>)</div>
<div class="line-block">
<div class="line">BPT parameters for dc charging</div>
<div class="line"><strong>There is an extended definition for this object</strong> <a class="reference internal" href="../types/iso15118_ev.html#iso15118-ev-dc-ev-bpt-parameters"><span class="std std-ref">here</span></a>.</div>
</div>
</div>
<div class="line"><strong>enable_sae_j2847_v2g_v2h</strong>:<em>void</em></div>
<div class="line-block">
<div class="line">Enable the SAE J2847 2 V2H V2G</div>
</div>
</div>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/_generated/interfaces/evse_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h2><span class="section-number">11.2.15.2. </span>Commands<a class="headerlink"
<div class="line"><strong>set_get_certificate_response</strong>:<em>void</em></div>
<div class="line-block">
<div class="line">CertificateInstallationRes/CertificateUpdateRes - Set the new/updated Contract Certificate (including the certificate chain) and the corresponding encrypted private key. Should be forwared to EVCC. This is an async response to a previously published iso15118_certificate_request</div>
<div class="line"><strong>certificate_reponse</strong>:<em>object</em> (<a class="reference internal" href="../types/iso15118_charger.html#iso15118-charger-response-exi-stream-status"><span class="std std-ref">iso15118_charger-Response_Exi_Stream_Status</span></a>)</div>
<div class="line"><strong>certificate_response</strong>:<em>object</em> (<a class="reference internal" href="../types/iso15118_charger.html#iso15118-charger-response-exi-stream-status"><span class="std std-ref">iso15118_charger-Response_Exi_Stream_Status</span></a>)</div>
<div class="line-block">
<div class="line">The response raw exi stream and the status from the CSMS system</div>
<div class="line"><strong>There is an extended definition for this object</strong> <a class="reference internal" href="../types/iso15118_charger.html#iso15118-charger-response-exi-stream-status"><span class="std std-ref">here</span></a>.</div>
Expand Down
16 changes: 16 additions & 0 deletions docs/latest/_generated/modules/EvseManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,22 @@ <h2><span class="section-number">11.1.11.1. </span>Module Configuration<a class=
<div class="line-block">
<div class="line">Some cars request only integer ampere values during DC charging. For low power DC charging that means that they charge a few hundred watts slower then needed. If enabled, this will charge at full power if the difference between EV requested current (integer) and HLC current limit is less then 1.0</div>
</div>
<div class="line"><strong>disable_authentication</strong>:<em>boolean</em></div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
<div class="line">Do not wait for authorization from Auth module, offer a free service. Start charging immediately after plug in. Do not use with Auth manager or OCPP, this option is only to allow charging with a standalone EvseManager that is not connected to an Auth manager. Use DummyTokenProvider/Validator when testing with Auth module and/or OCPP.</div>
</div>
<div class="line"><strong>sae_j2847_2_bpt_enabled</strong>:<em>boolean</em></div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
<div class="line">Enable SAE J2847 2 V2G or V2H mode</div>
</div>
<div class="line"><strong>sae_j2847_2_bpt_mode</strong>:<em>string</em></div>
<div class="line"><em>default: V2G</em></div>
<div class="line-block">
<div class="line">SAE J2847 2 BPT mode</div>
<div class="line">enum: V2H, V2G</div>
</div>
</div>
</section>
<section id="provides">
Expand Down
7 changes: 7 additions & 0 deletions docs/latest/_generated/types/iso15118_charger.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ <h3>Navigation</h3>
<div class="line">enum: SupportedAppProtocolReq, SupportedAppProtocolRes, SessionSetupReq, SessionSetupRes, ServiceDiscoveryReq, ServiceDiscoveryRes, ServiceDetailReq, ServiceDetailRes, PaymentServiceSelectionReq, PaymentServiceSelectionRes, ServicePaymentSelectionReq, ServicePaymentSelectionRes, PaymentDetailsReq, PaymentDetailsRes, AuthorizationReq, AuthorizationRes, ContractAuthenticationReq, ContractAuthenticationRes, ChargeParameterDiscoveryReq, ChargeParameterDiscoveryRes, ChargingStatusReq, ChargingStatusRes, MeteringReceiptReq, MeteringReceiptRes, PowerDeliveryReq, PowerDeliveryRes, CableCheckReq, CableCheckRes, PreChargeReq, PreChargeRes, CurrentDemandReq, CurrentDemandRes, WeldingDetectionReq, WeldingDetectionRes, SessionStopReq, SessionStopRes, CertificateInstallationReq, CertificateInstallationRes, CertificateUpdateReq, CertificateUpdateRes, UnknownMessage</div>
</div>
</div>
<div class="line-block" id="iso15118-charger-sae-j2847-bidi-mode">
<div class="line"><strong>SAE_J2847_Bidi_Mode</strong>:<em>string</em></div>
<div class="line-block">
<div class="line">Bidi mode for sae j2847_2</div>
<div class="line">enum: V2G, V2H</div>
</div>
</div>
<div class="line-block" id="iso15118-charger-dc-evsepresentvoltage-current">
<div class="line"><strong>DC_EVSEPresentVoltage_Current</strong>:<em>object</em></div>
<div class="line-block">
Expand Down
25 changes: 25 additions & 0 deletions docs/latest/_generated/types/iso15118_ev.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,31 @@ <h3>Navigation</h3>
</div>
</div>
</div>
<div class="line-block" id="iso15118-ev-dc-ev-bpt-parameters">
<div class="line"><strong>DC_EV_BPT_Parameters</strong>:<em>object</em></div>
<div class="line-block">
<div class="line">BPT settings for dc charging</div>
<div class="line">properties:</div>
<div class="line-block">
<div class="line"><strong>DischargeMaxCurrentLimit</strong>:<em>number</em></div>
<div class="line-block">
<div class="line">[A] Maximum discharge current allowed by the EV</div>
</div>
<div class="line"><strong>DischargeMaxPowerLimit</strong>:<em>number</em></div>
<div class="line-block">
<div class="line">[W] Maximum discharge power allowed by the EV</div>
</div>
<div class="line"><strong>DischargeTargetCurrent</strong>:<em>number</em></div>
<div class="line-block">
<div class="line">[A] Discharge target current requested by the EV</div>
</div>
<div class="line"><strong>DischargeMinimalSoC</strong>:<em>number</em></div>
<div class="line-block">
<div class="line">[%] Discharge minimal soc at which the evse should shutdown</div>
</div>
</div>
</div>
</div>
</section>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Variables
| The charging process has started and the EV wants to be charged
| **currentDemand_Finished**:*null*
| The charging process was finished
| **sae_bidi_mode_active**:*null*
| The SAE J2847 bidi mode is active
| **EVCCIDD**:*string*
| Specifies the EVs identification in a readable format. It contains the MAC address of the EVCC in uppercase
| pattern:
Expand Down Expand Up @@ -257,3 +259,8 @@ Commands
| Signals dlink_ready from SLAC layer according to ISO15118-3
| **value**:*boolean*
| Set to true when link becomes ready, false when the link is terminated
| **supporting_sae_j2847_bidi**:*void*
| Charger is supporting SAE J2847 V2G/V2H version
| **mode**:*string* (:ref:`iso15118_charger-SAE_J2847_Bidi_Mode <iso15118_charger-SAE_J2847_Bidi_Mode>`)
| Mode V2G or V2H
| **There is an extended definition for this object** :ref:`here <iso15118_charger-SAE_J2847_Bidi_Mode>`.
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ Commands
| **EV_Parameters**:*object* (:ref:`iso15118_ev-DC_EVParameters <iso15118_ev-DC_EVParameters>`)
| Target parameters for dc charging
| **There is an extended definition for this object** :ref:`here <iso15118_ev-DC_EVParameters>`.
| **set_bpt_dc_params**:*void*
| Set the bpt parameters for dc charging
| **EV_BPT_Parameters**:*object* (:ref:`iso15118_ev-DC_EV_BPT_Parameters <iso15118_ev-DC_EV_BPT_Parameters>`)
| BPT parameters for dc charging
| **There is an extended definition for this object** :ref:`here <iso15118_ev-DC_EV_BPT_Parameters>`.
| **enable_sae_j2847_v2g_v2h**:*void*
| Enable the SAE J2847 2 V2H V2G
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ Commands
| **There is an extended definition for this object** :ref:`here <evse_manager-SwitchThreePhasesWhileChargingResult>`.
| **set_get_certificate_response**:*void*
| CertificateInstallationRes/CertificateUpdateRes - Set the new/updated Contract Certificate (including the certificate chain) and the corresponding encrypted private key. Should be forwared to EVCC. This is an async response to a previously published iso15118_certificate_request
| **certificate_reponse**:*object* (:ref:`iso15118_charger-Response_Exi_Stream_Status <iso15118_charger-Response_Exi_Stream_Status>`)
| **certificate_response**:*object* (:ref:`iso15118_charger-Response_Exi_Stream_Status <iso15118_charger-Response_Exi_Stream_Status>`)
| The response raw exi stream and the status from the CSMS system
| **There is an extended definition for this object** :ref:`here <iso15118_charger-Response_Exi_Stream_Status>`.
10 changes: 10 additions & 0 deletions docs/latest/_sources/_generated/modules/EvseManager.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ Module Configuration
| **hack_fix_hlc_integer_current_requests**:*boolean*
| *default: False*
| Some cars request only integer ampere values during DC charging. For low power DC charging that means that they charge a few hundred watts slower then needed. If enabled, this will charge at full power if the difference between EV requested current (integer) and HLC current limit is less then 1.0
| **disable_authentication**:*boolean*
| *default: False*
| Do not wait for authorization from Auth module, offer a free service. Start charging immediately after plug in. Do not use with Auth manager or OCPP, this option is only to allow charging with a standalone EvseManager that is not connected to an Auth manager. Use DummyTokenProvider/Validator when testing with Auth module and/or OCPP.
| **sae_j2847_2_bpt_enabled**:*boolean*
| *default: False*
| Enable SAE J2847 2 V2G or V2H mode
| **sae_j2847_2_bpt_mode**:*string*
| *default: V2G*
| SAE J2847 2 BPT mode
| enum: V2H, V2G
********
Provides
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ ISO15118 charger types
| This element contains the id of the v2g message body
| enum: SupportedAppProtocolReq, SupportedAppProtocolRes, SessionSetupReq, SessionSetupRes, ServiceDiscoveryReq, ServiceDiscoveryRes, ServiceDetailReq, ServiceDetailRes, PaymentServiceSelectionReq, PaymentServiceSelectionRes, ServicePaymentSelectionReq, ServicePaymentSelectionRes, PaymentDetailsReq, PaymentDetailsRes, AuthorizationReq, AuthorizationRes, ContractAuthenticationReq, ContractAuthenticationRes, ChargeParameterDiscoveryReq, ChargeParameterDiscoveryRes, ChargingStatusReq, ChargingStatusRes, MeteringReceiptReq, MeteringReceiptRes, PowerDeliveryReq, PowerDeliveryRes, CableCheckReq, CableCheckRes, PreChargeReq, PreChargeRes, CurrentDemandReq, CurrentDemandRes, WeldingDetectionReq, WeldingDetectionRes, SessionStopReq, SessionStopRes, CertificateInstallationReq, CertificateInstallationRes, CertificateUpdateReq, CertificateUpdateRes, UnknownMessage
.. _iso15118_charger-SAE_J2847_Bidi_Mode:

| **SAE_J2847_Bidi_Mode**:*string*
| Bidi mode for sae j2847_2
| enum: V2G, V2H
.. _iso15118_charger-DC_EVSEPresentVoltage_Current:

| **DC_EVSEPresentVoltage_Current**:*object*
Expand Down
14 changes: 14 additions & 0 deletions docs/latest/_sources/_generated/types/iso15118_ev.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ ISO15118 ev types
| [A] Target current requested by the EV
| **TargetVoltage**:*number*
| [V] Target voltage requested by the EV
.. _iso15118_ev-DC_EV_BPT_Parameters:

| **DC_EV_BPT_Parameters**:*object*
| BPT settings for dc charging
| properties:
| **DischargeMaxCurrentLimit**:*number*
| [A] Maximum discharge current allowed by the EV
| **DischargeMaxPowerLimit**:*number*
| [W] Maximum discharge power allowed by the EV
| **DischargeTargetCurrent**:*number*
| [A] Discharge target current requested by the EV
| **DischargeMinimalSoC**:*number*
| [%] Discharge minimal soc at which the evse should shutdown
Loading

0 comments on commit ebfcd5b

Please sign in to comment.