Skip to content

Commit

Permalink
extend diagnosis information
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Oct 10, 2023
1 parent 020202a commit d034231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/stiebel_eltron_isg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def read_modbus_system_paramter(self) -> dict:
result[FAN_COOLING_TARGET_ROOM_TEMPERATURE] = get_isg_scaled_value(
decoder.decode_16bit_int()
)
result["system_paramaters"] = list(inverter_data.registers)
return result

def read_modbus_energy(self) -> dict:
Expand Down

0 comments on commit d034231

Please sign in to comment.