Page 1 of 1

RFXCOM interface in progress

Posted: Tue Nov 14, 2006 4:58 pm
by Willem4ever
Not really fancy, but here are some first output results of the RFXCOM receiver receiving devices in my house. All events are written to a MySQL database, and php is used to show the results realtime. The device which only reported 6 times is faulty and needs replacing.

Image

RFXCOM interface in progress

Posted: Tue Nov 14, 2006 7:44 pm
by DMB
Hello Willem,

Looks good.
Are you using a homemade interface to the rfxcom receiver, or do you use a W800 interface.
What do you mean with realtime.

I am trying to get an automatic 'refreshable' html interface without rebuilding the whole page, only the changed devices, just like the homeseer 1.7 style windowsinterface.
I've tried it with 'xml http' but this is not supported by the homeseer webserver.

DMB

RFXCOM interface in progress

Posted: Tue Nov 14, 2006 8:40 pm
by Willem4ever
i'm using mode 0xf041, i like to get and control all data by myself. Realtime means that what whatever is in the database as the latest status, that is what will be displayed. The webpage refreshes itself every 120 seconds, and it rebuilds that whole page. For now this will do. I haven't looked into other techniques yet. I'm using dreamweaver for the 'design' and add the php code in where i want it.

The collector or 'readrfx' as i call it, is written in C, is currently ~ 600 lines of code, and runs as a deamon under linux.

Willem.

RFXCOM interface in progress

Posted: Sat Apr 07, 2007 7:25 pm
by Snelvuur
Willem, do you have any documentation on how you managed to get things to work on linux? Since i presume your program is not public? Would be nice to see some more howto pages for HA which are not from 2001/2002 :)

RFXCOM interface in progress

Posted: Sat May 05, 2007 11:53 pm
by Willem4ever
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by snelvuur</i>
<br />Willem, do you have any documentation on how you managed to get things to work on linux? Since i presume your program is not public? Would be nice to see some more howto pages for HA which are not from 2001/2002 :)
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

Going thru some old posts. i found snelvuur's question, unfortunately there is no documentaton for this homebrewed software. However it is pretty easy to get a RFXCOM receiver to work under Linux. If there is anything specificly please let me know.

RFXCOM interface in progress

Posted: Sun May 06, 2007 12:35 am
by Snelvuur
Well i'am still busy with my ctx35 and perl.. once i get that done i think i will do the same with a rfxcom too.

RFXCOM interface in progress

Posted: Sat Jun 16, 2007 3:07 pm
by Snelvuur
Willem, i got it to work with the xpl-rfxcom from the xpl-perl package. I have now graphs, and i can see my x10 messages coming in too ;)

RFXCOM interface in progress

Posted: Sat Jun 16, 2007 6:11 pm
by TANE
Willem,
This can be a great plugin for Homeseer...:)
My extra addon wish will then be
click on device and see all the events from the past for the selected device

Enver

RFXCOM interface in progress

Posted: Sat Jun 16, 2007 9:34 pm
by Snelvuur
Enver, this is a linux tool. Dont know if it will be windows.. :-)

RFXCOM interface in progress

Posted: Sat Jun 16, 2007 9:53 pm
by Willem4ever
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Chak</i>
<br />Willem,
This can be a great plugin for Homeseer...:)
My extra addon wish will then be
click on device and see all the events from the past for the selected device

Enver

<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

This is indeed a linux tool ... have no clue how to create homeseer plugins