-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
127 lines (123 loc) · 5 KB
/
mkdocs.yml
File metadata and controls
127 lines (123 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: Solar Router for ESPHome
repo_url: https://github.com/hacf-fr/Solar-Router-for-ESPHome
repo_name: Fork me on GitHub
edit_uri: ""
copyright: © Copyright hacf-fr (See authors in github repository) - 2024-2025
nav:
- Home: index.md
- Disclamer: disclamer.md
- Solar Router / Diverter: solar_router.md
- Hardware: hardware.md
- Firmware:
- Overview: firmware.md
- Installation: installation.md
- Usage Examples:
- Standalone: example_standalone.md
- With proxy: example_proxy.md
- JSY-MK-194T: jsy-mk-194t.md
- With Solar Optimizer integration: exemple_with_SO_integration.md
- Power Meter:
- Overview: power_meter.md
- Fronius: power_meter_fronius.md
- Home Assistant: power_meter_home_assistant.md
- JSY-MK-194T: power_meter_jsy-mk-194t.md
- Proxy client: power_meter_proxy_client.md
- Shelly EM: power_meter_shelly_em.md
- Regulator:
- Triac: regulator_triac.md
- Solid State Relay: regulator_solid_state_relay.md
- Mecanical relay: regulator_mecanical_relay.md
- Engine:
- Overview: engine.md
- 1 x dimmer: engine_1dimmer.md
- 1 x dimmer + bypass: engine_1dimmer_1bypass.md
- 1 x dimmer + 2 x switches: engine_1dimmer_2switches.md
- 1 x dimmer + 2 x switches + bypass: engine_1dimmer_2switches_1bypass.md
- 1 x switch: engine_1switch.md
- Energy Counter:
- Theorical: energy_counter_theorical.md
- JSY-MK-194T: energy_counter_jsy-mk-194t.md
- Temperature limiter:
- Overview: temperature_limiter.md
- Home Assistant: temperature_limiter_home_assistant.md
- DS18B20: temperature_limiter_DS18B20.md
- Scheduler:
- Overview: scheduler.md
- Forced Run: scheduler_forced_run.md
- Home Assistant:
- Recorder configuration: recorder_configuration.md
- Debug sensors: debug_sensors.md
- About:
- ChangeLog: changelog.md
- License: license.md
- Contributing: contributing.md
- Alternatives: alternatives.md
- About the project: about.md
theme:
name: material
features:
- tabs
- content.code.copy
font:
text: Ubuntu
code: Ubuntu Mono
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.toc:
permalink: true
- pymdownx.details
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- attr_list
- md_in_html
plugins:
- i18n:
docs_structure: folder
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: 🇬🇧 English
build: true
link: /Solar-Router-for-ESPHome/
- locale: fr
name: 🇫🇷 Français
build: true
link: /Solar-Router-for-ESPHome/fr/
nav_translations:
About: A propos
Alternatives: Alternatives
Contributing: Contribution
Disclamer: Avertissement
Energy Counter: Compteur d'énergie
Usage Examples: Exemples d'utilisation
Hardware: Materiel
Home: Accueil
License: Licence
Mecanical relay: Relais mécanique
ON/OFF regulation: Regulation tout ou rien
Overview: Aperçu
Progressive regulation: Régulation progressive
Proxy client: Client proxy
Recorder configuration: Configuration des recorder
Scheduler: Plannificateur
Solar Router / Diverter: Routeur solaire
Standalone: Routeur autonome
Temperature Limiter: Limiteur de température
Theorical: Théorique
With proxy: Router utilisant un proxy
With Solar Optimizer integration: Avec l'utilisation de l'intégration Solar Optimizer
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: datetime
- glightbox
- include-markdown