Closed avdl72 closed 5 years ago
Hi,
Same here. the data is only showing day totals and not now and per hour. Before I used another script what I had to run every x seconds. Your script is much nicer but it would be nice if current power works also.
Now I use:
////Electricity $stv = $data['response']['energylinks']['0']['used']['dayTotal']; //daytotal $sta = $data['response']['energylinks']['0']['used']['po']; //actual
if(is_numeric($stv) and is_numeric($sta)){web('n',"http://1.1.1.1:88/json.htm type=command¶m=udevice&idx=9&nvalue=0&svalue=".$sta.";".($stv*1000)."" );} //real usage
Kind regards, Abel
I have just installed this plugin and noticed that the Energylink data is nor correct sliced in the dashboard.
The Dashboard of Domoticz is only showing the total value of the meter. So there are no usage values for electricity and gas. The gas and electricity are only showing the total usage of the day total.
This is the output of the error from Domoticz log and the get-sensors data: 2017-12-11 12:16:03.196 (Homewizard) Update 0:'3109.507;3432.917;429.583;952.327;0;0' (Homewizard - Electricity)