Hi,
I am trying AMI4 with push notifications from meter. I am getting the Byte Codes from the meter.
Can I get sample template of C# script for AMI4? What should be the default name of script class/functions and what are the parameters and how it should return the calculated data to server?
Best Regards,
Gaurang
HI Gaurang, There are some…
HI Gaurang,
There are some differences between the push messages. Can you add the example from the push message that your meter is sending?
BR,
Mikko
Hi Mikko, Thank you for…
Hi Mikko, Thank you for quick reply.
Please find my push data as below.
Client Connected.
<- 00 01 00 01 00 40 00 4E DB 08 49 42 45 30 36 39 30 30 43 30 00 02 2B 37 5E B0 4E A3 70 A1 B5 32 CD A6 B6 2F E0 1A 19 13 5B 8B A3 D9 FF A2 5B EE 40 3F 80 A7 A6 6D 51 73 A5 9A 7B C7 56 60 07 FC 44 26 48 00 8F 58 22 49 DF D6 45 BD 7B 5A 43 DD 36 A0 91 5F 27 8D
Push Setup OBIS: 0.1.25.9.0.255
Time: 03/04/25, 5:31:21 am
Logical Name: 0.1.25.9.0.255
Value: [B@43145140
<Structure Qty="03" >
<OctetString Value="07E9040203121F15FF014A00" />
<OctetString Value="0001190900FF" />
<OctetString Value="746573743132" />
</Structure>
Client Disconnected.
I am able to make it for Java client.
I am looking for some sample template which can be used as Script in AMI4.
Best Regards,
Gaurang