Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion custom_components/solakon_one/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@

# Energy Statistics
"cumulative_generation": {"address": 39149, "count": 2, "type": "u32", "scale": 100, "unit": "kWh"},
"daily_generation": {"address": 39151, "count": 2, "type": "u32", "scale": 100, "unit": "kWh"},

# Battery Information
"battery1_voltage": {"address": 39227, "count": 1, "type": "i16", "scale": 10, "unit": "V"},
Expand Down
7 changes: 0 additions & 7 deletions custom_components/solakon_one/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,6 @@ class SolakonSensorEntityDescription(SensorEntityDescription):
device_class=SensorDeviceClass.ENERGY,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
),
SolakonSensorEntityDescription(
key="daily_generation",
state_class=SensorStateClass.TOTAL_INCREASING,
device_class=SensorDeviceClass.ENERGY,
entity_registry_enabled_default=False,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
),
SolakonSensorEntityDescription(
key="internal_temp",
state_class=SensorStateClass.MEASUREMENT,
Expand Down
3 changes: 0 additions & 3 deletions custom_components/solakon_one/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@
"cumulative_generation": {
"name": "Energie"
},
"daily_generation": {
"name": "Tägliche Energie"
},
"battery_total_charge_energy": {
"name": "Batterie Ladeenergie"
},
Expand Down
3 changes: 0 additions & 3 deletions custom_components/solakon_one/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@
"cumulative_generation": {
"name": "Total energy"
},
"daily_generation": {
"name": "Daily energy"
},
"battery_total_charge_energy": {
"name": "Battery charge energy"
},
Expand Down