Search found 20 matches

by helio58
28 Jun 2017, 22:43
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 156045

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

SUCCESS!!! I was able to get it all working except for one small thing. I created a Dashboard in Node-Red that can control all the attributes of the Wifi Candle all by sending formatted MQTT messages when I press the button on the dashboard after i have all the settings that I like. The format for ...
by helio58
26 Jun 2017, 20:35
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190553

Re: IR Transmitter ?

## Text translate via Google form German to English ## Good Morning, My goal was to control my air conditioning system from Mitsubishi via FHEM with IR and EspEasy. I have already managed years ago with the Raspberry my system (codes then about Lirc) later I wanted to try it with Mysensors, now I w...
by helio58
02 Jun 2017, 21:58
Forum: ESP Easy: Hardware
Topic: Cheap casing with solar & battery for less than 4$
Replies: 7
Views: 8285

Re: Cheap casing with solar & battery for less than 4$

There are quite a few solar garden lights available now that use a single 3.6v LiFePO4 cell instead of an NiMH cell (or two). These are ideal for running an ESP8266 module. I've had a hacked Wemos D1 Mini running from one for a while now. I say hacked, because I needed to disconnect the output of t...
by helio58
18 May 2017, 20:53
Forum: ESP Easy: Hardware
Topic: Bridge two gpios
Replies: 5
Views: 6118

Re: Bridge two gpios

It should be fine Thanks hello, I'm just curious: Why ? more current ? Anyway, I'd not short 2 pins that could be set as output and be in opposite states..... If you have to, use diodes to avoid shorts paolo Using the IR to control the "heat pump" with the Heatpump plugin "Gpio4"...
by helio58
18 May 2017, 20:15
Forum: ESP Easy: Hardware
Topic: Bridge two gpios
Replies: 5
Views: 6118

Bridge two gpios

Hi ,
I need same advise.
I m using a Nodemcu v1 ,Espeasy v2 .
Im using 1 IR emitter but i need
2 differents gpio say gpio5 and gpio4.
Will I damage the Nodemcu if I connect gpio4 and 5 with the emitter?
Thanks
by helio58
17 May 2017, 15:07
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

I thought I replied to this chain yesterday, but can't find the message anywhere. Yes, the 'samsung' was a bad example, as I later refactored the Samsung implementation into two different models, so there's no 'samsung' there any more. If the log says the code was sent, then everything should be fi...
by helio58
23 Apr 2017, 12:14
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

I thought I replied to this chain yesterday, but can't find the message anywhere. Yes, the 'samsung' was a bad example, as I later refactored the Samsung implementation into two different models, so there's no 'samsung' there any more. If the log says the code was sent, then everything should be fi...
by helio58
22 Apr 2017, 21:23
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

In ESPEasy you only need to configure the pin you connect the LED into (you can first try out with red/green/yellow/whatever color LED to see it's working). The heatpump model is in the message, see the second message of this thread for an example. This works both with http and mqtt messages. Thank...
by helio58
22 Apr 2017, 17:47
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

In ESPEasy you only need to configure the pin you connect the LED into (you can first try out with red/green/yellow/whatever color LED to see it's working). The heatpump model is in the message, see the second message of this thread for an example. This works both with http and mqtt messages. Thank...
by helio58
22 Apr 2017, 14:46
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

Hi again I manage (I think) to flash a Nodemcu with your code.
But I don't see the option to choose the manufactur. Skall it be so?
Thanks
by helio58
22 Apr 2017, 13:09
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

ToniA wrote: 21 Apr 2017, 18:53 Yes, 940 nm IR LED is the right one. If you have any old and unused remote controllers, you can also strip those apart.
Thanks ToniA have searched but no old unused controllers,have order one.
I have a Mitsubishi heat pump will try to flash a wemos mini with it if i manage compile.
by helio58
21 Apr 2017, 18:14
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

Just look at the Arduino example on this page: https://github.com/ToniA/arduino-heatpumpir -> look at the readme. You need an IR led + some resistor, the value does not matter much, something in the range from tens of ohms to a kilo-ohm. Regardless of which resistor you use the range is nowhere clo...
by helio58
21 Apr 2017, 17:47
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216127

Re: ESPEasy to control air conditioners / heat pumps

Hi ToniA ,
I m a newbie but i will love to control my heat pump with your code.
I see you use the memos D1 mini, but the IR led which do you use the same goes to the resistor.
Do you have same schematics?
Thanks in advance
by helio58
18 Apr 2017, 19:55
Forum: ESP Easy: General Discussion
Topic: Nodemcu Bme280
Replies: 3
Views: 3894

Re: Nodemcu Bme280

grovkillen wrote: 18 Apr 2017, 19:33 BME280 might be faulty? Try to calibrate it to find out or simply use %value%-6 as formula.
Thanks grovkillen.
I m using the formula %value%-6.
I thought I was doing something wrong .
Thanks
by helio58
18 Apr 2017, 19:19
Forum: ESP Easy: General Discussion
Topic: Nodemcu Bme280
Replies: 3
Views: 3894

Nodemcu Bme280

Hi,
I m using a Nodemcu with Bme280 esp easy mega v2.0.0-dev7.
Have connect Bme280 sda to D3 and scl to D4 .
I got wrong temperature difference +6 degrees celsius .
I read if using D3 and D4 no need of resistors.
Any suggestions ?
by helio58
09 Apr 2017, 18:45
Forum: ESP Easy: General Discussion
Topic: Cant connect to My wifi ssid
Replies: 6
Views: 8271

Re: Cant connect to My wifi ssid

I had connection problem with a Huawei B593s-22.
The problem was the security settings. Firewall level.
by helio58
31 Mar 2017, 12:12
Forum: ESP Easy: Software
Topic: Wemos d1 BME280
Replies: 2
Views: 3235

Re: Wemos d1 BME280

Thanks
by helio58
29 Mar 2017, 13:14
Forum: ESP Easy: Software
Topic: Wemos d1 BME280
Replies: 2
Views: 3235

Wemos d1 BME280

Hi, I m using Wemos with BME280 ESPEASY R147 working great.
Have a mqtt broker setup.
Now I will like to save the temp,humidity,pressure to a google sheet.
Please could somebody point me to a solution?
Thanks
by helio58
27 Mar 2017, 14:23
Forum: ESP Easy: Hardware
Topic: PIR in 3.3V and ESP8266-01
Replies: 14
Views: 18650

Re: PIR in 3.3V and ESP8266-01

Thanks
by helio58
25 Mar 2017, 08:16
Forum: ESP Easy: Hardware
Topic: PIR in 3.3V and ESP8266-01
Replies: 14
Views: 18650

Re: PIR in 3.3V and ESP8266-01

Hi Justblair please could you share your PIR Sonoff configuration and rules? Thanks I am using a PIR module with a Sonoff wireless smart switch. https://www.itead.cc/sonoff-wifi-wireless-switch.html I modified the PIR module to bypass its 3.3v power regulator and then connected the PIR sensor to the...