Hello, if it can be useful for you, I added a parameter to sdm120c communication program to set stop bits
https://github.com/gianfrdp/SDM120C
Search found 30 matches
- Tue Aug 18, 2015 10:40 pm
- Forum: M-Bus S-Bus Modbus meters
- Topic: EASTRON SDM120C - RS485 Modbus meter
- Replies: 93
- Views: 70338
- Wed Apr 08, 2015 4:59 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
Hello, there is a problem on new version [08-Apr-2015 17:49:14 Europe/Rome] PHP Warning: include(../scripts/memory.php): failed to open stream: No such file or directory in /var/www/metern0.7.5/admin/admin.php on line 43 [08-Apr-2015 17:49:14 Europe/Rome] PHP Warning: include(): Failed opening '../s...
- Thu Mar 12, 2015 1:31 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
OK.
Also
Also
Code: Select all
$output = glob($dir . '*.csv');
- Tue Mar 10, 2015 1:11 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
It's clear now... after update to 0.7.4 I didn't see midnight values, till today :D Now I can see Live (#843): Array ( [UTC] => 1425989157 [PDC1] => 148.3 [FV2] => 0 [OLD_PDC3] => 0 ) Indicators (#844): Array ( [Power1] => 151.6 ) Memory (#845): Array ( [Mailflag1] => [Mailflag2] => [Mailflag3] => [...
- Mon Mar 09, 2015 5:34 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
Sure, I could read dailycount from programs/programtotal.php , but having meterN and 123solar on 2 different machines, I wrote a php page on 123solar to read meterN data ( live and dailycount ). I worte also a php program on meterN to read and serve live and dailycount to 123solar, using shmop for l...
- Mon Mar 09, 2015 4:07 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
If I understood well, Dailycount will be available only at midnight. Right?
But I was asking if it was possible to have partial Dailycount (like on Dashboard page) available on shmop during all day.
Thanks
But I was asking if it was possible to have partial Dailycount (like on Dashboard page) available on shmop during all day.
Thanks
- Mon Mar 09, 2015 1:55 pm
- Forum: meterN
- Topic: meterN 0.7
- Replies: 132
- Views: 72859
Re: meterN 0.7
Thank you.
Can I ask you to add also Dailycount to shmop?
Thanks
Can I ask you to add also Dailycount to shmop?
Thanks
- Mon Mar 02, 2015 1:51 pm
- Forum: M-Bus S-Bus Modbus meters
- Topic: EASTRON SDM120C - RS485 Modbus meter
- Replies: 93
- Views: 70338
Re: EASTRON SDM120C - RS485 Modbus meter
Thank you... if possible also Daily count.
Thanks
Thanks
- Sun Mar 01, 2015 11:18 pm
- Forum: M-Bus S-Bus Modbus meters
- Topic: EASTRON SDM120C - RS485 Modbus meter
- Replies: 93
- Views: 70338
Re: EASTRON SDM120C - RS485 Modbus meter
Hello,
I was using programtotal.php to read total energy without phisically reading csv files.
It would be good if totalcount was on shmop.
But I can read them.
No problem
Thank you
I was using programtotal.php to read total energy without phisically reading csv files.
It would be good if totalcount was on shmop.
But I can read them.
No problem
Thank you
- Wed Feb 25, 2015 2:31 pm
- Forum: Others inverters
- Topic: SDM120C RS485 meter as 123solar input
- Replies: 0
- Views: 8850
SDM120C RS485 meter as 123solar input
Hello, as I said on meterN threads, I developed a C program to read EASTRON SDM120C RS485 meter. This meter could be used also to read PV production, for those inverters not directly supported, connecting it on AC inverter output. Obviously, in this case, we would have only AC values, not DC. So, he...