File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ render:
3131 endianness: little # optional
3232 maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (optional)
3333 minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
34+ maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
3435 watchdog: 60s # optional
3536 - usage : battery
3637 default : |
@@ -56,4 +57,5 @@ render:
5657 endianness: little # optional
5758 capacity: 50 # Akkukapazität in kWh (optional)
5859 minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
60+ maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
5961 watchdog: 60s # optional
Original file line number Diff line number Diff line change @@ -11,15 +11,33 @@ render:
1111 template: smartfox-em2
1212 usage: grid
1313 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)
1420 - usage : pv
1521 default : |
1622 type: template
1723 template: smartfox-em2
1824 usage: pv
1925 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)
2032 - usage : aux
2133 default : |
2234 type: template
2335 template: smartfox-em2
2436 usage: aux
2537 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)
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ render:
3131 endianness: little # optional
3232 maxacpower: 0 # Maximum AC power of the hybrid inverter (optional)
3333 minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
34+ maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
3435 watchdog: 60s # optional
3536 - usage : battery
3637 default : |
@@ -56,4 +57,5 @@ render:
5657 endianness: little # optional
5758 capacity: 50 # Battery capacity in kWh (optional)
5859 minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
60+ maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
5961 watchdog: 60s # optional
Original file line number Diff line number Diff line change @@ -11,15 +11,33 @@ render:
1111 template: smartfox-em2
1212 usage: grid
1313 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)
1420 - usage : pv
1521 default : |
1622 type: template
1723 template: smartfox-em2
1824 usage: pv
1925 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)
2032 - usage : aux
2133 default : |
2234 type: template
2335 template: smartfox-em2
2436 usage: aux
2537 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)
You can’t perform that action at this time.
0 commit comments