Skip to content

Commit ebdc852

Browse files
committed
first aid; prettier format
1 parent 5855f6b commit ebdc852

File tree

7 files changed

+36
-38
lines changed

7 files changed

+36
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Tips & FAQ",
33
"position": 3
4-
}
4+
}

i18n/en/docusaurus-plugin-content-docs/current/guides/charging.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import SponsorshipRequired from "/docs/_sponsorship_required.mdx";
88

99
### What do the different Charge Modes do?
1010

11-
| Mode | Description |
12-
| :---------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13-
| **Stop** | No charging occurs - if a session was in progress, it is stopped immediately. |
14-
| **Fast** | Charging proceeds at the maximum rate possible. |
15-
| **Min + Solar** | Charging proceeds at the _slowest_ rate possible. If enough excess solar is available to increase performance, this is made available to the Charger. |
16-
| **Solar** | Charging proceeds _utilising only excess solar power_. If excess solar does not exceed the minimum charge rate, charging stops. [More Details](#i-have-solar-excess-but-the-vehicle-doesnt-charge-why) |
11+
| Mode | Description |
12+
| :-------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| **Stop** | No charging occurs - if a session was in progress, it is stopped immediately. |
14+
| **Fast** | Charging proceeds at the maximum rate possible. |
15+
| **Min + Solar** | Charging proceeds at the _slowest_ rate possible. If enough excess solar is available to increase performance, this is made available to the Charger. |
16+
| **Solar** | Charging proceeds _utilising only excess solar power_. If excess solar does not exceed the minimum charge rate, charging stops. [More Details](#i-have-solar-excess-but-the-vehicle-doesnt-charge-why) |
1717

1818
### I have Solar excess, but the vehicle doesn't charge. Why?
1919

i18n/en/docusaurus-plugin-content-docs/current/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Pointers on some pitfalls with Charge Points.
2626

2727
## [Miscellaneous](faq)
2828

29-
Miscellaneous things that don't fall into any other category.
29+
Miscellaneous things that don't fall into any other category.

i18n/en/docusaurus-plugin-content-docs/current/guides/meters.mdx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Many Inverters are Sunspec-compatible (even if it sometimes needs to be enabled)
1818
Sure! But please note that you won't be able to charge using Solar Excess energy only, as the calculations required for this are only possible when Grid Power is known.
1919
When configured like this, evcc will charge the vehicle using the current power coming from Solar Generation.
2020

21-
A typical, medium-sized house's consumption can be specified to attempt to leave some energy for your house - you can do us this using the
21+
A typical, medium-sized house's consumption can be specified to attempt to leave some energy for your house - you can do us this using the
2222
[`residualPower`](/docs/reference/configuration/site#residualpower) config flag.
2323

2424
**Example**:
@@ -46,31 +46,31 @@ Here's an example using the `const` plugin:
4646

4747
```yaml
4848
meters:
49-
- name: dummymeter
50-
type: custom
51-
power:
52-
source: const
53-
value: 700 # 700W
49+
- name: dummymeter
50+
type: custom
51+
power:
52+
source: const
53+
value: 700 # 700W
5454
```
5555

5656
And another one using the `script` plugin:
5757

5858
```yaml
5959
chargers:
60-
- name: my_charger
61-
type: custom
62-
status: # charger status A..F
63-
source: script
64-
cmd: /bin/sh -c 'echo b'
65-
enabled: # charger enabled state (true/false or 0/1)
66-
source: script
67-
cmd: /bin/sh -c 'echo false'
68-
enable: # set charger enabled state (true/false or 0/1)
69-
source: script
70-
cmd: /bin/sh -c 'echo false'
71-
maxcurrent: # set charger max current (A)
72-
source: script
73-
cmd: /bin/sh -c 'echo 10'
60+
- name: my_charger
61+
type: custom
62+
status: # charger status A..F
63+
source: script
64+
cmd: /bin/sh -c 'echo b'
65+
enabled: # charger enabled state (true/false or 0/1)
66+
source: script
67+
cmd: /bin/sh -c 'echo false'
68+
enable: # set charger enabled state (true/false or 0/1)
69+
source: script
70+
cmd: /bin/sh -c 'echo false'
71+
maxcurrent: # set charger max current (A)
72+
source: script
73+
cmd: /bin/sh -c 'echo 10'
7474
```
7575

7676
### I have a Grid meter, but my Solar Inverter is very old and doesn't offer a usable data interface. Can I still use evcc sensibly?
@@ -79,4 +79,4 @@ Yes! If there's a Grid meter and a controllable charger, then you can use all of
7979
Please note that you will be lacking a few visualizations and statistics, including the calculation of solar charging percentage.
8080

8181
Do consider that if you install a retrofitted meter of some kind (such as a Shelly EM) onto your inverter's output cable, you'll get all of the same functionality that you would
82-
if you could talk directly to the inverter.
82+
if you could talk directly to the inverter.

i18n/en/docusaurus-plugin-content-docs/current/guides/setup.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ When making a post, it would be super useful to give as much information as poss
4545

4646
</details>
4747

48-
- Alternatively, you can use `evcc dump --cfg >~/config.txt` to create an anonymized configuration file at `~/config.txt`.
49-
48+
- Alternatively, you can use `evcc dump --cfg >~/config.txt` to create an anonymized configuration file at `~/config.txt`.
5049

5150
**⛑️ First Aid**
5251

53-
We've added a useful helper utility to evcc to help with the above. By entering `evcc discuss` in your terminal, our helper wizard will help you create a new discussion topic in our "First Aid" section.
52+
We've added a useful helper utility to evcc to help with the above. By entering `evcc discuss` in your terminal, our helper wizard will help you create a new discussion topic in our "Erste Hilfe" (first aid) section.
5453
This discussion will automatically include any relevant error messages, and the anonymized configuration file - you only need to supply a meaningful title and a description of your problem.
5554

5655
This First Aid utility can only be use for the initial creation of a discussion thread. If you need to supply further information to a topic already in progress, you'll need to do this manually.
@@ -183,7 +182,7 @@ More details, including on how to use variable rate tariffs (such as those from
183182
184183
_Please note that these statistics are rough and shouldn't be treated as perfectly accurate._
185184
186-
When calculating savings, evcc uses the total amount of charged energy, and the energy sources used during charging (grid, house battery, solar).
185+
When calculating savings, evcc uses the total amount of charged energy, and the energy sources used during charging (grid, house battery, solar).
187186
188187
**What is Solar Energy?**
189188
@@ -212,4 +211,4 @@ If you get energy from more than one source at the same time (e.g 50% grid, 50%
212211
This assumes that your home consumption and your active Charge Points use an energy mix of 50/50.
213212
With this model, charging the car is treated exactly the same as using your washing machine.
214213
215-
Flexible pricing (Octopus Energy, Awattar, Tibber, etc) is taken into account when determining the effective energy price, however the savings amount is always calculated against the currently valid energy price.
214+
Flexible pricing (Octopus Energy, Awattar, Tibber, etc) is taken into account when determining the effective energy price, however the savings amount is always calculated against the currently valid energy price.

i18n/en/docusaurus-plugin-content-docs/current/guides/vehicles.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This can sometimes take the form of a "Allow External Cards" toggle.
121121
122122
**Procedure**:
123123
124-
- Hold the RFID / NFC card / token up to your Charger until it reports that it has been recognised in some way
124+
- Hold the RFID / NFC card / token up to your Charger until it reports that it has been recognised in some way
125125
- Stop evcc (if it's already running)
126126
- Issue the command `evcc charger` on the command line
127127
- The output will contain the line `identifier:` and then a value - make a note of this value
@@ -156,11 +156,12 @@ The speed and reliability of this procedure depends heavily on the speed and rel
156156

157157
:::info
158158
Detection via online services can fail for a number of reasons, including:
159+
159160
- the vehicle is temporarily unavailable (out of service)
160161
- the vehicle manufacturer's server is temporarily unavailable
161162
- new terms and conditions need to be agreed to (on the website / in the app / in the vehicle)
162163
- there was a change to the online service by the manufacturer, rendering evcc unable to interpret data from it
163-
:::
164+
:::
164165

165166
## Manufacturer-Specific Special Stuff
166167

i18n/en/docusaurus-plugin-content-docs/current/guides/wallbox.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Yes! Multiple Chargers can be added and controlled by evcc at the same time.
2020

2121
However, **_Load Management_ or prioritization across multiple Chargers is currently not supported**. This is currently in development for a later release.
2222

23-
2423
## Single / Three-Phase Functionality
2524

2625
### Is the automatic Single / Three-Phase switching functionality on my Charger supported?
@@ -40,4 +39,3 @@ You may need to modify the "Loadpoint" parameter `Phases` to suit your installat
4039
:::danger
4140
For safety reasons, evcc will only disconnect phases from the Charge Point when there is no Vehicle connected.
4241
:::
43-

0 commit comments

Comments
 (0)