Skip to content

Commit a2dd49f

Browse files
authored
Sensor description updated
1 parent e50d0e4 commit a2dd49f

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a companion integration to the [Dabbler.dk](http://dabbler.dk/) MEP modu
99

1010
## Hardware
1111
Communication is done through a hardware module built by the two enthusiasts, Gert and Graves, at [Dabbler.dk](http://dabbler.dk/), which plugs into the MEP port of the meter.
12-
The MEP protocol documentation is now released, and it is expected that Dabbler.dks hardware and firmware for it will soon be published too.
12+
The MEP protocol documentation is now released. How to build the hardware and the firmware for it is published in their [Github repositories](https://github.com/DabblerDK).
1313
Read more about it at [their blog](https://www.dabbler.dk/index.php/blog/).
1414

1515

@@ -42,31 +42,34 @@ Adjustable from 5 seconds to an hour (maybe even lower when tested better).
4242
## State and attributes
4343
For each MEP modules connected to, it presents two devices. One to represent the MEP module and one to represent the meter.
4444

45-
MEP module sensors:
45+
**MEP module sensors**
4646
* MEP Connection (true if latest request succeeded)
4747
* MEP Problem (true if the data returned is not as expected)
4848

49-
Meter sensors, consumption:
49+
**Meter sensors**
50+
Consumption (Forward):
5051
* Energy consumption [kWh] (same value as in the display)
5152
* Power [W] (total, all phases)
5253
* L1 power [W]
5354
* L2 power [W]
5455
* L3 power [W]
56+
57+
Returned to grid (Reverse):
58+
* Energy returned [kWh]
59+
* Power returned (all phases) [W]
60+
* L1 power returned [W]
61+
* L2 power returned [W]
62+
* L3 power returned [W]
63+
64+
Other:
5565
* L1 current [A]
5666
* L2 current [A]
5767
* L3 current [A]
5868
* L1 voltage [V]
5969
* L2 voltage [V]
6070
* L3 voltage [V]
6171
* Frequency [Hz]
62-
63-
Meter sensors, returned to grid:
64-
* Energy returned [kWh]
65-
* Power returned (all phases) [W]
66-
* L1 power returned [W]
67-
* L2 power returned [W]
68-
* L3 power returned [W]
69-
72+
7073
Only energy consumption and total power are enabled by default, but you can enable and disable as you wish.
7174

7275

0 commit comments

Comments
 (0)