Skip to content

Commit

Permalink
fix: add to readme
Browse files Browse the repository at this point in the history
Signed-off-by: tischober <t.schober@outlook.de>
  • Loading branch information
tischober committed May 8, 2024
1 parent 32fbe15 commit c941b08
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bundles/org.openhab.binding.jeelink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ The available init commands depend on the sketch that is running on the USB stic
| Sensor ID | Number | The ID of the connected sensor |
| Sensor Timeout | Number | The amount of time in seconds that should result in OFFLINE status when no readings have been received from the sensor |

### EMT7110 energy meter

| Parameter | Item Type | Description |
|-------------------|--------------|------------------------------------------------------------------------------------------------------------------------|
| Sensor ID | Number | The ID of the connected sensor |
| Sensor Timeout | Number | The amount of time in seconds that should result in OFFLINE status when no readings have been received from the sensor |


## Channels

### LaCrosse temperature sensors
Expand Down Expand Up @@ -145,6 +153,16 @@ The available init commands depend on the sketch that is running on the USB stic
| electricPotential | Number:ElectricPotential | The measured Electric Potential |
| powerFrequency | Number:Frequency | The measured AC power frequency |

### EMT7110 energy meter

| Channel Type ID | Item Type | Description |
|-------------------|--------------------------|---------------------------------------|
| currentPower | Number:Power | Current power draw |
| consumptionTotal | Number:Energy | Total energy consumption in kWh |
| electricCurrent | Number:ElectricCurrent | The measured Electric Current |
| electricPotential | Number:ElectricPotential | The measured Electric Potential in mA |


## Commands

### PCA301 power monitoring wireless sockets
Expand Down

0 comments on commit c941b08

Please sign in to comment.