Page 1 of 1

RFX Charts in HomeSeer Touch?

Posted: Wed Dec 22, 2010 4:43 pm
by DJF3
Has anyone tried to get RFX Charts to display in HomeSeer Touch?

Did it work and how?

Cheers
DJ

Re: RFX Charts in HomeSeer Touch?

Posted: Wed Dec 22, 2010 6:24 pm
by Alexander
Did you something to create 5 of the same topics?

Re: RFX Charts in HomeSeer Touch?

Posted: Wed Dec 22, 2010 7:50 pm
by Bwired
strange? I deleted them.
I guess DJ has an automatic topic creater in his HA system :)

Re: RFX Charts in HomeSeer Touch?

Posted: Wed Dec 22, 2010 10:38 pm
by Herbus
Hi DJ,

I'm just trying to get the same issue solved.
If you use this command in an event:
hs.URLAction("http://192.168.1.10:81/RFXCharts/WeightO.aspx","GET","","")

four png files are stored in html\rfxcharts\charttemp

It should also be possible to change the aspx files in RFXUSER but I didn't get that far.

Re: RFX Charts in HomeSeer Touch?

Posted: Thu Dec 23, 2010 12:20 pm
by DJF3
Strange! I only submitted the msg once..

Well, what Herbus suggested is actually what I was looking for. I can schedule an event that creates new charts so I can use these in HST.

Thank you!
DJ

Posted: Thu Dec 23, 2010 12:41 pm
by Herbus
That's how it works. The only issue is that the standard png has a legenda. I'm still looking for a way to customize the graph so it fits better on my screen ( e.g. Without legenda)

Re: RFX Charts in HomeSeer Touch?

Posted: Fri Dec 24, 2010 3:41 pm
by DJF3
The RFX Chart scripts located in RFXUSER can be modified pretty easily. NOTE: This doesn't change the charts generated in the ChartTemp directory!

Problem:

Code: Select all

Could not load file or assembly 'netchartdir' or one of its dependencies. The system cannot find the file specified.
SOLUTION: copy the netchartdir.dll and .xml file to the \html\bin directory (xml file might not be required)

File modified: RFXUtility.aspx

Lines removed (by prefixing them with a single quote ' )

Code: Select all

                '.addText(800, 30, "Version: " & swversion)
                '.addLegend(620, 50, False)
                '.addText(620, 200, "Totals last 24 hours:", "bold", 10)
                '.addText(640, 220, "Cost  : " & FormatCurrency(kwhcostdata, 2))
                '.addText(640, 240, "Power: " & CStr(Math.Round(kwhtotaluse, 2)) & " kWh")
Change chart size
replace
New XYChart(880, 300
with
New XYChart(600, 300

Cheers
DJ

Re: RFX Charts in HomeSeer Touch?

Posted: Thu Dec 30, 2010 12:33 am
by Herbus
Hi DJ,

It's quite easy to change the aspx files. Thanks for sharing. How are the results on your touchscreen?
Do you use the url to the aspx page in HST or were you able to export a png file?

Tnx

Re: RFX Charts in HomeSeer Touch?

Posted: Thu Oct 13, 2011 4:22 pm
by Wim2008
In which map can we find the RFXUtility.aspx?
Is this still the same file to modified?

B.R. Wim :)

Re: RFX Charts in HomeSeer Touch?

Posted: Thu Oct 13, 2011 5:52 pm
by b_weijenberg
C:\Program Files (x86)\HomeSeer HS2\html\RFXUSER is the directory with aspx files

Re: RFX Charts in HomeSeer Touch?

Posted: Thu Oct 13, 2011 6:54 pm
by Wim2008
In that map is standing RFXUtility24h.aspx and RFXUtility365d.aspx.
And what is the neccessary URL?

B.R. Wim :)

Re: RFX Charts in HomeSeer Touch?

Posted: Mon Oct 24, 2011 7:00 pm
by Wim2008
Last weekend I tried again to make a copy of the RFX charts to Homeseer touch. I can't clear that. Is there someone who can help me, how to do this?

Also if I make a URL to a fixed picture, in HStouch the new picture will not arrive. Has someone a solution for this problem.

B.R. Wim :)

Re: RFX Charts in HomeSeer Touch?

Posted: Fri Dec 02, 2011 11:24 pm
by Wim2008
I found a solution for bring the RFX charts into HStouch.
Use the next url for a chart into a imagebox::

http://192.168.2.37:81/RFXCharts/ChartTemp/wh01.png

In the folder ChartTemp are more png-files which give the total weather report from RFXcom.
Refreshing is possible after calling the page again.

B.R. Wim :)