Search found 119 matches

by bobbybeans
14 Mar 2017, 18:28
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 720158

Re: New ESP gadget

Hello, I received the device today. The flash was success full with ESPEasy, without problems. BUT it don't know which two GPIO's are used for the relais. Any ideas? Please help :-) For flashing I used this picture. Pin: VCC (3.3V), RX, TX, GND Sonoff_Dual_Hardware.png and set this ESP PIN GPIO00 t...
by bobbybeans
14 Mar 2017, 16:23
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 192673

Re: Feature Request collection/list

#1 - Please obfuscate ALL passwords on the config tab - not only the WiFiKey, but also the admin password and the "WPA AP mode key" #2 - Make it possible to change the admin password from the console command line. #3 - CONTINUE MAKING THE MOST INTERESTING CONFIG INTERFACES FOR THE ESP8266...
by bobbybeans
14 Mar 2017, 16:09
Forum: ESP Easy: General Discussion
Topic: advice on very remote monitoring
Replies: 6
Views: 5696

advice on very remote monitoring

So I am trying to help my friend on a project. I have convinced him to use domoticz and a DHT22 for some of his stuff at home which he is going to get setup He also has some land about 1 hour away that he wants to monitor things at, problem is no electricity no internet. So I have a problem of tryin...
by bobbybeans
08 Mar 2017, 13:15
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Ok here is finally a write up of how I got it working so tldr just use IRrecDumpv2 not Lirc on the Rpi the Rpi lirc DOES WORK however the codes it produce I could not use for the easy esp firmware for the IRTX Plugin. Go buy a cheap chinese Uno Clone wait a month for it to arrive then load IRrecDump...
by bobbybeans
08 Mar 2017, 11:56
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 190989

Re: H801 : RGB controller based on ESP8266 avalaible from China

Hey there sorry forgot to post this.. below is the script to do this. so there is a little more setup than just this script commandArray = {} DomDevice = 'Door_H801_1_White'; --your dymmy LightWave RF Dimmer IP = '192.168.0.227'; --change for your h801 ip PIN = "14"; -- for w1 pin if devic...
by bobbybeans
06 Mar 2017, 12:54
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 190989

Re: H801 : RGB controller based on ESP8266 avalaible from China

white does work however you have to setup a script to control it individually via a slider / dimmer in domoticz to control it on etiher pin 4 or 14 depending which white channel you use

I'll see if I can find the script when I get home
by bobbybeans
04 Mar 2017, 01:00
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Well I havent tested all the buttons but I got it working with IRrecvDumpv2 at least for the power button I will write up something more later once I have time on a full compilation of what and how to get something like this working. However 1 thing to note. I think a big problem is actually my remo...
by bobbybeans
03 Mar 2017, 12:39
Forum: ESP Easy: Projects / Applications
Topic: PWM output with automatic fade
Replies: 12
Views: 16974

Re: PWM output with automatic fade

what build is this in? I would assume this works with milight plugin? also is there a max time for it in seconds? because I would most likely have this setup for an alarm clock for fade in within 10 minutes
by bobbybeans
03 Mar 2017, 12:37
Forum: ESP Easy: Projects / Applications
Topic: control bulb with push button
Replies: 11
Views: 10925

Re: control bulb with push button

I know this is slightly off of what you want to do but why don't you buy an itead sonoff touch. its a built in relay and esp that nicely fits into a standard wall socket
by bobbybeans
03 Mar 2017, 11:04
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 190989

Re: H801 : RGB controller based on ESP8266 avalaible from China

Hi ledfreak3d, thanks for guidance. I´ve succesfully flashed h801 with espeasy r120. My question is do I need higher version release and what settings do I need to perform on espeasy? Any help much appreciated Thanks with the h801 you can't just use the stock r120 bin you have to take the master br...
by bobbybeans
03 Mar 2017, 00:27
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Hello again, maybe some things should be mentioned. I described what I did - it works for me for some months now. Do your LEDs really send an IR signal? You can check easily with a webcam, webcams usually can see "near infrared" at 940 nm - this should be used for IR remotes. Maybe a smar...
by bobbybeans
02 Mar 2017, 21:52
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

... when I press the "on" button, while I am on the devices tab of the easy esp it will display a IR code number 716107913 but if i go to the log section of easy esp it will display 2aaef089. so I am confused as to why they are different. I take either of those numbers and pipe it into a ...
by bobbybeans
02 Mar 2017, 20:35
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Yes, I've compiled it from branch using PlatformIO. I will send the resulting .bin but have in mind that it is based on the dev branch, so it is not stable. But will help you identify the Code unless it is RAW. I'm working to get RAW code implemented. So far a few hangs... Have written something ab...
by bobbybeans
02 Mar 2017, 15:56
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Will output HEX. I've modified the version to also inform about used protocol and bits. Will show you the diffs when I get home too. :P you mean you took the branch of IR receive and compiled it yourself to add those? I don't think it will detect the protocol for mine :( because lirc seems fairly c...
by bobbybeans
02 Mar 2017, 10:20
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Hi. Do you have the chance to add an IR Receiver on the ESPEasy to check which code is receiving? ESPEasy has a IRRec plugin. I can certainly do this, I didn't really think about it. I was sort of burnt out on the projoct last night so I didn't do anything I will do this when I get home. will the r...
by bobbybeans
01 Mar 2017, 20:57
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

Re: IRTX plugin help

Hello, I use IRrecDumpV2 on a original Arduino without problems. I ran into several problems to flash the routine on my Uno when using my Arduino IDE usually used for compiling ESPEasy. Seems some Libraries conflict. Installing it cleanly on another computer made it work like a charme. I can't say ...
by bobbybeans
01 Mar 2017, 18:58
Forum: ESP Easy: Projects / Applications
Topic: (Solved) IRTX plugin help
Replies: 25
Views: 32717

(Solved) IRTX plugin help

Hey guys I'm am hoping you can help me with a predicament I bought some multicolor LED candles that are controlled by an IR remote. These are a no name brand that I bought from a shop and it has a remote with no brand on it. I wanted to integrate this into my home automation of domoticz and I am ALM...
by bobbybeans
01 Mar 2017, 13:38
Forum: Introduce yourself
Topic: Hello from Shropshire, UK
Replies: 5
Views: 4727

Re: Hello from Shropshire, UK

omg I signed up for this forum specifically for help with an IR plugin! do you have a github for that?
because the current r034 irtx plugin can't send raw codes and when I send the hex codes it sends it differently than its written, or maybe I am just being dumb (very possible)
by bobbybeans
01 Mar 2017, 11:10
Forum: Introduce yourself
Topic: hey from scotland
Replies: 0
Views: 1784

hey from scotland

Thought id finally join this community as I contine to find solutions to my problems on here with domoticz and easy esp
now hopefully here to contribute and figure out other problems I have