Skip to content

Commit

Permalink
adding additional parameter pv_charging_power (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay V. Krasko <nikolay@enapter.com>
  • Loading branch information
nkrasko and nkrasko authored Aug 14, 2023
1 parent dd540f1 commit 9e6d357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions solar_inverters/mpp_solar/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ telemetry:
display_name: PV Input Power
type: float
unit: watt
pv_charging_power:
display_name: PV Charging Power
type: float
unit: watt
ac_out_active_power:
display_name: AC Output Active Power
type: float
Expand Down
2 changes: 1 addition & 1 deletion solar_inverters/mpp_solar/mpp_solar_fw/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local commands = {
-- device_status = 17,
-- fans_battery_voltage_offset = 18,
-- eeprom_version = 19,
-- pv_charging_power = 20,
pv_charging_power = 20,
-- device_status1 = 21
},
},
Expand Down

0 comments on commit 9e6d357

Please sign in to comment.