Page 1 of 1

Outdoor wifi thermometer - igrometer

Posted: Wed Jan 15, 2014 1:19 pm
by Massi
Hi all,
i'm looking for a cheap outdoor wifi thermometer and i simply can't find one :)
I need something wifi because i want to fetch informations from my nas and match them with my heating system.
Any suggestion?
Thanks :)

Re: Outdoor wifi thermometer - igrometer

Posted: Wed Jan 15, 2014 10:19 pm
by 123unlock
what kind of nas you have ? if it's running Linux and have usb port then maybe you can get an rfxtrx433 and connect that one to the NAS
now you can add some cheap Oregon sensors working on 433mhz to it.. an other pro is you can also add some kaku devices to switch lights etc :)

Re: Outdoor wifi thermometer - igrometer

Posted: Wed Jan 15, 2014 10:24 pm
by Massi
123unlock wrote:what kind of nas you have ? if it's running Linux and have usb port then maybe you can get an rfxtrx433 and connect that one to the NAS
now you can add some cheap Oregon sensors working on 433mhz to it.. an other pro is you can also add some kaku devices to switch lights etc :)
it's a qnap.
it has linux and usb, but it's not a standard linux so it could be not immediate to get something to work with it :)
i didn't know rfxtrx433, really nice.. even if it's not just "cheap" :)

Re: Outdoor wifi thermometer - igrometer

Posted: Thu Jan 16, 2014 5:54 pm
by sj3fk3
Massi wrote: it's a qnap.
it has linux and usb, but it's not a standard linux so it could be not immediate to get something to work with it :)
i didn't know rfxtrx433, really nice.. even if it's not just "cheap" :)
My guess is that a combination of rfx433 and a Oregon sensor is going to be cheaper than any wifi enabled sensor you might find, specially if you also want a sensor for in the house or any other place. The rfxcm stuff only needs FT232 support to work, afaik that's in most kernels.

Qnap-412

[~] # cat /proc/version
Linux version 2.6.33.2 (root@NasX86-14) (gcc version 4.2.1) #1 Fri Jul 26 12:13:40 CST 2013

[~] # lsusb -vv -s 1:3

Bus 001 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6001 FT232 USB-Serial (UART) IC
bcdDevice 6.00
iManufacturer 1 RFXCOM
iProduct 2 RFXtrx433

Re: Outdoor wifi thermometer - igrometer

Posted: Thu Jan 16, 2014 6:25 pm
by Massi
are you saying you have a rfx433 working on a qnap 412?
how do you fetch informations from the device?
thanks :)

Re: Outdoor wifi thermometer - igrometer

Posted: Wed Feb 05, 2014 5:30 pm
by jeroen_
Massi wrote:are you saying you have a rfx433 working on a qnap 412?
how do you fetch informations from the device?
thanks :)
You could of course just run a real distribution on it ;)

http://www.cyrius.com/debian/kirkwood/qnap/ts-41x/‎

Though at one point or another you'll realize that 'embedded' NAS devices have limited cpu and more importantly memory, also you'll lose the 'management' features (WebInterface etc) thus keep that in mind. Going the Raspberry-PI route might be easier to avoid any problems caused to your storage which you'll likely hold dear.

Re: Outdoor wifi thermometer - igrometer

Posted: Wed Feb 05, 2014 8:52 pm
by pwhooftman
Please note that if a ready made Domoticz or other domotica package is not available for Qnap, you will have to compile such a package from source your self. I have many years thorough experience with Windows and moderate with Linux, still i found it to be a daunting challenge on my Synology DS412+

Buying a Raspberry Pi and instlalling a package like Domotiga seems easier.