Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
bumped version to 0.5.1, added note about DZG smart meter
Browse files Browse the repository at this point in the history
  • Loading branch information
gonium committed Aug 17, 2017
1 parent dfd0544 commit 7361b08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ manuals for yourself, I could be wrong):
| SDM630 v1 | 3 | + | + | + | + | + | + | + | + |
| SDM630 v2 | 3 | + | + | + | + | + | + | + | + |
| Janitza B23 | 3 | + | + | + | + | + | + | - | - |
| DZG DVH4013 | 3 | + | + | - | - | + | + | - | - |

Please note that voltage, current, power and power factor are always
reported for each connected phase.
Expand All @@ -41,6 +42,14 @@ reported for each connected phase.
systems.
* Janitza B23: These meters have a higher update rate than the Eastron
devices, but they are more expensive.
* DZG DVH4013: This meter does not provide raw phase power measurements
and only aggregated import/export measurements. The meter is only
partially implemented and not recommended. If you want to use it: By
default, the meter communicates using 9600 8E1 (comset 5). The meter ID
is derived from the serial number: take the last two numbers of the
serial number (top right of the device), e.g. 23, and add one (24).
Assume this is a hexadecimal number and convert it to decimal (36). Use
this as the meter ID.

Some of my test devices have been provided by [B+G
E-Tech](http://bg-etech.de/) - please consider to buy your meter from
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/gonium/gosdm630/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package sdm630

const (
RELEASEVERSION = "0.5.0"
RELEASEVERSION = "0.5.1"
)

0 comments on commit 7361b08

Please sign in to comment.