FroggyRita.pm

FroggyRita

SYNOPSIS

NONE

DESCRIPTION

Module to interface with the little froggy named Rita from the company FroggyHome.

This device shaped like a frog, will gather interior temperature, pressure and humidity. The company is based in Europe (France), but do ship in North America, at least they did ship to my little town in Canada

To see more information about it, please visit http://www.froggyhome.com

I like to thanks support people who were kind to send me the protocol to write the module, especially Philippe Monceyron.

This device use serial port and operates at 300 baud, the module will provide a new measurement every minute. It cannot produce at a faster rate. From their site:

Rita is very nice, but she is very hard working and full of fight, imagine, every 6.5 seconds she measures the absolute pressure, air humidity and air temperature, that 8 times one after the other and finally calculates the average and waits for the request of your PC to transmit the result, after that she restarts for 8 measurements of the 3 data.

It took about 2 minutes after mh is started to get the 1st data. the first minute initialize the devices, and then we need 1 more minute to get the data

It is very easy to use. Just define 2 parameters in mh.ini. See the examples on how to gather data

The device will return 4 values, from a call to GetData:

Temperature, pressure, humidity and time

NOTE: The time value is the time when the data was retrieved from the frog, not the time you ask the data.

To get a good accuracy on pressure, you have to provide an altitude parameter. NOTE: altitude parameter is in meters.

INHERITS

Generic_Item

METHODS

UnDoc

INI PARAMETERS

 FroggyRita_serial_port=/dev/ttyM7              # serial port
 FroggyRita_altitude=450                        # altitude in meters (feet*.3048)

AUTHOR

UNK

SEE ALSO

See froggy_rita.pl in code/common

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

 FroggyRita.pm