Skip to content

Commit

Permalink
Adding device id for SH8.0RS and SH10RS Inverters (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: ABredhauer <>
  • Loading branch information
ABredhauer authored and mkaiser committed Nov 9, 2023
1 parent aa4415e commit 5af69e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modbus_sungrow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,10 @@ template:
SH5.0RS
{% elif ((states('sensor.sungrow_device_type_code') | int(default=0)) == 0x0D10) %}
SH6.0RS
{% elif ((states('sensor.sungrow_device_type_code') | int(default=0)) == 0x0D1A) %}
SH8.0RS
{% elif ((states('sensor.sungrow_device_type_code') | int(default=0)) == 0x0D1B) %}
SH10RS
{% elif ((states('sensor.sungrow_device_type_code') | int(default=0)) == 0x0E00) %}
SH5.0RT
{% elif ((states('sensor.sungrow_device_type_code') | int(default=0)) == 0x0E01) %}
Expand Down

0 comments on commit 5af69e1

Please sign in to comment.