Add electricity flowchart
This commit is contained in:
parent
a1d2ba432f
commit
7dd0ecde1d
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
|||
# Various
|
||||
|
||||
## Electric flowchart
|
||||
```mermaid
|
||||
flowchart LR
|
||||
|
||||
GRID[Grid] --> EPS[EPS EcoFlow River 288Wh]
|
||||
EPS --> USB[USB Charging for smartphone, etc.]
|
||||
EPS --> LIGHT[Emergency light]
|
||||
EPS --> EMERGENCY_AC[Emergency AC outlet for boiler, etc.]
|
||||
EPS ---> UPS[UPS CyberPower CP375JP 8.5Wh]
|
||||
UPS --> ROUTER[OpenWrt Router]
|
||||
UPS --> DESKTOP[Deskstop]
|
||||
UPS --> MONITOR[Monitor]
|
||||
```
|
||||
|
||||
## Internet flowchart
|
||||
|
||||
|
|
Loading…
Reference in a new issue