-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPV_bat-loader.yaml
46 lines (41 loc) · 1.01 KB
/
PV_bat-loader.yaml
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
substitutions:
friendly_name: ""
tx_pin: "GPIO4"
rx_pin: "GPIO2"
#powermess: !secret powmess
updateinterval: "15s"
i_set_temp_min: "0"
i_set_temp_max: "95"
bat_loadvoltage: "28" # Loadvoltage for Battery
bat_undervoltage: "23" # Minimum Bat Voltage
bat_holdvoltage: "27.4" # Voltage to hold Loading
bat_loadvoltagepv0: "25"
ShellyIP: "192.168.178.46"
#interval: "1s" # Interval Time for Request
esphome:
name: xy6020
#friendly_name: ${friendly_name}
comment: Batterie Laden mit Übereinspeisung
esp32:
board: nodemcu-32s
packages:
Batload:
url: https://github.com/creepystefan/esphome-XY6020
refresh: 0d
files: [
yml/uart.yaml,
yml/switches.yaml,
yml/button.yaml,
batload_pack/core.yaml,
yml/text_sensors.yaml,
batload_pack/number.yaml,
batload_pack/sensor.yaml,
Language/german.yaml,
#Language/english.yaml,
]
time:
- platform: sntp
id: sntp_time
timezone: Europe/Berlin
servers:
- 192.168.178.1