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

added 1.8 enphaseenergy binding #483

Merged
merged 1 commit into from Nov 25, 2015
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
5 changes: 5 additions & 0 deletions distribution/pom.xml
Expand Up @@ -229,6 +229,11 @@
<artifactId>org.openhab.binding.enocean</artifactId>
<version>${oh1.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.enphaseenergy</artifactId>
<version>${oh1.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.epsonprojector</artifactId>
Expand Down
@@ -0,0 +1,8 @@
# the API Key for the Application
#enphaseenergy:key=ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEF

# the user id from the Authorization URL
#enphaseenergy:user_id=ABCDEFGHIJKLMNOPQR

# The refresh interval in milliseconds
#enphaseenergy:refresh=900000
1 change: 1 addition & 0 deletions docs/sources/addons.md
Expand Up @@ -44,6 +44,7 @@ All optional add-ons for openHAB 2 are [available in a separate download](https:
| EDS OWServer | Binding |
| Energenie | Binding |
| Enocean | Binding |
| Enphaseenergy | Binding |
| Epsonprojector | Binding |
| Exec | Binding |
| Freeswitch | Binding |
Expand Down