ESP made easy

Everything about esp8266 and more.

Moderator: leecollings

Wirehead
Posts: 18
Joined: Saturday 22 November 2014 8:02
Target OS: Linux
Domoticz version:
Contact:

Re: ESP made easy

Post by Wirehead »

Anyone know why this is in the BH1750 code?

Code: Select all

val=val+15;
This basically sets the lower limit to 15 lux.. Not really able to find any other examples including this line of code, or why it is done.
User avatar
Mediacj
Posts: 74
Joined: Wednesday 11 February 2015 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: ESP made easy

Post by Mediacj »

Ok now I understand why my Lux values are 15 when it is totally dark :)
Wirehead
Posts: 18
Joined: Saturday 22 November 2014 8:02
Target OS: Linux
Domoticz version:
Contact:

Re: ESP made easy

Post by Wirehead »

Hope the developer can chime in on this.. The datasheet doesn't take note of this. Basically, the sensor has 3 resolutions:

Code: Select all

Measurement Mode Measurement Time. Resolution
H-resolution Mode2 Typ. 120ms. 0.5 lx
H-Resolution Mode Typ. 120ms. 1 lx.
L-Resolution Mode Typ. 16ms. 4 lx. 
An additional note concerning the default H-Resolution mode in the sheet:

Code: Select all

H-Resolution Mode is 1 l x resolution so that it is suitable for darkness ( less than 10 lx )
H-resolution mode2 is also suitable to detect for darkness. 
So less than 10 lux is OK with the default setting. (H-mode 2 has some extra filtering for 50/60Hz noise). So I'm really clueless where this 15 lux comes from :|
tweaker
Posts: 10
Joined: Monday 24 August 2015 15:35
Target OS: -
Domoticz version:
Contact:

Re: ESP made easy

Post by tweaker »

Toni wrote:I'd be happy to contribute if it was a Github project :)
Maybe you've missed it, but you can find it now on github https://github.com/ESP8266nu/ESPEasy
If you check on sourceforge you will find the code part has been removed. You can only download the zipfiles there.
tweaker
Posts: 10
Joined: Monday 24 August 2015 15:35
Target OS: -
Domoticz version:
Contact:

Re: ESP made easy

Post by tweaker »

Wirehead wrote:Hope the developer can chime in on this.. The datasheet doesn't take note of this. Basically, the sensor has 3 resolutions:

Code: Select all

Measurement Mode Measurement Time. Resolution
H-resolution Mode2 Typ. 120ms. 0.5 lx
H-Resolution Mode Typ. 120ms. 1 lx.
L-Resolution Mode Typ. 16ms. 4 lx. 
An additional note concerning the default H-Resolution mode in the sheet:

Code: Select all

H-Resolution Mode is 1 l x resolution so that it is suitable for darkness ( less than 10 lx )
H-resolution mode2 is also suitable to detect for darkness. 
So less than 10 lux is OK with the default setting. (H-mode 2 has some extra filtering for 50/60Hz noise). So I'm really clueless where this 15 lux comes from :|
Maybe if you post it on the ESP easy website, they will look into it and maybe fix it. You can check here: http://www.esp8266.nu/forum/search.php? ... ive_topics. A newer version has been released today but is says nothing about the lux sensor in the release notes.
tweaker
Posts: 10
Joined: Monday 24 August 2015 15:35
Target OS: -
Domoticz version:
Contact:

Re: ESP made easy

Post by tweaker »

Just read on the esp8266.com website that the ESP Easy webinterface has been refreshed.
I think people will like the cleaner interface over the old one

Image
lukaz1987
Posts: 1
Joined: Thursday 16 July 2015 9:09
Target OS: Linux
Domoticz version:
Contact:

Re: ESP made easy

Post by lukaz1987 »

Hi
Anybody have tutorial how send data to LCD(ESP easy)? I would be grateful.
brommetje
Posts: 67
Joined: Sunday 16 February 2014 17:40
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: NL
Contact:

Re: ESP made easy

Post by brommetje »

Hi, for the ESP made easy software do I really need a Arduino or is it also possible to run/compile the software on a Raspberry PI?
User avatar
remb0
Posts: 499
Joined: Thursday 11 July 2013 22:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: ESP made easy

Post by remb0 »

brommetje wrote:Hi, for the ESP made easy software do I really need a Arduino or is it also possible to run/compile the software on a Raspberry PI?

No why? When you have an esp 07 12 or something else you must wire that to an ftdi /usb and flash the chip. then connect your sensors and configure then in the easy web interface.
works veryvery easy! I have a nodemcu.(plug and play) but the esp07 without an breakout is not so easy to wire becaue it's very small
rtenklooster
Posts: 36
Joined: Tuesday 23 December 2014 16:20
Target OS: Linux
Domoticz version:
Contact:

Re: ESP made easy

Post by rtenklooster »

lukaz1987 wrote:Hi
Anybody have tutorial how send data to LCD(ESP easy)? I would be grateful.
Yes, http://www.esp8266.nu/index.php/LCDDisplay
kimi1983
Posts: 2
Joined: Saturday 24 October 2015 9:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: ESP made easy

Post by kimi1983 »

Hello,

i am actually trying to get an EASYPESP Sensor working with DHT22.

It is reading th temp but the temp and humidity is never apearing in Domoticz.

Once i have seen in the log : 2015-10-24 09:56:06.365 Incoming connection from: 192.168.1.200

How can i troubleshoot ?

best regards
rtenklooster
Posts: 36
Joined: Tuesday 23 December 2014 16:20
Target OS: Linux
Domoticz version:
Contact:

Re: ESP made easy

Post by rtenklooster »

Did you create the proper dummy device in domoticz?
Temp+hum?
Are the temp en hum listed in the devices page of the esp module?
kimi1983
Posts: 2
Joined: Saturday 24 October 2015 9:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: ESP made easy

Post by kimi1983 »

Hello,

yes the dummy has been created, it got the ID 26.

Temp & Humidity are listed in the device Window of the esp.

What else can i check ? best regards
User avatar
zenit
Posts: 17
Joined: Wednesday 25 March 2015 17:40
Target OS: Linux
Domoticz version: Beta
Location: Berg aan de Maas
Contact:

Re: ESP made easy

Post by zenit »

Hi guys,

I finally got it to work: Read P1 port of a smart meter (ISKRA ME382) and then read the values with an ESP8266 (Huzzah) via Serial to Wifi --> Domoticz (P1 Lan interface).. :D It's something i've been fiddeling for months till now. My Domoticz setup runs on an old laptop at the first floor and I yet don't have cat5 from there to my electrical cabinet. So I really wanted the connection to be wireless.

I have tried several software releases of serial to wifi bridges on the ESP8266/NodeMCU, but could't get it to work because of the 'stop bits' setting. For my smart meter I need 9600 7N1. Remark: the signal has to be inverted with a transistor BC547 or some other circuit. There's lots of info on the internet about this.

Now there is a (not yet official, I believe) build "R043". You can find it on : https://github.com/ESP8266nu/ESPEasy . You can upload it with Arduino 1.6.5 IDE to your ESP8266. This software gives you the opportunity to put the serial signal to wifi among some other GREAT options.

ESP8266 with EspEasy software just rocks!!



hope its the right forum, just wanted to share....
Attachments
esp3.JPG
esp3.JPG (37 KiB) Viewed 9563 times
esp2.JPG
esp2.JPG (34.12 KiB) Viewed 9563 times
esp1.JPG
esp1.JPG (54.62 KiB) Viewed 9563 times
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: ESP made easy

Post by deennoo »

Using Serial, you can connect your RFLink to

Look at Hardware and add : RFlink Gateway with Lan
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
User avatar
gizmocuz
Posts: 2480
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: ESP made easy

Post by gizmocuz »

i dont find it easy at all... (okey.. compared to mysensors.org)... but i am not giving up yet ;)
Quality outlives Quantity!
ThinkPad
Posts: 890
Joined: Tuesday 30 September 2014 8:49
Target OS: Linux
Domoticz version: beta
Location: The Netherlands
Contact:

Re: ESP made easy

Post by ThinkPad »

zenit wrote:Hi guys,

I finally got it to work:
[...]
hope its the right forum, just wanted to share....
Good to know, thanks for sharing! I'm sure it will come in handy for me one day if i need to convert RS232 to WiFi.
Although i prefer Ethernet if possible (i use this one which works great).
I am not active on this forum anymore.
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: ESP made easy

Post by deennoo »

gizmocuz wrote:i dont find it easy at all... (okey.. compared to mysensors.org)... but i am not giving up yet ;)
Using a nodemcue as borad this réal easy to use.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: ESP made easy

Post by Derik »

deennoo wrote:
gizmocuz wrote:i dont find it easy at all... (okey.. compared to mysensors.org)... but i am not giving up yet ;)
Using a nodemcue as borad this réal easy to use.

Ex plane please....
Hard to get ..... for a dombo like me...
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: ESP made easy

Post by deennoo »

Derik wrote:
deennoo wrote:
gizmocuz wrote:i dont find it easy at all... (okey.. compared to mysensors.org)... but i am not giving up yet ;)
Using a nodemcue as borad this réal easy to use.

Ex plane please....
Hard to get ..... for a dombo like me...
Https://www.google.fr/search?q=nodemcu+ ... e&ie=UTF-8
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest