Search found 88 matches

by chrille
14 Dec 2015, 16:57
Forum: ESP Easy: Software
Topic: Problem with Arduino IDE 1.6.6 ?
Replies: 12
Views: 10654

Re: Problem with Arduino IDE 1.6.6 ?

Other errors: ESPEasy:255: error: 'emergencyReset' was not declared in this scope emergencyReset(); ESPEasy:257: error: 'LoadSettings' was not declared in this scope LoadSettings(); ... and it goes on like that. I may have missed something very obvious so sorry if I have done something stupid. Have...
by chrille
28 Nov 2015, 20:32
Forum: ESP Easy: Hardware
Topic: OLED I2C
Replies: 43
Views: 35683

Re: OLED I2C

MQTT to Oled is also interesting. Personally I prefer MQTT over HTTP. It's very lightweight and snappy. MQTT light switch (https://harizanov.com/wiki/wiki-home/three-channel-wifi-relaythermostat-board/) is almost realtime. Code is also on Github. It would be great to have all output methods support...
by chrille
27 Nov 2015, 08:30
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35816

Re: Big wish - generall HTTP and MQTT Interfaces

mqttwarn Looks interesting, but my Approach would be to the esp in another Network, like at friends, parents, work is there an open mqttwarn Server ? it Looks like i have to have a Server then in the firnds house ? You can use a single mqttwarn instance for multiple locations, as long as the module...
by chrille
26 Nov 2015, 11:18
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35816

Re: Big wish - generall HTTP and MQTT Interfaces

I will +1 this request here As I say on my presentation, general HTTP will permit for exemple to have Jeedom working for receiving push and sending request to ESPeasy. That's all what is needed a general option with the URL for push to give (like many alarm, IPX and other hardware have) For MQTT th...
by chrille
25 Nov 2015, 08:57
Forum: ESP Easy: Hardware
Topic: How to connect and upload
Replies: 30
Views: 25670

Re: How to connect and upload

I am trying to upload the espeasy r039 to a esp-12e module but I keep getting a error in the arduino ide. Error: espcom_open failed I am using 1.6.5 And a bare esp module with the white board. Vcc> 3.3v Ch_PD> 3.3v Gnd> gnd Gpio 0> gnd Tx> rx Rx> tx I am using the usb to serial converter and a sepa...
by chrille
24 Nov 2015, 21:48
Forum: ESP Easy: Hardware
Topic: No Values after a few hours
Replies: 2
Views: 3113

Re: No Values after a few hours

I think loglevel 4 will show everything. I had the same problem with domoticz MQTT so went back to HTTP. I thought it was just me as it was the first time i had used MQTT. Also when i switched back to HTTP it bricked the ESP so i had to re flash it from scratch. My module running R43 with OpenHAB M...
by chrille
24 Nov 2015, 15:18
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21322

Re: ESP8266 01 uploading easy easy firmware

Thanks a ton buddy :) :) . Finally able to config my esp8266-01 . Can you please tell my the circuit connections for esp8266-12E ? Wiring is the same on ESP-12E as on ESP-01 - except that you need to pull GPIO 15 low (both for programming and normal operations). This can be also be done with a 10k ...
by chrille
23 Nov 2015, 08:07
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21322

Re: ESP8266 01 uploading easy easy firmware

Do you mean to say that I need to place a button ? While uploading program GPIO 0 should be connected to GND . After Uploading It should be either HIGH or Floating (no connection). ? Exactly. The recommend design is pulling up GPIO 00 and GPIO 02 with a 10k resistor to 3.3V, but directly to 3.3V or...
by chrille
22 Nov 2015, 21:05
Forum: ESP Easy: General Discussion
Topic: MQTT - needs USERNAME and PASSWORD options
Replies: 2
Views: 4344

Re: MQTT - needs USERNAME and PASSWORD options

spants wrote:(For R039)
It would be great to have the option for MQTT Username and Password on the config screen. All of my servers use passwords....
Try the patch in http://esp8266.nu/forum/viewtopic.php?f=6&t=48#p1826 - this works for me (tested towards R43)

- Jan
by chrille
22 Nov 2015, 20:47
Forum: ESP Easy: Software
Topic: newbee question
Replies: 21
Views: 16320

Re: newbee question

the cosmic gate wrote:Is there anybody with the same issue ?
Or somebody who can help me ?
Just tested DHT-22 with R43 - it works fine

- Jan
by chrille
22 Nov 2015, 19:39
Forum: ESP Easy: Software
Topic: Pushover support
Replies: 1
Views: 2748

Re: Pushover support

Is possible send push messages with pushover to vary the state of GPIO . Example if gpio12 becomes low pushover sends me the message " alarm " . With Nodemcu and LUA is very simple. I can do something similar with ESPEasy ? You can't do it directly with ESPeasy. However, if you use MQTT y...
by chrille
22 Nov 2015, 15:19
Forum: ESP Easy: Software
Topic: I2C on GPIO 0 + 2
Replies: 10
Views: 32231

Re: I2C on GPIO 0 + 2

Martinus wrote:Just connected an ESP-01 onto the I2C bus and it seems to work without issues here:
That's weird - I repeated the test today, with a PCF8591 board connected to the bus and it worked fine. After removing the board the board still boots. Sorry for the false alarm.

- Jan
by chrille
22 Nov 2015, 15:18
Forum: ESP Easy: Software
Topic: Arduino ESP Core 2.0.0. release
Replies: 18
Views: 15156

Re: Soon to come: Arduino ESP Core 2.0.0. release

A few days ago (Nov 17th) the release candidate for Arduino ESP Core has been launched as staging release on github :!: I'm currently running two modules on this latest staging and it seems to be fine. Maybe more people are willing to give this 2.0.0-rc1 a test drive and see if ESP Easy is still ok...
by chrille
22 Nov 2015, 09:14
Forum: ESP Easy: Software
Topic: I2C on GPIO 0 + 2
Replies: 10
Views: 32231

Re: I2C on GPIO 0 + 2

I have tried it once but I had the same problem. I use an E12 so no lack on pins and I decided to go back to the default for ESP Easy. I tried it because of this forum http://www.esp8266.com/viewtopic.php?p=24793#p24793 Forumpost over Flash, GPIO2, 0 and 15 rehash. I am aware that 0, 2 and 15 shoul...
by chrille
21 Nov 2015, 22:45
Forum: ESP Easy: Software
Topic: I2C on GPIO 0 + 2
Replies: 10
Views: 32231

I2C on GPIO 0 + 2

Have anyone success with using GPIO 0 and 2 for I2C? I have tried configuring GPIO 0 for SCL and GPIO 2 for SDA. This results on the module hanging in the I2C INIT during reboot. I can't even enter any commands and I need to overwrite flash to recover the module. The same pin usage for I2C works wit...
by chrille
21 Nov 2015, 22:40
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

Re: MQTT authentification

I've seen your pull request on this subject a while a go, but it was withdrawn. Any news on this subject? Did you test MQTT with authentication? Maybe you can launch a new pull request on the latest release on github? Others might also benefit from this. I created the pull request based on a commit...
by chrille
21 Nov 2015, 16:43
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

Re: MQTT authentification

I've seen your pull request on this subject a while a go, but it was withdrawn. Any news on this subject? Did you test MQTT with authentication? Maybe you can launch a new pull request on the latest release on github? Others might also benefit from this. I created the pull request based on a commit...
by chrille
20 Nov 2015, 22:33
Forum: ESP Easy: Software
Topic: GPIO-09 problem?
Replies: 2
Views: 3434

Re: GPIO-09 problem?

If I use the GPIO-09 port from the dropdown menu I get all sort of problems. I troubleshoot it first intensively but come back to this portnumber causing problems only sofar on a ESP 8266-201. Problems are when I choose this port and click SUBMIT the browser blocks. GPIO 09 is connected to the flas...
by chrille
20 Nov 2015, 22:25
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21322

Re: ESP8266 01 uploading easy easy firmware

Wiring: RX -> TX TX -> RX CH_PD -> 3.3V GPIO 0 -> GND VCC -> 3.3V GND -> GND GPIO 00 connected to GND put's the module in programming mode. The pin needs to be high (preferable pulled up with a 10k resistor) for the module to boot (you might get away with having the pin floating) - Jan
by chrille
29 Oct 2015, 21:02
Forum: ESP Easy: Software
Topic: Discussion on local control by ESP Easy
Replies: 29
Views: 25011

Re: Discussion on local control by ESP Easy

I think that there are many sophisticated apps who can deal with the automation part. I like the hardware part from ESPEasy and the possibility to interact with the automation apps (Domoticz/Openhab/Node-Red/...) so I would say keep it to hardware interaction.. and a good MQTT implementation in ESP...
by chrille
04 Oct 2015, 19:41
Forum: ESP Easy: Projects / Applications
Topic: HC-SR04 implimentation with OpenHAB (looking for recomendations)
Replies: 6
Views: 7487

Re: HC-SR04 implimentation with OpenHAB (looking for recomendations)

My first project with ESP Easy is to build a garage stop light. Using an old full size stop light powered by two relays, ESP8266-12, and HC-SR04. Here's the draft sketch. It should work fine without a level shifter. The trigger input on the HC-SR04 can be triggered with 3.3V and the echo output can...
by chrille
24 Sep 2015, 14:07
Forum: ESP Easy: General Discussion
Topic: list of control commands
Replies: 2
Views: 3381

Re: list of control commands

asm7100 wrote:Can you make a list of control commands in the wiki pages :-)
See "Serial Commands" here http://www.esp8266.nu/index.php/ESPEasy

- Jan
by chrille
24 Sep 2015, 12:26
Forum: ESP Easy: Hardware
Topic: More than on DS18b20 on a string.
Replies: 14
Views: 16321

Re: More than on DS18b20 on a string.

Is it possibly to have more than one DS18B20 on a string.? By looking at the code it seems only one device is currently supported. For multiple devices to be supported, the software should support scanning of the 1-wire bus, and the UI needs to be updated to provide a specific idx/name for each dev...
by chrille
18 Sep 2015, 10:56
Forum: ESP Easy: Software
Topic: French Elec Counter : Teleinformation
Replies: 8
Views: 8146

Re: French Elec Counter : Teleinformation

In france we got some specifique french counter. we can get ll information by using serial connection and a SH620 a light relay switch. [...] It does looks like Easyesp can't does this is this plan ? I am pretty sure you can use the counter feature and connect the optocoupler to the ESP8266, like i...
by chrille
11 Sep 2015, 19:32
Forum: ESP Easy: Hardware
Topic: with hardware is seported ?
Replies: 4
Views: 4786

Re: with hardware is seported ?

but what ESP is the best to use then with all pins available? and the esp that the easyest to use ESP-12 and ESP-12E expose all usable GPIO pins and is half the price of the nodemcu board, so for anything embedded I find ESP-12/12E to be the best solution. The ESP-12 also have 4 MB of flash (compar...
by chrille
09 Sep 2015, 20:22
Forum: ESP Easy: Software
Topic: Deep Sleep mode
Replies: 26
Views: 52166

Re: Deep Sleep mode

soldering GPIO 16 need solid iron and solid eyes...i don't have the last anymore. SP1 his the one i bought 6 mounth ago and i never use them, now it's time, if a better one with GPIO 16 aviable is needed because EasyESP accept deep Sleep, i'll found one I recommend that you buy ESP-12 or ESP-12E fo...
by chrille
09 Sep 2015, 20:20
Forum: ESP Easy: Hardware
Topic: ESP8266 + HC-SR04
Replies: 6
Views: 6371

Re: ESP8266 + HC-SR04

What purpose did you have in mind for this device? Create your own wireless car parking distance sensor? :geek: I have plans with the HC-SR04 as well. The idea is to use it to detect if my garage port is open or not. The sensor will sit on the ceiling and measure distance. The reason I want to use ...
by chrille
09 Sep 2015, 12:21
Forum: ESP Easy: Software
Topic: Deep Sleep mode
Replies: 26
Views: 52166

Re: Deep Sleep mode

During this 60 sec does esp enter to deep sleep mode ? What is the max time alowed ? If not is there à way to made Esp sleep and wake up with an Int on GPIO ? The ESP8266 supports deep sleep mode. It works by connecting GPIO 16 to Reset. When the module is deep sleeping the power consumption is ver...
by chrille
07 Sep 2015, 07:49
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

Re: MQTT authentification

We have been working on some code changes to the project, moving all device specific code into "device plugin" files. This would make co-development of new devices a lot easier because you don't have to touch the core code files in order to add new devices. We're currently testing these c...
by chrille
06 Sep 2015, 21:13
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

Re: MQTT authentification

In other words, should we switch between connect methods based on empy/nonempty useraccount, or will this one work either way? Good point! I should have tested that. I installed mosquitto on another server and the password-less connection failed. I then added code to test if username/password was s...
by chrille
06 Sep 2015, 16:20
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

Re: MQTT authentification

Is there any plans to add MQTT authentification support to the software soon? If not, I might give it a try. I see the webserver code already is there to prompt for both username and password It was pretty simple to add https://github.com/janchrillesen/espeasy-dev/commit/3852b228e098cf20841ed5e06e3...
by chrille
04 Sep 2015, 11:18
Forum: ESP Easy: Software
Topic: MQTT authentification
Replies: 10
Views: 7075

MQTT authentification

Hi,

My MQTT broker requires authentification with username/password. Is there any plans to add MQTT authentification support to the software soon? If not, I might give it a try. I see the webserver code already is there to prompt for both username and password

- Jan
by chrille
03 Sep 2015, 10:44
Forum: ESP Easy: Software
Topic: pimatic support
Replies: 8
Views: 7851

Re: pimatic support

At the moment, not as far as I know. I never heard of it so i did take a look at the demo. I think there are more grown-up alternatives like domoticz / openhab with a larger user base, so more potential. Correct me if i'm wrong about that. But if you can write some code to get it supported, we can ...
by chrille
02 Sep 2015, 13:08
Forum: ESP Easy: Software
Topic: Meter Counter domoticz
Replies: 9
Views: 12804

Re: Meter Counter domoticz

it is any possibility to connect a esp8266 direct to a optical sensor like pulse counter, if yes are any schematic or photo? If you have a meter with a flashing LED and wants to connect that to the ESP8266, you can use a module like http://www.aliexpress.com/item/1x-NEW-Sales-LM393-Diode-Light-Sens...
by chrille
02 Sep 2015, 12:17
Forum: ESP Easy: General Discussion
Topic: ds18b20
Replies: 7
Views: 8046

Re: ds18b20

The temperature that show on easy are the same of domoticz. but i have to calibrate because i have one mercury thermometer and show more 2ºc DS18B20 is pre-calibrated and tends to be pretty accurate. Keep in mind that temperature can change over very small distances. I have some DS18B20 test boards...
by chrille
31 Aug 2015, 20:11
Forum: Introduce yourself
Topic: Introduction to Chrille
Replies: 1
Views: 2586

Introduction to Chrille

My name is Jan, and I've been interested in monitoring the environment in my house for a number of years. The first solution was based on an Olimex board with a PIC and later Raspberry Pi's with i2c was added. After discovering the ESP8266 it has been my main interest - first with nodemcu/LUA and re...
by chrille
31 Aug 2015, 20:04
Forum: ESP Easy: General Discussion
Topic: First attempt to install EasyESP
Replies: 4
Views: 6512

Re: First attempt to install EasyESP

Does it show up during boot now for approx 1 minute? tried to reboot, and also tried reset and reboot. But it did not show up. Eventually, after more reboots it suddenly went into AP mode. Is it supposed to always enter AP mode upon startup, or only if connection to the normal wifi network fails? T...
by chrille
31 Aug 2015, 13:13
Forum: ESP Easy: General Discussion
Topic: First attempt to install EasyESP
Replies: 4
Views: 6512

First attempt to install EasyESP

Hi, First of all - thank you very much for starting this project. Even at the current stage it looks like a really useful piece of software. I did my first install today. Code is R16 build on Mac using the ESP8266 Arduino staging release from august 10. Software was flashed using Raspberry Pi/Linux....