Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Marstek Lilygo ESPHome Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ web_server:
name: "Control"
sorting_weight: -30
- id: Warnings
name: "Warnungen"
name: "Warnings"
sorting_weight: -20
- id: Diagnostic
name: "Diagnostic"
Expand Down Expand Up @@ -922,7 +922,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 1

- name: "Gesamte Ladung"
- name: "Total Charging Energy"
id: "total_charging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand All @@ -942,7 +942,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 12

- name: "Gesamte Entladung"
- name: "Total Discharging Energy"
id: "total_discharging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand All @@ -961,7 +961,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 13

- name: "Gesamte Tagesladung"
- name: "Daily Charging Energy"
id: "daily_charging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand All @@ -980,7 +980,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 8

- name: "Gesamte Tagesentladung"
- name: "Daily Discharging Energy"
id: "daily_discharging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand All @@ -999,7 +999,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 9

- name: "Gesamte Monatsladung"
- name: "Monthly Charging Energy"
id: "monthly_charging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand All @@ -1018,7 +1018,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 10

- name: "Gesamte Monatsentladung"
- name: "Monthly Discharging Energy"
id: "monthly_discharging_energy"
icon: mdi:chart-bar
platform: modbus_controller
Expand Down Expand Up @@ -1139,7 +1139,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 23

- name: "Max. Zellenspannung"
- name: "Max. Cell Voltage"
icon: mdi:sine-wave
id: max_cell_voltage
platform: modbus_controller
Expand All @@ -1159,7 +1159,7 @@ sensor:
sorting_group_id: Info
sorting_weight: 24

- name: "Min. Zellenspannung"
- name: "Min. Cell Voltage"
icon: mdi:sine-wave
id: min_cell_voltage
platform: modbus_controller
Expand All @@ -1179,7 +1179,7 @@ sensor:
sorting_weight: 25

- platform: template
name: "Zellspannungsdifferenz"
name: "Cell Voltage Delta"
icon: mdi:sine-wave
unit_of_measurement: "V"
device_class: voltage
Expand Down