Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Growatt sensor #8496

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions source/_components/sensor.growatt.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: page
title: "Growatt sensor"
description: "Instructions on how to integrate a Growatt solar panel plant into Home Assistant."
date: 2019-01-30 15:04
sidebar: true
comments: false
sharing: true
footer: true
logo: growatt.png
ha_category:
- Energy
- Sensor
ha_iot_class: "Cloud Polling"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ha_iot_class: "Cloud Polling"
ha_iot_class: Cloud Polling

ha_release: "0.93"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ha_release: "0.93"
ha_release: 0.95

---

The Growatt sensor enables you to monitor Growatt solar panel plants that have a WiFi module that send the data to [the Growatt server](https://server.growatt.com). The sensor will pull the total `kWh` and daily `kWh` from the server.

To enable this sensor, add the following lines to your `configuration.yaml`:

```yaml
# Example configuration.yaml entry
sensor:
- platform: growatt
username: USERNAME
password: PASSWORD
```

{% configuration %}
username:
description: Username for the Growatt server
required: false
type: string
password:
description: Password for the Growatt server
required: true
type: string
{% endconfiguration %}

Binary file added source/images/supported_brands/growatt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.