-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b773fe5
commit 0b6df61
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,10 @@ sensor: | |
If you have a H1 device, add below Sensors and Resouces: | ||
```yaml | ||
- platform: saj_esolar | ||
username: [email protected] | ||
password: abcd1234 | ||
plant_id: 0 # Default is 0. Typically ordered in the same way as they are listed in the eSolar app | ||
sensors: h1 | ||
resources: | ||
- nowPower | ||
|
@@ -119,6 +123,10 @@ If you have a H1 device, add below Sensors and Resouces: | |
If you have a Saj Sec Module Add below sensor an resources: | ||
```yaml | ||
- platform: saj_esolar | ||
username: [email protected] | ||
password: abcd1234 | ||
plant_id: 0 # Default is 0. Typically ordered in the same way as they are listed in the eSolar app | ||
sensors: saj_sec # Optional will only work with SAJ Sec Module | ||
resources: | ||
- nowPower | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,6 @@ sensor: | |
- lastUploadTime | ||
- totalPlantTreeNum | ||
- totalReduceCo2 | ||
- isAlarm # Yes / No | ||
- status | ||
- plantuid | ||
- currency | ||
|
@@ -66,6 +65,10 @@ sensor: | |
If you have a H1 device, add below Sensors and Resouces: | ||
```yaml | ||
- platform: saj_esolar | ||
username: [email protected] | ||
password: abcd1234 | ||
plant_id: 0 # Default is 0. Typically ordered in the same way as they are listed in the eSolar app | ||
sensors: h1 | ||
resources: | ||
- nowPower | ||
|
@@ -77,7 +80,6 @@ If you have a H1 device, add below Sensors and Resouces: | |
- lastUploadTime | ||
- totalPlantTreeNum | ||
- totalReduceCo2 | ||
- isAlarm # Yes / No | ||
- status | ||
- plantuid | ||
- currency | ||
|
@@ -102,7 +104,6 @@ If you have a H1 device, add below Sensors and Resouces: | |
- selfConsumedEnergy1 | ||
- selfConsumedEnergy2 | ||
- batCapcity | ||
- isAlarm | ||
- batCurr | ||
- batEnergyPercent | ||
- batteryDirection | ||
|
@@ -122,6 +123,10 @@ If you have a H1 device, add below Sensors and Resouces: | |
If you have a Saj Sec Module Add below sensor an resources: | ||
```yaml | ||
- platform: saj_esolar | ||
username: [email protected] | ||
password: abcd1234 | ||
plant_id: 0 # Default is 0. Typically ordered in the same way as they are listed in the eSolar app | ||
sensors: saj_sec # Optional will only work with SAJ Sec Module | ||
resources: | ||
- nowPower | ||
|
@@ -135,7 +140,6 @@ If you have a Saj Sec Module Add below sensor an resources: | |
- lastUploadTime | ||
- totalPlantTreeNum | ||
- totalReduceCo2 | ||
- isAlarm # Yes / No | ||
- status | ||
- plantuid | ||
- currency | ||
|