mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
07a1976c81
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
src/main | ||
NOTICE | ||
pom.xml | ||
README.md |
SMA Energy Meter Binding
This Binding is used to display the measured values of a SMA Energy Meter device. It shows purchased and grid feed-in power and energy.
Supported Things
This Binding supports SMA Energy Meter devices.
Discovery
The Energy Meter is discovered by receiving data on the default multicast IP address.
Binding Configuration
No binding configuration required.
Thing Configuration
Usually no manual configuration is required, as the multicast IP address and the port remain on their factory set values. Optionally, a refresh interval (in seconds) can be defined.
Channels
Channel | Description |
---|---|
powerIn | Purchased power |
powerInL1 | Purchased power L3 |
powerInL2 | Purchased power L2 |
powerInL3 | Purchased power L3 |
powerOut | Grid feed-in power |
powerOutL1 | Grid feed-in power L1 |
powerOutL2 | Grid feed-in power L2 |
powerOutL3 | Grid feed-in power L3 |
energyIn | Purchased energy |
energyInL1 | Purchased energy L1 |
energyInL2 | Purchased energy L2 |
energyInL3 | Purchased energy L3 |
energyOut | Grid feed-in energy |
energyOutL1 | Grid feed-in energy L1 |
energyOutL2 | Grid feed-in energy L2 |
energyOutL3 | Grid feed-in energy L3 |
Full example
N/A