Wi-Fi or rflink wall thermostat/ programmable timer

For heating/cooling related questions in Domoticz

Moderator: leecollings

Post Reply
cherowley
Posts: 65
Joined: Tuesday 24 February 2015 15:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Wi-Fi or rflink wall thermostat/ programmable timer

Post by cherowley »

Are there any wall thermostats which have a programmable timer compatible with RFlink or have a WiFi api?

On ebay there are devices as low as £15 which have a rf remote but of course not much use if rflink doesn't support it :)

Wi-Fi devices like nest etc are overkill for my needs, not to say a more basic (cheaper) Wi-Fi device wouldn't fit the bill as long as it has an api..

Looking for a drop in replacement for the standard honeywell wall stat, by this I mean the relay is on board and not a separate box.

Thought about building one using esp8266 etc but just not happy enough with their stability ;)

Thanks!
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by deennoo »

You can have a look to a drayton rf programmable room thermostat who run on 433mhz and with RFLink.

Digistat rf series do the job on 433 mhz.

http://www.draytoncontrols.co.uk/produc ... Thermostat

Have a look at installation guide it confirm 433mhz
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
cherowley
Posts: 65
Joined: Tuesday 24 February 2015 15:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by cherowley »

Thanks deenoo :)

Had a look but not quite what I'm after as it's a two box solution and still nearly £100 :)
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by deennoo »

Fact is that screen box is just a rf sender, second one is an rf reciever.

Got an europan version (868 switch to 433, rf module are just plug without soldering). And it'd works great !

European version are call : Eberle instat 868.

Easy to find on nl and germany
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
cherowley
Posts: 65
Joined: Tuesday 24 February 2015 15:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by cherowley »

Thanks :)

I think I'm going to write a new plugin for ESPEasy and have it run on a Sonoff as they do seem to be quite stable..

I'll leave it running for a week or 2 and see howit gets on..

Advantage of this is I can make it fully domoticz compatible and will cost me zero as already have the sonoff and temp sensor :)
Dezz
Posts: 2
Joined: Monday 09 January 2017 22:11
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by Dezz »

deennoo wrote:You can have a look to a drayton rf programmable room thermostat who run on 433mhz and with RFLink.

Digistat rf series do the job on 433 mhz.

http://www.draytoncontrols.co.uk/produc ... Thermostat
I have exactly this kit. RFLink sees the signals when I press the buttons for up/down on the thermostat but it's just a long string of codes i.e.

Call for heat ON

Code: Select all

20;B9;DEBUG;Pulses=58;Pulses(uSec)=270,420,420,420,420,420,420,420,420,420,930,930,420,420,420,420,420,420,420,930,930,420,420,930,930,420,420,930,420,420,420,420,420,420,420,420,420,420,930,930,420,420,420,420,420,420,420,420,930,420,420,420,420,930,930,930,420,6990;
20;BA;DEBUG;Pulses=58;Pulses(uSec)=420,420,420,420,420,420,420,420,420,420,930,930,420,420,420,420,420,420,420,930,930,450,360,930,930,420,420,930,420,420,420,420,420,420,420,420,420,420,900,930,420,420,420,420,420,420,420,420,930,420,420,420,420,930,930,930,420,6990;
20;BB;DEBUG;Pulses=58;Pulses(uSec)=420,420,420,420,420,420,420,420,390,420,930,930,420,420,420,420,420,420,420,930,930,420,420,930,930,420,420,930,420,420,420,420,420,420,420,420,420,420,930,900,420,420,420,420,420,420,420,420,930,420,420,420,420,990,870,930,420,6990;

Call for heat off

Code: Select all

20;B3;DEBUG;Pulses=58;Pulses(uSec)=480,420,420,420,420,420,420,390,420,420,930,930,420,420,450,390,420,420,420,930,930,420,420,930,930,420,420,930,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,930,930,930,420,420,900,930,930,420,6990;
20;B4;DEBUG;Pulses=58;Pulses(uSec)=420,420,420,420,420,420,420,450,390,420,930,930,420,420,420,420,420,420,420,930,930,420,450,870,930,420,420,930,420,420,420,390,420,420,420,420,420,420,420,420,420,420,420,390,420,420,420,420,930,930,930,420,420,930,930,930,420,6990;
20;B5;DEBUG;Pulses=58;Pulses(uSec)=450,420,420,420,420,420,420,420,420,420,930,930,420,420,420,390,420,420,420,930,930,420,420,930,930,420,420,930,420,420,420,420,420,420,420,420,420,420,420,420,390,420,420,420,420,420,420,420,930,930,930,420,420,930,900,930,420,6990;
Any idea how I get this into Domoticz please?

Thanks!
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by deennoo »

Just send debug to Stuntteam, he will create device !

http://www.nemcon.nl/blog2/contact
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
davidlightsa
Posts: 5
Joined: Tuesday 20 December 2016 10:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Wi-Fi or rflink wall thermostat/ programmable timer

Post by davidlightsa »

cherowley wrote:Thanks :)

I think I'm going to write a new plugin for ESPEasy and have it run on a Sonoff as they do seem to be quite stable..

I'll leave it running for a week or 2 and see howit gets on..

Advantage of this is I can make it fully domoticz compatible and will cost me zero as already have the sonoff and temp sensor :)
Hi Cherowley, Did you ever manage this? I am keen to do the same.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests