Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -98,7 +98,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 @@ -239,13 +239,6 @@
device_class=SensorDeviceClass.ENERGY,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
),
SensorEntityDescription(
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,
),
SensorEntityDescription(
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 @@ -135,9 +135,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 @@ -135,9 +135,6 @@
"cumulative_generation": {
"name": "Total Energy"
},
"daily_generation": {
"name": "Daily Energy"
},
"battery_total_charge_energy": {
"name": "Battery charge energie"
},
Expand Down