Fibaro Daikin YEAR consuption,

Hi,
Can you some one help me. I using 2 Daikin in my house and also I Have virtul device daikin in fibaro HC2.
I would like to monitor DAIKIN year energy -power consumption in my VD energy consumption. Can anyone advise me with the lua scene? string below.
My resutlt: http://192.168.1.214/aircon/get_day_power_ex

ret=OK,curr_day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,prev_1day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,curr_day_cool=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/1/0/0/0/0/0/0/0,prev_1day_cool=1/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/1/0/0/0

also I Have another API: http://IPDAIKIN/aircon/get_day_power_ex?days=2

this command retrieves the power consumption (in 0.1 kWH) of the last 2 days, separated hour by hour starting from midnight and also separated for cooling and heating. The days variable can be set up to 7 for last 7 days. The response I got was:

ret=OK,curr_day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,prev_1day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,curr_day_cool=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/1/0/0/0/0/0/0/0,prev_1day_cool=1/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/1/0/0/0

http://IPDAIKIN/aircon/get_week_power_ex

this command retrieves the power consumption (in 0.1 kWh) of the current and last week, separated day by day, the response I got was ret=OK,s_dayw=6,week_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0,week_cool=1/2/1/1/1/1/2/1/1/1/1/2/1/1

/aircon/get_year_power_ex

this command retrieves the power consumption (in 0.1 kWh) of the current and last year, separated month by month, the response I got was:

ret=OK,curr_year_heat=0/0/0/0/0/0/0/0/0/0/0/0,prev_year_heat=0/30/33/36/25/0/0/0/0/0/0/0,curr_year_cool=0/0/0/0/0/10/59/206/46/37/36/23,prev_year_cool=0/0/0/0/5/178/126/167/29/5/0/0