Skip to content

Commit a1318b1

Browse files
committed
Removed FW and PID fields.
1 parent 110585e commit a1318b1

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

adoc/dmved.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ CE:: Consumed amp hours (mAh).
3636
CS:: State of operation.
3737
DM:: Mid-point deviation of the battery bank (%/10).
3838
ERR:: Error code.
39-
FW:: Firmware version (16 bit).
4039
H1:: Depth of the deepest discharge (mAh).
4140
H2:: Depth of the last discharge (mAh).
4241
H3:: Depth of the average discharge (mAh).
@@ -66,7 +65,6 @@ MON:: DC monitor mode.
6665
MPPT:: Tracker operation mode.
6766
OR:: Off reason.
6867
P:: Instantaneous power (W).
69-
PID:: Product ID.
7068
PPV:: Panel power (W).
7169
Relay:: Relay state (on/off).
7270
SOC:: State-of-charge (%/10).

app/dmved.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ subroutine create_observ(observ, app, responses)
366366
rc = dm_request_add(request(2), responses(VE_FIELD_I))
367367
rc = dm_request_add(request(2), responses(VE_FIELD_MON))
368368
rc = dm_request_add(request(2), responses(VE_FIELD_P))
369-
rc = dm_request_add(request(2), responses(VE_FIELD_PID))
370369
rc = dm_request_add(request(2), responses(VE_FIELD_RELAY))
371370
rc = dm_request_add(request(2), responses(VE_FIELD_SOC))
372371
rc = dm_request_add(request(2), responses(VE_FIELD_T))

guide/guide.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,6 @@ following VE.Direct fields are supported, depending on the device:
26422642
| `CS` | – | State of operation. | ✓ |
26432643
| `DM` | ‰ | Mid-point deviation of the battery bank. | | ✓
26442644
| `ERR` | – | Error code. | ✓ |
2645-
| `FW` | – | Firmware version (16 bit). | ✓ | ✓
26462645
| `H1` | mAh | Depth of the deepest discharge. | | ✓
26472646
| `H2` | mAh | Depth of the last discharge. | | ✓
26482647
| `H3` | mAh | Depth of the average discharge. | | ✓
@@ -2672,7 +2671,6 @@ following VE.Direct fields are supported, depending on the device:
26722671
| `MPPT` | – | Tracker operation mode. | ✓ |
26732672
| `OR` | – | Off reason. | ✓ |
26742673
| `P` | W | Instantaneous power. | | ✓
2675-
| `PID` | – | Product ID. | ✓ | ✓
26762674
| `PPV` | W | Panel power. | ✓ |
26772675
| `Relay` | – | Relay state (on/off). | ✓ | ✓
26782676
| `SOC` | ‰ | State-of-charge. | | ✓

man/dmved.1

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: dmved
33
.\" Author: Philipp Engel
44
.\" Generator: Asciidoctor 2.0.23
5-
.\" Date: 2025-02-01
5+
.\" Date: 2025-02-02
66
.\" Manual: User Commands
77
.\" Source: DMVED
88
.\" Language: English
99
.\"
10-
.TH "DMVED" "1" "2025-02-01" "DMVED" "User Commands"
10+
.TH "DMVED" "1" "2025-02-02" "DMVED" "User Commands"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -79,11 +79,6 @@ ERR
7979
Error code.
8080
.RE
8181
.sp
82-
FW
83-
.RS 4
84-
Firmware version (16 bit).
85-
.RE
86-
.sp
8782
H1
8883
.RS 4
8984
Depth of the deepest discharge (mAh).
@@ -229,11 +224,6 @@ P
229224
Instantaneous power (W).
230225
.RE
231226
.sp
232-
PID
233-
.RS 4
234-
Product ID.
235-
.RE
236-
.sp
237227
PPV
238228
.RS 4
239229
Panel power (W).

0 commit comments

Comments
 (0)