added migrated 2.x add-ons

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2020-09-21 01:58:32 +02:00
parent bbf1a7fd29
commit 6df6783b60
11662 changed files with 1302875 additions and 11 deletions

View File

@@ -0,0 +1,46 @@
# 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