Search found 6 matches
- Thu Oct 31, 2019 6:28 pm
- Forum: meterN
- Topic: req_espeasy.php
- Replies: 1
- Views: 1911
req_espeasy.php
Hi Jeanmarc. I would like to monitor a pulsed electricity meter via req_espeasy.php and shelly 1, but after several attempts I didn't get anything significant. Maybe I didn't understand anything about the operation of this script. I configured shelly 1 with espeasy mega (GPIO-0), metnum 18, req_espe...
- Tue Oct 22, 2019 1:29 pm
- Forum: meterN
- Topic: how to add decimals to power values in the metern dashboard
- Replies: 8
- Views: 4551
Re: how to add decimals to power values in the metern dashboard
Hi Jeanmarc.
I would like to know, from where are taken the daily values of the energy consumed in the dashboard. Thanks.
I would like to know, from where are taken the daily values of the energy consumed in the dashboard. Thanks.
- Sat Oct 19, 2019 5:28 pm
- Forum: meterN
- Topic: how to add decimals to power values in the metern dashboard
- Replies: 8
- Views: 4551
Re: how to add decimals to power values in the metern dashboard
Hi Jeanmarc.
I made the change you suggested and it works! Thanks for your help!
Next time.
I made the change you suggested and it works! Thanks for your help!



Next time.
- Sat Oct 19, 2019 11:51 am
- Forum: meterN
- Topic: how to add decimals to power values in the metern dashboard
- Replies: 8
- Views: 4551
Re: how to add decimals to power values in the metern dashboard
The metern1.txt file contains the following lines:
1(0.00*W)
1(2567166*Wh)
1_1(231.40*V)
1_2(0.00*A)
1_3(50.00*Hz)
1_4(1.00*F).
As you can see, the power value has two decimal places after the comma. So, in theory, they should also appear in the dashboard. Or not?
Bye and thanks for the answers.
1(0.00*W)
1(2567166*Wh)
1_1(231.40*V)
1_2(0.00*A)
1_3(50.00*Hz)
1_4(1.00*F).
As you can see, the power value has two decimal places after the comma. So, in theory, they should also appear in the dashboard. Or not?
Bye and thanks for the answers.

- Fri Oct 18, 2019 12:59 pm
- Forum: meterN
- Topic: how to add decimals to power values in the metern dashboard
- Replies: 8
- Views: 4551
Re: how to add decimals to power values in the metern dashboard
I use poolerconsumi, which gives me this result: root@raspberry:/var/www/comapps/poolerconsumi 1 power 1(243*W) without decimals. #!/usr/bin/php <?php if (isset($_SERVER['REMOTE_ADDR'])) { die('Direct access not permitted'); } // This script will output a meterN compatible format for the main comman...
- Thu Oct 17, 2019 1:18 pm
- Forum: meterN
- Topic: how to add decimals to power values in the metern dashboard
- Replies: 8
- Views: 4551
how to add decimals to power values in the metern dashboard
Hi Jeanmarc.
I'm a new user of the forum. I would like to know, if possible, how you can add decimals in the power values in the metern dashboard. Thanks.
I'm a new user of the forum. I would like to know, if possible, how you can add decimals in the power values in the metern dashboard. Thanks.