File tree Expand file tree Collapse file tree 6 files changed +40
-56
lines changed Expand file tree Collapse file tree 6 files changed +40
-56
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ render:
31
31
endianness: little # optional
32
32
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (optional)
33
33
minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
34
+ maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
34
35
watchdog: 60s # optional
35
36
- usage : battery
36
37
default : |
@@ -56,4 +57,5 @@ render:
56
57
endianness: little # optional
57
58
capacity: 50 # Akkukapazität in kWh (optional)
58
59
minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
60
+ maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
59
61
watchdog: 60s # optional
Original file line number Diff line number Diff line change @@ -11,15 +11,33 @@ render:
11
11
template: smartfox-em2
12
12
usage: grid
13
13
host: 192.0.2.2 # IP-Adresse oder Hostname
14
+ advanced : |
15
+ type: template
16
+ template: smartfox-em2
17
+ usage: grid
18
+ host: 192.0.2.2 # IP-Adresse oder Hostname
19
+ cache: 1s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
14
20
- usage : pv
15
21
default : |
16
22
type: template
17
23
template: smartfox-em2
18
24
usage: pv
19
25
host: 192.0.2.2 # IP-Adresse oder Hostname
26
+ advanced : |
27
+ type: template
28
+ template: smartfox-em2
29
+ usage: pv
30
+ host: 192.0.2.2 # IP-Adresse oder Hostname
31
+ cache: 1s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
20
32
- usage : aux
21
33
default : |
22
34
type: template
23
35
template: smartfox-em2
24
36
usage: aux
25
37
host: 192.0.2.2 # IP-Adresse oder Hostname
38
+ advanced : |
39
+ type: template
40
+ template: smartfox-em2
41
+ usage: aux
42
+ host: 192.0.2.2 # IP-Adresse oder Hostname
43
+ cache: 1s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ render:
31
31
endianness: little # optional
32
32
maxacpower: 0 # Maximum AC power of the hybrid inverter (optional)
33
33
minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
34
+ maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
34
35
watchdog: 60s # optional
35
36
- usage : battery
36
37
default : |
@@ -56,4 +57,5 @@ render:
56
57
endianness: little # optional
57
58
capacity: 50 # Battery capacity in kWh (optional)
58
59
minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
60
+ maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
59
61
watchdog: 60s # optional
Original file line number Diff line number Diff line change @@ -11,15 +11,33 @@ render:
11
11
template: smartfox-em2
12
12
usage: grid
13
13
host: 192.0.2.2 # IP address or hostname
14
+ advanced : |
15
+ type: template
16
+ template: smartfox-em2
17
+ usage: grid
18
+ host: 192.0.2.2 # IP address or hostname
19
+ cache: 1s # Time interval with when data should be reloaded from the vehicle (optional)
14
20
- usage : pv
15
21
default : |
16
22
type: template
17
23
template: smartfox-em2
18
24
usage: pv
19
25
host: 192.0.2.2 # IP address or hostname
26
+ advanced : |
27
+ type: template
28
+ template: smartfox-em2
29
+ usage: pv
30
+ host: 192.0.2.2 # IP address or hostname
31
+ cache: 1s # Time interval with when data should be reloaded from the vehicle (optional)
20
32
- usage : aux
21
33
default : |
22
34
type: template
23
35
template: smartfox-em2
24
36
usage: aux
25
37
host: 192.0.2.2 # IP address or hostname
38
+ advanced : |
39
+ type: template
40
+ template: smartfox-em2
41
+ usage: aux
42
+ host: 192.0.2.2 # IP address or hostname
43
+ cache: 1s # Time interval with when data should be reloaded from the vehicle (optional)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments