Send temp info on 433mhz transmitter to RF Link gateway

433Mhz opensource Receiver & Transmitter.

Moderators: leecollings, Stuntteam

Post Reply
Larsja
Posts: 37
Joined: Monday 25 January 2016 21:36
Target OS: Raspberry Pi / ODroid
Domoticz version: V2.3530
Location: Bergen, Norway
Contact:

Send temp info on 433mhz transmitter to RF Link gateway

Post by Larsja »

Hi,

Noob to arduino here.

Currently working on a small project to get the aquarium into domoticz via arduino nano, starting with temperature, then gonna add on flow on the pump and such.

Getting readings on the temparture from a waterproof ds18b20, and started now on how to transmitt it using a 433 mhz china transmitter (you know the cheap ones :P). But then it strook me, how can i send the data so that the RFLink Gateway and domoticz understand it. If i remember correctly the modulation on the transmitter is supported by RFlink.

Anyone here who has done something similiar? Or have a tip on how to transmitt the data so it doesnt get lost in translation ^^

hardware being used:
Temp sensor: http://www.ebay.com/itm/201544352532?_t ... EBIDX%3AIT
ArduinoNano
433 transmitter http://www.ebay.com/itm/5pcs-433Mhz-RF- ... Sw6EhUN9s-
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by Stuntteam »

The transmitter is fine. You need to use a script for your Nano that sends it with one of the known protocols.
I have some samples.. mail [email protected] for more info
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
Larsja
Posts: 37
Joined: Monday 25 January 2016 21:36
Target OS: Raspberry Pi / ODroid
Domoticz version: V2.3530
Location: Bergen, Norway
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by Larsja »

Sweet, thanks in advance
treb0r
Posts: 10
Joined: Friday 19 June 2015 13:47
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by treb0r »

HI, I would also need some sample script to understand how to transmit temp and door sensor states to Rflink through 433mhz cheap transmitter.
Thanks
treb0r
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by bibo456 »

Hello

I am looking for the exact same thing : door sensor state / temperature & eventually switch a relay.
Thank you for your support ( link to tuto...)
Have a nice day
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by deennoo »

French user got one great howto but in french language : http://easydomoticz.com/forum/viewtopic.php?f=7&t=1956

Works like a charme and battery friendly.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
reddo
Posts: 30
Joined: Thursday 01 September 2016 12:18
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by reddo »

Looking at exactly the same here to control my floor heating pump (should only be running when there is temperature coming from the boiler through Domoticz, at the moment I have it running on a small PCB doing that but this can not be monitored) Switching the pump will be through a 'klik aan klik uit' switch.

Any chance to post the script here Stuntteam ?

Cheers,

Redmer
-Domoticz-RFLink-PVoutput-Solarmeter-SBFSpot-ESPEasy-Volumio with spotify connect-
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Send temp info on 433mhz transmitter to RF Link gateway

Post by mvzut »

Did you consider using an ESP-8266 based board for this rather than an Arduino? This will transfer all data via WiFi, and is probably cheaper than an Arduino Nano + 433 MHZ module (I paid around 2 Euros for mine). After flashing it with the ESPeasy firmware, communication with Domoticz is set up in just a few clicks. I'm pretty sure it supports your sensor out of the box.
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
reddo
Posts: 30
Joined: Thursday 01 September 2016 12:18
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by reddo »

Looks like a very nice option.. also for making my washing machine start by wiring a contact parallel with the start button to make it start from Domoticz when my PV system is generating enough power to cover the power demand... Thanks !!
-Domoticz-RFLink-PVoutput-Solarmeter-SBFSpot-ESPEasy-Volumio with spotify connect-
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Send temp info on 433mhz transmitter to RF Link gateway

Post by tontze »

mvzut wrote:Did you consider using an ESP-8266 based board for this rather than an Arduino? This will transfer all data via WiFi, and is probably cheaper than an Arduino Nano + 433 MHZ module (I paid around 2 Euros for mine). After flashing it with the ESPeasy firmware, communication with Domoticz is set up in just a few clicks. I'm pretty sure it supports your sensor out of the box.

Can you make and guide about this ? Or is there allready one somwhere ?
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Send temp info on 433mhz transmitter to RF Link gateway

Post by mvzut »

tontze wrote:
mvzut wrote:Did you consider using an ESP-8266 based board for this rather than an Arduino? This will transfer all data via WiFi, and is probably cheaper than an Arduino Nano + 433 MHZ module (I paid around 2 Euros for mine). After flashing it with the ESPeasy firmware, communication with Domoticz is set up in just a few clicks. I'm pretty sure it supports your sensor out of the box.

Can you make and guide about this ? Or is there allready one somwhere ?
I would start here:
http://www.letscontrolit.com/wiki/index.php/ESPEasy
It describes all possibilities and the different ESP versions that exist. You can buy them from e.g. EBay or AliExpress. Once you have it, you have to flash the ESPEasy firmware on it, this is also described on the Wiki. Here's a page that describes using it with a DS18b20:
http://www.letscontrolit.com/wiki/index ... tureSensor

It's not an out-of-the-box solution, but also not very difficult to build. Hope this info helps!
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest