Page 1 of 1

Wi-Fi or rflink wall thermostat/ programmable timer

Posted: Monday 03 October 2016 20:21
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!

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

Posted: Tuesday 04 October 2016 1:26
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

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

Posted: Tuesday 04 October 2016 10:31
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 :)

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

Posted: Tuesday 04 October 2016 15:13
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

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

Posted: Thursday 06 October 2016 10:29
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 :)

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

Posted: Friday 20 January 2017 23:48
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!

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

Posted: Monday 23 January 2017 9:43
by deennoo
Just send debug to Stuntteam, he will create device !

http://www.nemcon.nl/blog2/contact

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

Posted: Monday 17 April 2017 15:17
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.