SPH 5000: Smartmeter-Momentanleistung hinzugefügt (Register 1021/1029)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-20 13:32:34 +02:00
parent f74963efed
commit 0a692cb52e
2 changed files with 37 additions and 0 deletions
@@ -395,6 +395,34 @@ sensor:
filters:
- multiply: 0.1
# --- Smartmeter Momentanleistung ---
- platform: modbus_controller
name: "Power To Grid"
address: 1021
register_type: read
unit_of_measurement: W
device_class: power
state_class: measurement
icon: mdi:transmission-tower-export
value_type: U_DWORD
accuracy_decimals: 1
filters:
- multiply: 0.1
- platform: modbus_controller
name: "Power To User"
address: 1029
register_type: read
unit_of_measurement: W
device_class: power
state_class: measurement
icon: mdi:transmission-tower-import
value_type: U_DWORD
accuracy_decimals: 1
filters:
- multiply: 0.1
# --- Netzenergie Import / Export (kWh Zähler für Energie-Dashboard) ---
- platform: modbus_controller