Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
Combines Envoy-S Metered and Unmetered into single Envoy-S device
Unmetered devices can't report consumption so this remains blank
  • Loading branch information
ghawken committed Jun 23, 2020
1 parent 2bf005c commit d8d26d9
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 46 deletions.
2 changes: 1 addition & 1 deletion EnphaseEnvoy.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>0.2.6</string>
<string>0.2.7</string>
<key>ServerApiVersion</key>
<string>2.0.0</string>
<key>IwsApiVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions EnphaseEnvoy.indigoPlugin/Contents/Server Plugin/Devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<Option value="offline">Offline</Option>
<Option value="importing">Importing Energy</Option>
<Option value="exporting">Exporting Energy</Option>
<Option value="producing">Producing Energy</Option>
<Option value="idle">Not Producing Energy</Option>
</List>
</ValueType>
<TriggerLabel>Power Generation Status</TriggerLabel>
Expand Down
Loading

0 comments on commit d8d26d9

Please sign in to comment.