RFX Charts in HomeSeer Touch?

Forum over de RFXCOM plugin (DUTCH forum)

Moderator: b_weijenberg

Post Reply
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

RFX Charts in HomeSeer Touch?

Post by DJF3 »

Has anyone tried to get RFX Charts to display in HomeSeer Touch?

Did it work and how?

Cheers
DJ
Alexander
Global Moderator
Global Moderator
Posts: 1532
Joined: Sat Mar 10, 2007 11:19 pm
Location: Netherlands

Re: RFX Charts in HomeSeer Touch?

Post by Alexander »

Did you something to create 5 of the same topics?
Alexander
Bwired
Administrator
Administrator
Posts: 4704
Joined: Sat Mar 25, 2006 1:07 am
Location: Netherlands
Contact:

Re: RFX Charts in HomeSeer Touch?

Post by Bwired »

strange? I deleted them.
I guess DJ has an automatic topic creater in his HA system :)
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

Re: RFX Charts in HomeSeer Touch?

Post 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.
Herbus (Jos)
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

Re: RFX Charts in HomeSeer Touch?

Post 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
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

Post 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)
DJF3
Advanced Member
Advanced Member
Posts: 895
Joined: Thu Jul 12, 2007 9:28 am
Contact:

Re: RFX Charts in HomeSeer Touch?

Post 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
Herbus
Member
Member
Posts: 363
Joined: Mon Mar 27, 2006 12:28 pm
Location: Netherlands

Re: RFX Charts in HomeSeer Touch?

Post 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
Herbus (Jos)
Wim2008
Advanced Member
Advanced Member
Posts: 718
Joined: Wed Aug 12, 2009 1:42 pm
Location: Eindhoven, Netherlands

Re: RFX Charts in HomeSeer Touch?

Post by Wim2008 »

In which map can we find the RFXUtility.aspx?
Is this still the same file to modified?

B.R. Wim :)
User avatar
b_weijenberg
Forum Moderator
Forum Moderator
Posts: 1744
Joined: Sun May 14, 2006 4:32 pm
Location: Netherlands

Re: RFX Charts in HomeSeer Touch?

Post by b_weijenberg »

C:\Program Files (x86)\HomeSeer HS2\html\RFXUSER is the directory with aspx files
Wim2008
Advanced Member
Advanced Member
Posts: 718
Joined: Wed Aug 12, 2009 1:42 pm
Location: Eindhoven, Netherlands

Re: RFX Charts in HomeSeer Touch?

Post by Wim2008 »

In that map is standing RFXUtility24h.aspx and RFXUtility365d.aspx.
And what is the neccessary URL?

B.R. Wim :)
Wim2008
Advanced Member
Advanced Member
Posts: 718
Joined: Wed Aug 12, 2009 1:42 pm
Location: Eindhoven, Netherlands

Re: RFX Charts in HomeSeer Touch?

Post 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 :)
Wim2008
Advanced Member
Advanced Member
Posts: 718
Joined: Wed Aug 12, 2009 1:42 pm
Location: Eindhoven, Netherlands

Re: RFX Charts in HomeSeer Touch?

Post 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 :)
Post Reply

Return to “Homeseer Rfxcom Plugin Forum”