Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeland authored and Roeland committed Aug 7, 2024
1 parent 0261a15 commit a4ff080
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sma/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ The add-on will subscribe to the following mqtt topic: `sma/emeter/<NUMERIC_METE
}
```

## How to use with HomeWizard meters

Enable the HomeWizard functionality in the configuration. On startup the addon will try to find the homewizard meters on the local network. When a meter is found(it can take a few minutes) a serial number will be assigned and printed to the log output. To speed up the process for the next startup you can add the hostname in the configuration in the field "HomeWizard manual addresses".

If your homewizard meter is not automatically detected you can manually add it by entering the ip address of the meter(s) in the field "HomeWizard manual addresses".

If the meter is not detected by the inverter you can add the ip address of your inverter in the field "HomeWizard destination ip addresses".

# Home Assistant

example of a service call to publish the mqtt message:
Expand All @@ -45,12 +53,4 @@ data:
]
}
topic: sma/emeter/1/state
```
## How to use with HomeWizard meters
Enable the HomeWizard functionality in the configuration. On startup the addon will try to find the homewizard meters on the local network. When a meter is found(it can take a few minutes) a serial number will be assigned and printed to the log output. To speed up the process for the next startup you can add the hostname in the configuration in the field "HomeWizard manual addresses".
If your homewizard meter is not automatically detected you can manually add it by entering the ip address of the meter(s) in the field "HomeWizard manual addresses".
If the meter is not detected by the inverter you can add the ip address of your inverter in the field "HomeWizard destination ip addresses".
```

0 comments on commit a4ff080

Please sign in to comment.