Nmi with multiple meters, do not return the meter number.
Closed this issue · 8 comments
pantlavanya commented
Is there a way to get meter for individual row for meters?
For Example: If data is coming for 3 meter which are associated to single NMI. It just return only 1 row without meter number.
aguinane commented
It will return the data for all three meters grouped by channel (which will be different for each meter). But the serial number of the meter doesn’t get added to the row.
… On 1 Jul 2019, at 21:48, Lavanya Pant ***@***.***> wrote:
Is there a way to get meter for individual row for meters?
For Example: If data is coming for 3 meter which are associated single NMI. It just return only 1 row without meter number.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
pantlavanya commented
Hi Alex,
Thanks for your reply. I have find a way to achieve this.
After modifying some of the files, I am able to get serial number.
Can I send a PR for this?
aguinane commented
Yep send through and ill have a look
… On 10 Jul 2019, at 03:12, Lavanya Pant ***@***.***> wrote:
Hi Alex,
Thanks for your reply. I have find a way to achieve this.
After modifying some of the files, I am able to get serial number.
Can I send a PR for this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
pantlavanya commented
Hi Alex,
Please find PR :- #11
It is working for both type NEM12, NEM13.
I may not be perfect, let me know if I can improve it.
pantlavanya commented
This feature is added and the request is been merged
Thanks Alex.
pantlavanya commented
Hi Alex,
Hope your doing good.
You have merge the branch to develop,
It is possible it to sink develop with master?
aguinane commented
I've pushed a new version to pypi
pantlavanya commented
Thanks Alex.