Search found 4 matches

by nnylund
Sunday 11 December 2016 9:31
Forum: PHP and all others
Topic: Generate custom charts server side?
Replies: 9
Views: 5060

Re: Generate custom charts server side?

This is how I update the rrd database using lua if someone is interested in doing the same. function Round(num, idp) return tonumber(string.format("%." ..(idp or 0).. "f", num)) end commandArray = {} sUtetemp = Round(otherdevices_temperature['Ute'], 2) sAcktanktopp = Round(otherdevices_temperature ...
by nnylund
Sunday 11 December 2016 9:27
Forum: PHP and all others
Topic: Generate custom charts server side?
Replies: 9
Views: 5060

Re: Generate custom charts server side?

I solved it by updating a rrd database using a lua script and generating graphs using rrdtool.

However it would be nice to be able to generate the domoticz charts server side using highcharts.
Does anyone know if it is possible?
by nnylund
Monday 05 December 2016 12:54
Forum: PHP and all others
Topic: Generate custom charts server side?
Replies: 9
Views: 5060

Generate custom charts server side?

Hi I wonder if there is a way to generate the same custom charts available via the domoticz webGUI but on the server side? I wish to publish png's or jpg's on a static web page. It seems domoticz use an online service (http://www.highcharts.com/) to generate the charts. Could the PhantomJS script be ...
by nnylund
Tuesday 20 September 2016 8:00
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 639156

Re: Domoticz app 2.0

Sorry if this has been asked before.

Would be great if the app could be used to access Domoticz via the MyDomoticz proxy. Any chance for that in the future?

Thanks!