Page 1 of 1

RFXCOM and data from units that I do not own..

Posted: Sat May 03, 2008 2:09 pm
by Noel
I'm receiving a lot of other 'data' from units that I do not own.

One of the interesting things is from some weather station(s).
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
583A0D000670112460022DF1 WIND3[1536] STR918,WGR918 addr:06 direction 117 ESE speed 2.4 m/sec 2 Bft av. speed 2.6 m/sec 2 Bft battery 100% full bits=88
583A0D0006901216600231F4 WIND3[1536] STR918,WGR918 addr:06 direction 129 SE speed 1.6 m/sec 2 Bft av. speed 2.6 m/sec 2 Bft battery 100% full bits=88
583A0D000680102260022B63 WIND3[1536] STR918,WGR918 addr:06 direction 108 ESE speed 2.2 m/sec 2 Bft av. speed 2.6 m/sec 2 Bft battery 100% full bits=88
583A0D0006201016000222FB WIND3[1536] STR918,WGR918 addr:06 direction 102 ESE speed 1.6 m/sec 2 Bft av. speed 2 m/sec 2 Bft battery 100% full bits=88
583A0D000670091200022BD0 WIND3[1536] STR918,WGR918 addr:06 direction 97 E speed 1.2 m/sec 1 Bft av. speed 2 m/sec 2 Bft battery 100% full bits=88
583A0D000620071200022459 WIND3[1536] STR918,WGR918 addr:06 direction 72 ENE speed 1.2 m/sec 1 Bft av. speed 2 m/sec 2 Bft battery 100% full bits=88
583A0D000690071200022BE6 WIND3[1536] STR918,WGR918 addr:06 direction 79 E speed 1.2 m/sec 1 Bft av. speed 2 m/sec 2 Bft battery 100% full bits=88<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

Anyone here who can explain to me how I can use / log this data to a MySQL or so?

I'm also using the RFXCOM receiver in combination of HomeSeer. Maybe some plugin for HomeSeer can do this?

Thank you

--
Never start anything you can't fi

RFXCOM and data from units that I do not own..

Posted: Sat May 03, 2008 2:46 pm
by b_weijenberg
The RFXCOM plugin is able to configure that device. The script RFXCOM2.vb delivered with the plugin samples the data in a database and the RFXWeather.aspx web page (also delivered with the plugin) can chart the recorded data.

Bert

RFXCOM and data from units that I do not own..

Posted: Wed May 07, 2008 9:35 am
by DJF3
Hi,

You can checkout my Toilet flush script. It is triggered by an event that writes some data to an MS Access database. The data written is 'fixed' but by modifying the script you should be able to write the device status or value.
http://www.domoticaforum.eu/topic.asp?TOPIC_ID=857

Looking at the logging above either the device status or value contains the following data:
<font face="Courier New">direction 117 ESE speed 2.4 m/sec 2 Bft av. speed 2.6 m/sec 2 Bft battery 100% full</font id="Courier New">

In that case you might have to write some code that splits this string :
direction: 117 ESE
speed: 2.4
BF: 2
avspeed: 2.6
avBF: 2
Battery: 100

Then you can write these values in the appropriate fields.
First try to write the whole string into one field. If that works out, then start splitting it.

What (Oregon?) device are you using to do this?

Thanks!
bye
DJ

RFXCOM and data from units that I do not own..

Posted: Wed May 07, 2008 10:30 am
by Noel
Hi DJF3-2,

I'll have a look at your script later today.
As I'm using MySQL, I will probably need to recode the script (should be no problem for me)
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">What (Oregon?) device are you using to do this?<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
I do not know. I live in an area where I receive a lot of 'strange' data from other people.
One of the things that I receive is the one shown in my 1st post.

--
Never start anything you can't fi

RFXCOM and data from units that I do not own..

Posted: Thu May 08, 2008 9:51 am
by DJF3
Haha.. That's pretty cool.. You get the data but don't have to pay for it. Have to admit that I'm also getting the outside temp/humidity that's not 'mine' ;-)

RFXCOM and data from units that I do not own..

Posted: Sun May 11, 2008 12:27 pm
by Noel
For fun I've moved the antenna from my receiver outside, and look what just poped up in my logfile: <b>BWR102 Body Weight Monitor</b>
Again I've got no clue who's this is, but aftere receiving some more data I will know "it's" weight :-)

--
Never start anything you can't fi

RFXCOM and data from units that I do not own..

Posted: Sun May 11, 2008 2:51 pm
by Bwired
[:D] BWR102 is only sending when somebody steps on the scale, so you should have got the weight.

RFXCOM and data from units that I do not own..

Posted: Sun May 11, 2008 6:23 pm
by Niknik
Would be nice if it could receive the weight data from the Wii Fit board as well. ;)

RFXCOM and data from units that I do not own..

Posted: Sun May 11, 2008 9:52 pm
by rwitkamp
I can see the weight of my neigbours sometimes. My neighbour was quite surprised when I asked him who in his household weights exactly 65.2 kilograms ;-)

RFXCOM and data from units that I do not own..

Posted: Mon May 12, 2008 3:27 pm
by Noel
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Bwired</i>
<br />[:D] BWR102 is only sending when somebody steps on the scale, so you should have got the weight.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

Oooopsss..
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">197kg unknown Sensor ? [26 BWR102 Body Weight Monitor Today 1:36:40 AM <hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

--
Never start anything you can't fi

RFXCOM and data from units that I do not own..

Posted: Mon May 12, 2008 3:29 pm
by b_weijenberg
max weight of the BWR102 is 150kg. Because the BWR102 has no checksum it can happen that a wrong data packet is decoded as a BWR102 which is certainly the case here.

RFXCOM and data from units that I do not own..

Posted: Wed Jan 21, 2009 9:13 pm
by DJF3
Talking about 'devices that you don't own':
Since a few days both jruys and myself <i>suddenly</i> receive a signal from a WEIGHT1[0]W device.

The device-value/string doesn't seem to get updated

Is this a bug or does Aldi happen to sell BWR102 compatible devices and now everybody is getting one?

Thanks!
DJ

RFXCOM and data from units that I do not own..

Posted: Wed Jan 21, 2009 10:29 pm
by b_weijenberg
The oregon scales don't have a checksum and non valid noise packets can therefore be reported as a WEIGHT1 or WEIGHT2. Just ignore these packets.