Skip to content

Commit

Permalink
Solax: remove invalid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 1, 2024
1 parent 14b037b commit 23284f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/definition/meter/solax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x001F # SolarChargeUseMode
type: writesingle
Expand All @@ -98,7 +97,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x0020 # Manual mode
type: writesingle
Expand All @@ -112,7 +110,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x001F # SolarChargeUseMode
type: writesingle
Expand All @@ -122,7 +119,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x0020 # Manual mode
type: writesingle
Expand All @@ -136,7 +132,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x001F # SolarChargeUseMode
type: writesingle
Expand All @@ -146,7 +141,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 0x0020 # Manual mode
type: writesingle
Expand Down

0 comments on commit 23284f7

Please sign in to comment.