I am using arduino client example.
I have used "1.0.98.1.0.255" for last month data, it has huge data, In my application I need only Last month KW, KWH and KVAH, Is there any other OBIS or method, So I get small amount of data which is required for last month data. I tried to search, but didn't find anything.
I have an another query:
In monthly billing data there is data for TZ1 to TZ8, for example have data for obis 1.0.1.8.1.255 to 1.0.1.8.8.255. what is the meaning of these data exactly, what is Time Zone, what's its period, etc?
I also searched for this info, but didn't get exact answer for it.
In monthly billing data there is data for TZ1 to TZ8, for example have data for obis 1.0.1.8.1.255 to 1.0.1.8.8.255. what is the meaning of these data exactly, what is Time Zone, what's its period, etc?
I also searched for this info, but didn't get exact answer for it.
Some meters are using digit e (1.0.1.8.e.255) to read data using normal read from a given period. The period depends on the meter manufacturer.
Example:
When e is 1 it's a normal read.
When e is 2 it can be last mont. When e is 3 it can be 2th last mont and so on.
But you need to check this from the meter manual because meters are behaving differently.
Hi,
Hi,
You can use ReadRowsByEntry or ReadRowsByRange method to read only values that you need.
Just give start and end times for ReadRowsByRange.
BR,
Mikko
And what about this:
And what about this:
In monthly billing data there is data for TZ1 to TZ8, for example have data for obis 1.0.1.8.1.255 to 1.0.1.8.8.255. what is the meaning of these data exactly, what is Time Zone, what's its period, etc?
I also searched for this info, but didn't get exact answer for it.
Hi,
Hi,
If your meter is supporting TZ, then you can use it. Time-zone is included for the date-time object. You can get more information here:
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSClock
Period you can read from the profile generic object.
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSProfileGeneric
BR,
Mikko
I didn't get what I needed
I didn't get what I needed from these links, Could you explain what these obis code(1.0.1.8.1.255 to 1.0.1.8.8.255) meaning in detail.
Thank You
Hi,
Hi,
Some meters are using digit e (1.0.1.8.e.255) to read data using normal read from a given period. The period depends on the meter manufacturer.
Example:
When e is 1 it's a normal read.
When e is 2 it can be last mont. When e is 3 it can be 2th last mont and so on.
But you need to check this from the meter manual because meters are behaving differently.
BR,
Miko