Skip to content

Commit

Permalink
make the manual more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen1987 committed Mar 4, 2023
1 parent b773fe5 commit 0b6df61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 8 additions & 4 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ sensor:
- lastUploadTime
- totalPlantTreeNum
- totalReduceCo2
- isAlarm # Yes / No
- status
- plantuid
- currency
Expand All @@ -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
Expand All @@ -77,7 +80,6 @@ If you have a H1 device, add below Sensors and Resouces:
- lastUploadTime
- totalPlantTreeNum
- totalReduceCo2
- isAlarm # Yes / No
- status
- plantuid
- currency
Expand All @@ -102,7 +104,6 @@ If you have a H1 device, add below Sensors and Resouces:
- selfConsumedEnergy1
- selfConsumedEnergy2
- batCapcity
- isAlarm
- batCurr
- batEnergyPercent
- batteryDirection
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0b6df61

Please sign in to comment.