Yes the graph makes the difference between 2 samples.
You can still make a meter type for a battery but the counter shall always increase. I believe you need two meters 'battery charge' & 'battery discharge'
Search found 2130 matches
- Mon Apr 12, 2021 5:08 pm
- Forum: meterN
- Topic: Battery storage
- Replies: 11
- Views: 4908
- Mon Apr 12, 2021 3:57 pm
- Forum: Power-one inverters
- Topic: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
- Replies: 13
- Views: 277
Re: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
no offence, but please read some basis, it will be useful
- Mon Apr 12, 2021 2:07 pm
- Forum: Power-one inverters
- Topic: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
- Replies: 13
- Views: 277
Re: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial

Code: Select all
ln -s /path to modpoll/modpoll /usr/bin/modpoll
chmod +x modpoll
- Mon Apr 12, 2021 1:39 pm
- Forum: Power-one inverters
- Topic: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
- Replies: 13
- Views: 277
Re: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
make a link : ln -s /srv/http/comapps/modpoll /usr/bin/modpoll and chmod +x modpoll
- Mon Apr 12, 2021 8:35 am
- Forum: 123solar
- Topic: modification of the indication table
- Replies: 14
- Views: 305
Re: modification of the indication table
no prob
Is your total meter precise enough .001 kWh ?

Is your total meter precise enough .001 kWh ?
- Mon Apr 12, 2021 7:46 am
- Forum: 123solar
- Topic: modification of the indication table
- Replies: 14
- Views: 305
Re: modification of the indication table
hmm maybe force the value to float $G2P = round(($G2V*$G2A),2); same for $G3P
You can uncomment the line 91 and 116
then type php kaco.php from the command line. BTW $KWHT is the total counter (a Wh precision is needed)
You can uncomment the line 91 and 116
Code: Select all
if (isset($KWHT)) {
echo "
....
";
}
- Mon Apr 12, 2021 6:01 am
- Forum: 123solar
- Topic: modification of the indication table
- Replies: 14
- Views: 305
Re: modification of the indication table
What 'test communication' return ?
BTW, i notice that the total coutner wasn't precise enough on previous attempt and the value should always increase.
I'm sure sure it is your the case actually

I'm sure sure it is your the case actually
- Sun Apr 11, 2021 7:59 pm
- Forum: meterN
- Topic: mN 1.2.3: More than 8 graph's?
- Replies: 3
- Views: 90
Re: mN 1.2.3: More than 8 graph's?
yes i've done it, i guess 8 was enough.. it'll be 16
- Sun Apr 11, 2021 7:58 pm
- Forum: 123solar
- Topic: modification of the indication table
- Replies: 14
- Views: 305
Re: modification of the indication table
<?php /** * /srv/http/123solar/scripts/protocols/kaco.php * * @package default */ if (!defined('checkaccess')) {die('Direct access not permitted');} // For KACO Powador (work in progress) $CMD_RETURN = ''; // Always initialize $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://${'ADR'.$i...
- Sun Apr 11, 2021 5:41 pm
- Forum: Power-one inverters
- Topic: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
- Replies: 13
- Views: 277
Re: 123solar and Modbus TCP with FIMER (formerly ABB) UNO DM without serial
Do you use the latest version ? It should be available.
Nothing to change except the IP.
Nothing to change except the IP.