Skip to content

Commit

Permalink
Merge pull request #56 from faanskit/dev
Browse files Browse the repository at this point in the history
Added reporting info for CWR
  • Loading branch information
faanskit authored Jan 28, 2024
2 parents 64dd0be + 25f719b commit 7139fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/checkwatt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ async def push_to_checkwatt_rank(self, cw_inst, charge_peak, cwr_name):
"today_fee": 0,
"today_net_income": self.fcrd_today_net_revenue,
"reseller_id": cw_inst.customer_details["Meter"][0]["ResellerId"],
"reporter": "HomeAssistantV2",
}
if BASIC_TEST:
payload["display_name"] = "xxTESTxx"
Expand Down

0 comments on commit 7139fbb

Please sign in to comment.