Search found 9 matches

by farhanito
05 Oct 2016, 12:48
Forum: ESP Easy: Software
Topic: Switch not receiving commands from Domoticz HTTP?
Replies: 0
Views: 2001

Switch not receiving commands from Domoticz HTTP?

Hi, I've followed this instructions here to create domoticz http switch http://www.esp8266.nu/index.php/Tutorial_Domoticz_Switch But seems like it only works one way. I cannot control the switch (relay, gpio 12) from Domoticz. When i send direct http command to the ESP, domoticz status updated corre...
by farhanito
21 Sep 2016, 14:16
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 656613

Re: New ESP gadget

In my case, it works a lot better when powered by the pins, not mains. Don't know why.

I gave up and use R109 for now
by farhanito
15 Sep 2016, 04:50
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190648

Re: IR Transmitter ?

hpapagaj wrote:Hi,


1, I want to control my AC unit. AC unit's are usually using long ir codes. Anybody tried to capture/send command like this from ESP EASY?
my question as well,

my AC units use Panasonic, 48bits code like this:

Code: Select all

Encoding  : PANASONIC
Code      : 555A:F3081384 (48 bits)
will it work?
by farhanito
30 Aug 2016, 16:16
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 656613

Re: New ESP gadget

I flashed two Sonoff TH lately with R123 and I found that operating them with Safari (Mac OS) didn't work well: 9/10 times when I hit Confirm, I get a broken link. Chrome didn't have that issue (I switched this morning). I have a few NodeMCU lying around with R120 and I didn't have that issue :? Sa...
by farhanito
29 Aug 2016, 18:27
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190648

Re: IR Transmitter ?

cherowley wrote:
Deennoo wrote:OK thx the trick !

Will work on it now
Hmm I just remembered you could also use esp easy standard software too!

plugin 016 is an ir receiver/decoder, some details are on http://www.esp8266.nu/index.php/IR
It doesn't seems to provide complete dump info, like protocol used and bits
by farhanito
17 Jun 2016, 17:17
Forum: ESP Easy: Hardware
Topic: New IR Device
Replies: 2
Views: 4099

Re: New IR Device

I wonder if this one uses the same controller..
http://m.aliexpress.com/item/3234618200 ... il&site=en
by farhanito
14 May 2016, 08:06
Forum: ESP Easy: General Discussion
Topic: Publishing GPIO state via MQTT on bootup and timer
Replies: 19
Views: 29207

Re: Publishing GPIO state via MQTT on bootup and timer

The default Subscribe template is /%sysname%/#

So, try Publish /ESP/03/...
by farhanito
12 May 2016, 16:00
Forum: ESP Easy: General Discussion
Topic: Publishing GPIO state via MQTT on bootup and timer
Replies: 19
Views: 29207

Re: Publishing GPIO state via MQTT on bootup and timer

trokkie wrote:Thank you for the assistance, my rules are working - publishing mqtt:

on boot up I have i need to switch on gpio 12:

on System#Boot do
publish /Light_Living/gpio/12,1
endon
Problem is when both esp and broker (and wifi) dead,
esp boots faster than the broker, so the rule won't work
by farhanito
10 May 2016, 17:08
Forum: ESP Easy: Software
Topic: Mqtt Publish retained messages?
Replies: 1
Views: 2550

Mqtt Publish retained messages?

Is it possible to publish mqtt messages with retain flag?

Thanks