Skip to content

Commit

Permalink
Update givenergy_givtcp.yaml (#1405)
Browse files Browse the repository at this point in the history
Corrected line 74.

Config only listed option as "inverter", should have been "inverter type:" 

Line 75 now list inverter type as "GE".

This resolves an issue in the Predbat log that was saying stating "Warn: Inverter 0: inverter definition is not a dictionary".
  • Loading branch information
matttheotter authored Aug 31, 2024
1 parent 1acb9fd commit 5bea9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/givenergy_givtcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ pred_bat:
#
# Controls/status - must by 1 per inverter
#
inverter: "GE"
inverter_type:
- "GE"
num_inverters: 1
#
# Run balance inverters every N seconds (0=disabled) - only for multi-inverter
Expand Down

0 comments on commit 5bea9f6

Please sign in to comment.