Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shelly]Enhancements and bug fixes #6764

Merged
merged 15 commits into from Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions bundles/org.openhab.binding.shelly/README.md
Expand Up @@ -129,6 +129,9 @@ end
|----------|-------------|---------|---------|---------------------------------------------------------------------------------|
|relay |output |Switch |r/w |Controls the relay's output channel (on/off) |
| |input |Switch |yes |ON: Input/Button is powered, see General Notes on Channels |
|sensors |temperature1 |Number |yes |Temperature value of external sensor #1 (if connected to device) |
| |temperature2 |Number |yes |Temperature value of external sensor #2 (if connected to device) |
| |temperature3 |Number |yes |Temperature value of external sensor #3 (if connected to device) |

### Shelly 1PM (thing-type: shelly1pm)

Expand All @@ -143,6 +146,9 @@ end
| |lastPower3 |Number |yes |Energy consumption in Watts for a round minute, 3 minutes ago |
| |totalKWH |Number |yes |Total energy consumption in Watts since the device powered up (reset on restart) |
| |timestamp |String |yes |Timestamp of the last measurement |
|sensors |temperature1 |Number |yes |Temperature value of external sensor #1 (if connected to device) |
| |temperature2 |Number |yes |Temperature value of external sensor #2 (if connected to device) |
| |temperature3 |Number |yes |Temperature value of external sensor #3 (if connected to device) |

### Shelly EM (thing-type: shellyem)

Expand Down