Skip to content

Commit c2f9738

Browse files
author
Stefan Willmeroth
committed
discovered the meaning of unknown1 parameter in PCM60X
1 parent f8fcf75 commit c2f9738

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FHEM/70_MppSolarPCM.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Copyright notice
2525
#
26-
# (c) 2018 Stefan Willmeroth <swi@willmeroth.com>
26+
# (c) 2020 Stefan Willmeroth <swi@willmeroth.com>
2727
#
2828
# This script is free software; you can redistribute it and/or modify
2929
# it under the terms of the GNU General Public License as published by
@@ -55,10 +55,10 @@ my @MppSolarPCM_gets = (
5555
'batteryVoltage', # V
5656
'batteryChargeAmps', # A
5757
'externalBatteryVoltage', # V
58-
'unknown1',
58+
'pvCurrentAmps', # A
5959
'pvPower', # W
6060
'heatsinkTemp', # C
61-
'unknown2',
61+
'unknown1',
6262
'batteryTemp', # C
6363
'nextEqualisation', # days
6464
'deviceStatus', # bits unknown

controls_pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
UPD 2019-09-09_16:43:22 14922 FHEM/70_MppSolarPip.pm
2-
UPD 2020-03-14_15:30:03 10376 FHEM/70_MppSolarPCM.pm
2+
UPD 2020-04-13_11:23:18 10400 FHEM/70_MppSolarPCM.pm

0 commit comments

Comments
 (0)