Search found 24 matches

by Westcott
03 Jan 2020, 20:40
Forum: ESP Easy: Projects / Applications
Topic: Digital Wireless WiFi Smart Programmable Thermostat
Replies: 7
Views: 14711

Re: Digital Wireless WiFi Smart Programmable Thermostat

https://www.ebay.co.uk/itm/Digital-Wireless-WiFi-Smart-Programmable-Thermostat-Electric-Heating-App-Control/283526079627?ssPageName=STRK%3AMEBIDX%3AIT&var=584696677738&_trksid=p2057872.m2749.l2649 Without knowing the comms protocol between the ESP and the PIC I don't think it will be possib...
by Westcott
03 Jan 2020, 12:04
Forum: ESP Easy: Projects / Applications
Topic: Digital Wireless WiFi Smart Programmable Thermostat
Replies: 7
Views: 14711

Re: Digital Wireless WiFi Smart Programmable Thermostat

Ah!
It's unbranded, but works correctly with the blue SmartLife app.
Perhaps they are all Tuya standard, but try to get you to use their own app instead?
Mine wants you to use "Smart RM"
by Westcott
03 Jan 2020, 01:16
Forum: ESP Easy: Projects / Applications
Topic: Digital Wireless WiFi Smart Programmable Thermostat
Replies: 7
Views: 14711

Re: Digital Wireless WiFi Smart Programmable Thermostat

Hi, Flying Domotic,
Nothing to report yet regards controlling it, but it seems this is a Tuya-compliant device that can the controlled from one of the Tuya apps.
I'm now looking at using one of the Python libraries to control it.
by Westcott
31 Dec 2019, 18:13
Forum: ESP Easy: Projects / Applications
Topic: Digital Wireless WiFi Smart Programmable Thermostat
Replies: 7
Views: 14711

Digital Wireless WiFi Smart Programmable Thermostat

Hi all, These generic wall thermostats seem to be widely available, such as Ebay. I've just got one to try out. There's an ESP-12 with just TX, RX, GPIO15, EN, VCC, GND connected. A PIC16F1947 microprocessor to drive the LCD screen. 5 touch-sensitive areas on the screen. Holes for a 5 pin header: RE...
by Westcott
29 Nov 2019, 14:42
Forum: ESP Easy: Hardware
Topic: Digoo DG-S601 lightswitch
Replies: 0
Views: 7546

Digoo DG-S601 lightswitch

Hi,
I've managed to flash one with ESPeasy, and setup the 3 switches.
If anyone is interested, I'll post the how-to details.
by Westcott
03 Nov 2019, 19:18
Forum: ESP Easy: General Discussion
Topic: How to create an RSSI device in Mega.
Replies: 2
Views: 6296

Re: How to create an RSSI device in Mega.

Thanks!
However did I miss that?
by Westcott
03 Nov 2019, 15:29
Forum: ESP Easy: General Discussion
Topic: How to create an RSSI device in Mega.
Replies: 2
Views: 6296

How to create an RSSI device in Mega.

Hi,
Back in the days of R147 you could create an RSSI device using a device type of "System info".
This option doesn't seem to be there in Mega.
How is it done now?
by Westcott
26 Feb 2017, 20:31
Forum: ESP Easy: Software
Topic: Sonoff TH10/16 LED control
Replies: 2
Views: 3183

Re: Sonoff TH10/16 LED control

Thanks Costo,
I also thought it most likely a hardware fault, even although I bought the unit directly from Itead.
by Westcott
22 Feb 2017, 21:39
Forum: ESP Easy: Software
Topic: Sonoff TH10/16 LED control
Replies: 2
Views: 3183

Sonoff TH10/16 LED control

Hi,
I can control the LED on GPIO13 successfully on my original Sonoff.
On my shiny new TH10 the same command 'GPIO,13,0' (in Tools->Command) shows successful execution, but the LED does not turn on.
Any ideas?
by Westcott
12 Feb 2017, 17:53
Forum: ESP Easy: General Discussion
Topic: http send being truncated in rules
Replies: 9
Views: 6531

Re: http send being truncated in rules

The problem seems to be that '&para' is replaced by '¶' when the rules are saved.
This has been noted many times before!
by Westcott
09 Feb 2017, 11:21
Forum: ESP Easy: General Discussion
Topic: Populate dummy device with Domoticz data
Replies: 1
Views: 2361

Re: Populate dummy device with Domoticz data

Yes, there is a dummy device that will hold up to 4 values. I use this in Domoticz to update the setpoint value - url = 'curl -m 5 "http://sonoff-1/control?cmd=event,Setpoint='..otherdevices['Cylinder setpoint']..'"' assert(io.popen(url)) and an ESPeasy rule to update the 1st value of task...
by Westcott
07 Jan 2017, 15:13
Forum: ESP Easy: General Discussion
Topic: What is the inputswitchstate rule?
Replies: 4
Views: 4694

Re: What is the inputswitchstate rule?

Yarysec, thanks!
Obvious now you show it.
And the tasks are all neatly numbered.
by Westcott
04 Jan 2017, 19:43
Forum: ESP Easy: General Discussion
Topic: Sonoff Wifi 5-pin LED control
Replies: 7
Views: 6435

Re: Sonoff Wifi 5-pin LED control

Hi Data,

Thanks for pointing me in the right direction!
In Hardware, I had set Wifi Status Led: to 13.
Setting it blank fixes it.
by Westcott
02 Jan 2017, 21:31
Forum: ESP Easy: General Discussion
Topic: Sonoff Wifi 5-pin LED control
Replies: 7
Views: 6435

Re: Sonoff Wifi 5-pin LED control

Hi Data, Thanks, but I'm sure that the LED is also controlled by the main ESP code, overriding my settings. I have had a look in the code. The function void statusLED(boolean traffic) in Misc.ino is called from several places. It certainly appears to make the blink I noticed when device data is sent...
by Westcott
01 Jan 2017, 19:26
Forum: ESP Easy: General Discussion
Topic: What is the inputswitchstate rule?
Replies: 4
Views: 4694

Re: What is the inputswitchstate rule?

Thanks!
I had a look in the code but could not find where the Rules keywords are processed.
My next task is to find out what a 'task' is.
by Westcott
26 Dec 2016, 19:32
Forum: ESP Easy: General Discussion
Topic: What is the inputswitchstate rule?
Replies: 4
Views: 4694

What is the inputswitchstate rule?

Hi,
What are the parameters for the Rules command inputswitchstate,p1,p2 ?
The Wiki doesn't mention it, but I guess that p2 is the desired state.
Is there a definitive description of all Rules commands, and their parameters?
by Westcott
26 Dec 2016, 18:30
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 23089

Re: Sendtohttp - domoticz json

Hi Jeff, I think you have an extra character, perhaps by using copy&paste from Windows? SendToHTTP 192.168.1.12,8080,/json.htm?type=command ¶mm =switchlight&idx=46&switchcmd=On Perhaps edit the rule to delete a couple of chars back from the '=', and re-add the '&param'. EDIT!!! Sorry...
by Westcott
25 Dec 2016, 20:41
Forum: ESP Easy: General Discussion
Topic: Sonoff Wifi 5-pin LED control
Replies: 7
Views: 6435

Re: Sonoff Wifi 5-pin LED control

Rules as requested. SW0 = Push switch GPIO-0 Relay, State = GPIO-12 and its Value on TurnOn do if [Relay#State]=0 gpio,13,0 gpio,12,1 inputswitchstate 0,1 endif endon on TurnOff do if [Relay#State]=1 gpio,13,1 gpio,12,0 inputswitchstate 0,0 endif endon on Toggle do event,ToggleRelay endon on SW0#Swi...
by Westcott
25 Dec 2016, 18:36
Forum: ESP Easy: General Discussion
Topic: Sonoff Wifi 5-pin LED control
Replies: 7
Views: 6435

Sonoff Wifi 5-pin LED control

Hi, I've gor my Sonoff flashed (147) and under 2-way control with Domoticz and some Rules. The relay switches, and the LED goes on and off as required. However, the LED, even when off, switches back on whenever the Sonoff sends any data back to Domoticz, e.g. RSSI. If the LED is already on, it blink...
by Westcott
25 Dec 2016, 11:40
Forum: ESP Easy: General Discussion
Topic: esp to domoticz
Replies: 2
Views: 3638

Re: esp to domoticz

There are too many 'm' in paramm!
The Wiki needs to be edited.
by Westcott
05 Sep 2016, 20:38
Forum: RFlink: General Discussions
Topic: Owl Micro CM130 stopped receiving
Replies: 0
Views: 2259

Owl Micro CM130 stopped receiving

My RFlink has been happily receiving data from an Owl CM130 transmitter since May 13. Yesterday it suddenly completely stopped receiving, but the CM130 receiver still updates correctly. AFAIK nothing has changed, apart from new Domoticz betas, but Domoticz is receiving nothing. All other RFlink devi...
by Westcott
05 Sep 2016, 18:51
Forum: RFlink: General Discussions
Topic: Energenie ENER002
Replies: 4
Views: 5013

Re: Energenie ENER002

I have some working with RFlink.
However I used Domoticz to capture the optional remote control commands: it is Eurodomest protocol.
by Westcott
05 Sep 2016, 18:30
Forum: ESP Easy: General Discussion
Topic: How do I subscribe to the RSS feed?
Replies: 0
Views: 3257

How do I subscribe to the RSS feed?

If I hover over the 'Introduce yourself' link, it shows a cute little popup 'Subscribe to RSS feed:'.
How do I actually subscribe?
Thanks.
by Westcott
05 Sep 2016, 18:23
Forum: Introduce yourself
Topic: Hello from England
Replies: 1
Views: 2447

Hello from England

I'm a retired IT consultant.
My RFlink is connected to a Raspberry Pi 2 running Domoticz.
It reads from several IR detectors, temperature sensors, and power meters, and controls power sockets using LUA scripts.
There is also a network of Z-wave devices.