ESP Easy Mega
Moderators: rtenklooster, Voyager, BertB, Stuntteam
Forum rules
You have entered the experimental forum, beware!!!
You have entered the experimental forum, beware!!!
Re: ESP Easy Mega
mmm
Do you have a link for me to the other software?
So i can check my boards...
Perhaps i can see with the other software of my boards ar still working..
Do you have a link for me to the other software?
So i can check my boards...
Perhaps i can see with the other software of my boards ar still working..
-
- Normal user
- Posts: 103
- Joined: 14 Nov 2015, 20:17
Re: ESP Easy Mega
running de dev11 at the moment, but when i use de p1 gateway "device" and check the Json output , it tell's me :
And i think that's not okau , there must be some characters / numbers displayed under the : TaskName: "Slimme meter
Or did a think wrong ?
Code: Select all
{"System":{
"Build": 20000,
"Unit": 24,
"Uptime": 4,
"Free RAM": 21320
},
"Sensors":[
{
"TaskName": "Slimme meter"
}
]}
Or did a think wrong ?
Re: ESP Easy Mega
Hi, I am able to flash correctly on Wemos board, I can see in the serial log that the boards connect to my wifi after doing configuration (I can even see DCHP address), however I am no longer able to configure the device, and not able to ping it. Seems strange. It worked on one board only (Wemos D1 mini).
Code: Select all
INIT : Booting version: v2.0.0-dev11
INIT : Warm boot #2
FS : Mounting...
FS : Mount successful, used 72288 bytes of 113201
INIT : Free RAM:26360
INIT : I2C
INIT : SPI not enabled
1
FS : Mounting...
FS : Mount successful, used 72288 bytes of 113201
WIFI : AP Mode disabled
WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
WIFI : Connecting myWifiAP attempt #1
WIFI : Connected! IP: 192.168.0.29 (ESP_Easy_0)
be ESP_Easy_0 with address 192.168.4.1
WIFI : Connecting myWifiAP attempt #1
WD : Uptime 0 ConnectFailures 0 FreeMem 23088
arm boot #2
FS : Mounting...
FS : Mount successful, used 72288 bytes of 113201
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Have you upgraded from previous version or is it a fresh flash?S1eepy wrote: ↑07 Aug 2017, 21:55 Hi, I am able to flash correctly on Wemos board, I can see in the serial log that the boards connect to my wifi after doing configuration (I can even see DCHP address), however I am no longer able to configure the device, and not able to ping it. Seems strange. It worked on one board only (Wemos D1 mini).
Code: Select all
INIT : Booting version: v2.0.0-dev11 INIT : Warm boot #2 FS : Mounting... FS : Mount successful, used 72288 bytes of 113201 INIT : Free RAM:26360 INIT : I2C INIT : SPI not enabled 1 FS : Mounting... FS : Mount successful, used 72288 bytes of 113201 WIFI : AP Mode disabled WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1 WIFI : Connecting myWifiAP attempt #1 WIFI : Connected! IP: 192.168.0.29 (ESP_Easy_0) be ESP_Easy_0 with address 192.168.4.1 WIFI : Connecting myWifiAP attempt #1 WD : Uptime 0 ConnectFailures 0 FreeMem 23088 arm boot #2 FS : Mounting... FS : Mount successful, used 72288 bytes of 113201
If you disable some devices/SD card, does it respond?
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Actually it's both. I tried both on Wemos D1 Pro fresh install & also on Wemos D1 mini upgrade from ESPEasy V1.
I also tried to erase flash using a 1024 binary lying around. Maybe if you have some way to really clean the flash, I should try this first.
the strange thing is that sometimes after install, first boot is fine, I select Wifi AP & enter password, device reboots I assume, DHCP works, it moved to config screen.
However, after another reboot, nothing is displayed on the HTTP. I can check IP address assigned on my DHCP router & also in the Wemos logs, but I cannot ping the device, nor does it send HTTP data thru browser.
I also tried to erase flash using a 1024 binary lying around. Maybe if you have some way to really clean the flash, I should try this first.
the strange thing is that sometimes after install, first boot is fine, I select Wifi AP & enter password, device reboots I assume, DHCP works, it moved to config screen.
However, after another reboot, nothing is displayed on the HTTP. I can check IP address assigned on my DHCP router & also in the Wemos logs, but I cannot ping the device, nor does it send HTTP data thru browser.
Re: ESP Easy Mega
I have a simple question for which I'm sure there must be a page in the Wiki or a post in the forum.
For a new ESP sensor I am planning to include a DHT22 with a SenseAir S8.
I think I will need to compile a special version, since I can't see the S8 in the dropdown of the precompiled version (148).
So I downloaded the ESP Mega version from the Githum, and tried to compile.
But whatever I try, it always complains about "Error compiling for board NodeMCU".
What am I overlooking here? I've searched the Wiki already...
For a new ESP sensor I am planning to include a DHT22 with a SenseAir S8.
I think I will need to compile a special version, since I can't see the S8 in the dropdown of the precompiled version (148).
So I downloaded the ESP Mega version from the Githum, and tried to compile.
But whatever I try, it always complains about "Error compiling for board NodeMCU".
What am I overlooking here? I've searched the Wiki already...

Re: ESP Easy Mega
Switch on extended output during compiling...manjh wrote: ↑14 Aug 2017, 17:28 I have a simple question for which I'm sure there must be a page in the Wiki or a post in the forum.
For a new ESP sensor I am planning to include a DHT22 with a SenseAir S8.
I think I will need to compile a special version, since I can't see the S8 in the dropdown of the precompiled version (148).
So I downloaded the ESP Mega version from the Githum, and tried to compile.
But whatever I try, it always complains about "Error compiling for board NodeMCU".
What am I overlooking here? I've searched the Wiki already...![]()
Re: ESP Easy Mega
Weird... I switched extended output on, and now it compiles!LisaM wrote: ↑14 Aug 2017, 18:01Switch on extended output during compiling...manjh wrote: ↑14 Aug 2017, 17:28 I have a simple question for which I'm sure there must be a page in the Wiki or a post in the forum.
For a new ESP sensor I am planning to include a DHT22 with a SenseAir S8.
I think I will need to compile a special version, since I can't see the S8 in the dropdown of the precompiled version (148).
So I downloaded the ESP Mega version from the Githum, and tried to compile.
But whatever I try, it always complains about "Error compiling for board NodeMCU".
What am I overlooking here? I've searched the Wiki already...![]()
Oh well.
Next problem: I still don't see P52 in the dropdown. Should I enable this plugin somewhere beforer compile??
Re: ESP Easy Mega
OK, got it. Went into the source of P52 and changed the ifdef to "normal". Now it compiles and I see the Senseair in the dropdown.
Looking forward to putting the HW together and start testing!
Looking forward to putting the HW together and start testing!
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
The plugin for Senseair should be included in the normal build as it is merged now (#428). But you'll have to compile it yourself (like you already did).
Please inform me if you find anything unclear with the S8 wiki-page!
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
I recompiled with B148, had to enable the plugin (ifdef in the plugin source).grovkillen wrote: ↑15 Aug 2017, 08:53The plugin for Senseair should be included in the normal build as it is merged now (#428). But you'll have to compile it yourself (like you already did).
Please inform me if you find anything unclear with the S8 wiki-page!
Now I have the SenseAir plugin active in my ESP node, along with a DHT22.
The values of the DHT22 show up nicely in Domoticz, but the ppm value of the S8 shows zero in Domoticz, but I can see values in the sensor.
I double-checked the idx (of course). No luck.
The icon on Domoticz does show a correct timestamp after the "Last seen" text, so this suggests that a zero value is coming in from the sensor.
Should I use some sort of formula in the device settings?
Edit: I originally set up the sensor in Domoticz as "Air quality".
For test purposes I have tried a "custom sensor", changed the idx in the ESP, and now the correct value shows up! Dow this make sense to anyone?
At least I now know my HW setup is working properly, and the problem is most likely in getting Domoticz to understand what the sensor is sending...
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
My guess is that the json message is not correct with the way Domoticz expects it?manjh wrote: ↑15 Aug 2017, 12:45 Edit: I originally set up the sensor in Domoticz as "Air quality".
For test purposes I have tried a "custom sensor", changed the idx in the ESP, and now the correct value shows up! Dow this make sense to anyone?
At least I now know my HW setup is working properly, and the problem is most likely in getting Domoticz to understand what the sensor is sending...
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
May be. But I thought the plugin has come out of the experimental phase, and is now merged with the stable code.grovkillen wrote: ↑15 Aug 2017, 14:18My guess is that the json message is not correct with the way Domoticz expects it?manjh wrote: ↑15 Aug 2017, 12:45 Edit: I originally set up the sensor in Domoticz as "Air quality".
For test purposes I have tried a "custom sensor", changed the idx in the ESP, and now the correct value shows up! Dow this make sense to anyone?
At least I now know my HW setup is working properly, and the problem is most likely in getting Domoticz to understand what the sensor is sending...
If your suggestion is true does this mean there is a bug?
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
What code did you compile your version from? Since it is now merged as a "normal" plugin and you said you changed this manually it suggests to me that you do not have the latest GitHub code?
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
The Wiki page is good, but there is always room for improvement.grovkillen wrote: ↑15 Aug 2017, 08:53The plugin for Senseair should be included in the normal build as it is merged now (#428). But you'll have to compile it yourself (like you already did).
Please inform me if you find anything unclear with the S8 wiki-page!
From the schematics it is not entirely clear which GPIO's you use in the demo build. Especially when someone tries to build using another formfactor ESP unit. A "formal" electronics schematic would be good.
Also, the "devices" page does not correspond with the current build, I suspect it is from the ESP-Mega version. Not a problem, but perhaps adding a few words to that would help.
Last: a screenshot from the Domoticz side would be nice.
I realize this is nit-picking, but since you asked...

- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
I asked and yes you are right!manjh wrote: ↑15 Aug 2017, 15:42The Wiki page is good, but there is always room for improvement.grovkillen wrote: ↑15 Aug 2017, 08:53The plugin for Senseair should be included in the normal build as it is merged now (#428). But you'll have to compile it yourself (like you already did).
Please inform me if you find anything unclear with the S8 wiki-page!
From the schematics it is not entirely clear which GPIO's you use in the demo build. Especially when someone tries to build using another formfactor ESP unit. A "formal" electronics schematic would be good.
Also, the "devices" page does not correspond with the current build, I suspect it is from the ESP-Mega version. Not a problem, but perhaps adding a few words to that would help.
Last: a screenshot from the Domoticz side would be nice.
I realize this is nit-picking, but since you asked...![]()


ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
I pulled the "master" branch from Github. I tried to compile "as is", but then did not see the SenseAir plugin in the dropdown. So I looked in the source of the plugin and found an ifdef that did not resolve.grovkillen wrote: ↑15 Aug 2017, 15:41What code did you compile your version from? Since it is now merged as a "normal" plugin and you said you changed this manually it suggests to me that you do not have the latest GitHub code?
Changed that into "#ifdef PLUGIN_111" and inserted "#ifdef PLUGIN_111" on the main page. This way I made minimal changes to the source and still got the plugin to compile.
One thing I did notice:
#define PLUGIN_NAME_111 "SenseAir CO2 Sensor [DEVELOPMENT]"
Re: ESP Easy Mega
OK. Once I have everything sorted out, I'll have a go at the page (if you don't mind).grovkillen wrote: ↑15 Aug 2017, 15:45I asked and yes you are right!manjh wrote: ↑15 Aug 2017, 15:42The Wiki page is good, but there is always room for improvement.grovkillen wrote: ↑15 Aug 2017, 08:53
The plugin for Senseair should be included in the normal build as it is merged now (#428). But you'll have to compile it yourself (like you already did).
Please inform me if you find anything unclear with the S8 wiki-page!
From the schematics it is not entirely clear which GPIO's you use in the demo build. Especially when someone tries to build using another formfactor ESP unit. A "formal" electronics schematic would be good.
Also, the "devices" page does not correspond with the current build, I suspect it is from the ESP-Mega version. Not a problem, but perhaps adding a few words to that would help.
Last: a screenshot from the Domoticz side would be nice.
I realize this is nit-picking, but since you asked...![]()
The schematics is not my best area so that we need to have Shardan lay his hands on. The screenshot will for sure be updated and the Domoticz screenshot is your area since I don't use any controller
![]()
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
I don't mind!

Regarding the plugin, P052 is the plugin for Senseair... P111 is the playground plugin which is no longer active... So you need to pull the MEGA branch. Sorry 'bout that.
PS. I added a small wiring text which should be included in all plugins as well (but it should be accompanied with a "real" schematics).
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
OK, so I'll have to go back and put all settings in again, since a move to 2.0 will reset everything. I'll have to wait and get some courage. I just put in a third sensor: BHT1750.grovkillen wrote: ↑15 Aug 2017, 15:58I don't mind!
Regarding the plugin, P052 is the plugin for Senseair... P111 is the playground plugin which is no longer active... So you need to pull the MEGA branch. Sorry 'bout that.
PS. I added a small wiring text which should be included in all plugins as well (but it should be accompanied with a "real" schematics).
This single ESP module can now measure CO2, temp, humidity and lux. That's about all, I would think. I think I have a UV sensor lying around somewhere, but what's the point putting that on a sensor that typically will move around the house to measure air condition...

- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Sorry about that but it's pretty fast to just screenshot the settings and re-enter them once flashed. 

ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Yes, but scribbling them down was not much of a problem. In these high-tech days we sometimes underestimate the power of pen-and-paper....grovkillen wrote: ↑15 Aug 2017, 17:52 Sorry about that but it's pretty fast to just screenshot the settings and re-enter them once flashed.![]()

Anyway, I loaded the Mega version and re-specified the three sensors, and the unit is now up and running again without any problem.
Leaves me with the question why the p52 plugin is still in status "test"? I had to change the ifdef to get it included.
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
It shouldn't be in test, latest code:manjh wrote: ↑15 Aug 2017, 18:26Yes, but scribbling them down was not much of a problem. In these high-tech days we sometimes underestimate the power of pen-and-paper....grovkillen wrote: ↑15 Aug 2017, 17:52 Sorry about that but it's pretty fast to just screenshot the settings and re-enter them once flashed.![]()
![]()
Anyway, I loaded the Mega version and re-specified the three sensors, and the unit is now up and running again without any problem.
Leaves me with the question why the p52 plugin is still in status "test"? I had to change the ifdef to get it included.
https://github.com/letscontrolit/ESPEas ... nseAir.ino
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
I'll have to try that. I compiled the Mega version, and it works. Except it still does not communicate with Domoticz when I define as "air quality". Works OK as custom device.grovkillen wrote: ↑15 Aug 2017, 20:25It shouldn't be in test, latest code:manjh wrote: ↑15 Aug 2017, 18:26Yes, but scribbling them down was not much of a problem. In these high-tech days we sometimes underestimate the power of pen-and-paper....grovkillen wrote: ↑15 Aug 2017, 17:52 Sorry about that but it's pretty fast to just screenshot the settings and re-enter them once flashed.![]()
![]()
Anyway, I loaded the Mega version and re-specified the three sensors, and the unit is now up and running again without any problem.
Leaves me with the question why the p52 plugin is still in status "test"? I had to change the ifdef to get it included.
https://github.com/letscontrolit/ESPEas ... nseAir.ino
Another thing: in the Wiki text it is mentioned to use 47 Ohm resistors as precaution. But the pictures show straight wires, no resistors as far as I can see.
And when I look in the code, the resistors are suddenly 1K!
Which one is correct? zero, 47, or 1000 Ohms?
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
47ohms is the correct one, but I never use that, just straight wires.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
OK, so what i the risk? Why do you mention them?grovkillen wrote: ↑15 Aug 2017, 21:36 47ohms is the correct one, but I never use that, just straight wires.
BTW, this S8 device is amazing, when you think about what it does. A laboratory in a very small box.
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Yes it's great! 
The resistor is mentioned in the official documentation so I added it to the wiki. I might remove it or explain it further.
The resistor is mentioned in the official documentation so I added it to the wiki. I might remove it or explain it further.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Sensor is made in Sweden... are you in any way connected?grovkillen wrote: ↑16 Aug 2017, 06:14 Yes it's great!
The resistor is mentioned in the official documentation so I added it to the wiki. I might remove it or explain it further.
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Yes I work for Senseair as a Standards Engineer. 

ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Ah.... good for you, sounds like a very interesting company to work for!
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
It is and Senseair is really impressed with the ESP Easy initiative. Thanks to the developers a "noob" can get a S8 sensor up and running (reporting to the rest of the world) in less than an hour!
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
I agree. Setting it up on a breadboard is really simple. I spent most of the time figuring out why it would not report into the Air Quality device in Domoticz, but that is hardly a SenseAir problem.grovkillen wrote: ↑16 Aug 2017, 12:33It is and Senseair is really impressed with the ESP Easy initiative. Thanks to the developers a "noob" can get a S8 sensor up and running (reporting to the rest of the world) in less than an hour!
As for the "noob"? I don't qualify. I have worked for Big Blue for many years in several technical and managerial positions. That is probably why I have a nack of finding bugs.....
Speaking of one. I read in several places that the S8 has a power-sensitive limit of 5.2V, above which the unit (lamp?) will almost certainly die.
Do you know why the designers have not added a simple safety in there? I think a zener would do the job. On an industrial scale it cannot cost much more than a few cents, and compared to the total price of this sensor I would not hesitate.

- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
manjh wrote: ↑16 Aug 2017, 13:19I agree. Setting it up on a breadboard is really simple. I spent most of the time figuring out why it would not report into the Air Quality device in Domoticz, but that is hardly a SenseAir problem.grovkillen wrote: ↑16 Aug 2017, 12:33It is and Senseair is really impressed with the ESP Easy initiative. Thanks to the developers a "noob" can get a S8 sensor up and running (reporting to the rest of the world) in less than an hour!
As for the "noob"? I don't qualify. I have worked for Big Blue for many years in several technical and managerial positions. That is probably why I have a nack of finding bugs.....
Speaking of one. I read in several places that the S8 has a power-sensitive limit of 5.2V, above which the unit (lamp?) will almost certainly die.
Do you know why the designers have not added a simple safety in there? I think a zener would do the job. On an industrial scale it cannot cost much more than a few cents, and compared to the total price of this sensor I would not hesitate.![]()


Regarding the 5.2V limit, I will forward this to the electro-engineers! Thanks for the feedback.

ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
No problem, I did not mean it that way.grovkillen wrote: ↑16 Aug 2017, 13:25Observe that I used the term "noob" in general not you in particular!
Regarding the 5.2V limit, I will forward this to the electro-engineers! Thanks for the feedback.![]()
As for the Zener: good luck... consider it a small insurance premium. And it would also remove those nasty warning signs.
-
- Normal user
- Posts: 307
- Joined: 06 Nov 2016, 13:45
Re: ESP Easy Mega
@grovkillen
Instead of this

And thanks for all your wiki contributions
(Shardan too!)
And what about a Wemos Shield ?will forward this to the electro-engineers!
Instead of this

And thanks for all your wiki contributions
(Shardan too!)
30+ ESP units for production and test. Ranging from control of heating equipment, flow sensing, floor temp sensing, energy calculation, floor thermostat, water usage, to an interactive "fun box" for my grandson. Mainly Wemos D1.
Re: ESP Easy Mega
There is an empty WeMOS PCB you may use for these circuits.
https://www.aliexpress.com/item/Proto-S ... 74144.html
https://www.aliexpress.com/item/Proto-S ... 74144.html
Regards
Shardan
Shardan
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Thank you for the feedback!Domosapiens wrote: ↑17 Aug 2017, 17:10 @grovkillenAnd what about a Wemos Shield ?will forward this to the electro-engineers!
Instead of this
And thanks for all your wiki contributions
(Shardan too!)

Regarding the non-shield guide I did it mainly for it's compact design and easy to follow (the wires) for a new user. But we might have to create an "official" shield

ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
I don't think there is an "official" shield. And as soon as we choose one, some clever Chinese developer will come up with an even better one... 

-
- Normal user
- Posts: 307
- Joined: 06 Nov 2016, 13:45
Re: ESP Easy Mega
Thanks Shardan, on order now.empty WeMOS PCB

30+ ESP units for production and test. Ranging from control of heating equipment, flow sensing, floor temp sensing, energy calculation, floor thermostat, water usage, to an interactive "fun box" for my grandson. Mainly Wemos D1.
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
I talked to the electro-engineers regarding the protection of the sensor. They responded that since this is an OEM product the protection should be on the overall system level, at least that was what the original idea was. New product will most likely end up with more end users (with the ever growing popularity of ESP Easy etc.) so we'll consider adding onboard protection.manjh wrote: ↑16 Aug 2017, 13:19I agree. Setting it up on a breadboard is really simple. I spent most of the time figuring out why it would not report into the Air Quality device in Domoticz, but that is hardly a SenseAir problem.grovkillen wrote: ↑16 Aug 2017, 12:33It is and Senseair is really impressed with the ESP Easy initiative. Thanks to the developers a "noob" can get a S8 sensor up and running (reporting to the rest of the world) in less than an hour!
As for the "noob"? I don't qualify. I have worked for Big Blue for many years in several technical and managerial positions. That is probably why I have a nack of finding bugs.....
Speaking of one. I read in several places that the S8 has a power-sensitive limit of 5.2V, above which the unit (lamp?) will almost certainly die.
Do you know why the designers have not added a simple safety in there? I think a zener would do the job. On an industrial scale it cannot cost much more than a few cents, and compared to the total price of this sensor I would not hesitate.![]()
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Makes sense. Thanks for the feedback!grovkillen wrote: ↑21 Aug 2017, 13:32I talked to the electro-engineers regarding the protection of the sensor. They responded that since this is an OEM product the protection should be on the overall system level, at least that was what the original idea was. New product will most likely end up with more end users (with the ever growing popularity of ESP Easy etc.) so we'll consider adding onboard protection.manjh wrote: ↑16 Aug 2017, 13:19I agree. Setting it up on a breadboard is really simple. I spent most of the time figuring out why it would not report into the Air Quality device in Domoticz, but that is hardly a SenseAir problem.grovkillen wrote: ↑16 Aug 2017, 12:33
It is and Senseair is really impressed with the ESP Easy initiative. Thanks to the developers a "noob" can get a S8 sensor up and running (reporting to the rest of the world) in less than an hour!
As for the "noob"? I don't qualify. I have worked for Big Blue for many years in several technical and managerial positions. That is probably why I have a nack of finding bugs.....
Speaking of one. I read in several places that the S8 has a power-sensitive limit of 5.2V, above which the unit (lamp?) will almost certainly die.
Do you know why the designers have not added a simple safety in there? I think a zener would do the job. On an industrial scale it cannot cost much more than a few cents, and compared to the total price of this sensor I would not hesitate.![]()
-
- Normal user
- Posts: 66
- Joined: 16 Feb 2017, 09:23
Re: ESP Easy Mega
I just installed esp easy mega latest version instead of 148.
Upgrading failed: after the upgrade the device was not connected to the wifi anymore, and not sending its own.
I reflashed it, than it worked.
1 question: is there anything changed in rules? I am curious wheter nested commands now work.
Upgrading failed: after the upgrade the device was not connected to the wifi anymore, and not sending its own.
I reflashed it, than it worked.
1 question: is there anything changed in rules? I am curious wheter nested commands now work.
Re: ESP Easy Mega
I think that when upgrading to this level, you should be prepared to re-install all settings. Anything that still works after the upgrade is lucky.ewaldharmsen wrote: ↑08 Jan 2018, 18:14 I just installed esp easy mega latest version instead of 148.
Upgrading failed: after the upgrade the device was not connected to the wifi anymore, and not sending its own.
I reflashed it, than it worked.
1 question: is there anything changed in rules? I am curious wheter nested commands now work.
Also, I know that the backup/restore between the releases does not work.I ran into this problem and reported it as a bug: it turns out that the file format differs somehow, not sure if it will be fixed.
Bottom line: when upgrading, make sure you have all the info about devices and rules written down somewhere, or take screenshots. After the upgrade be prepared to enter manually...
Re: ESP Easy Mega
Nested commands? please specify what you mean exactly.ewaldharmsen wrote: ↑08 Jan 2018, 18:14 1 question: is there anything changed in rules? I am curious wheter nested commands now work.
I have been using rules that trigger other events in turn, so if that is what you mean: yes, it works.
-
- Normal user
- Posts: 66
- Joined: 16 Feb 2017, 09:23
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Yes the update between R1XX and 2.0.0 is big and the config file is none compatible (we're working on that though) so the update will make the unit wiped and cleaned from most settings. A possible workaround is to manually backup the settings with screenshots or scribble on a piece of paper. I use my "ESP Easy Webdumper" for that.ewaldharmsen wrote: ↑09 Jan 2018, 16:53Yes I do that as well, I was hoping for an if else structure...
My point was that the upgrade fails so that I need physical acces to all devices
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Indeed the config is incompatible, but the device should fall back to AP mode, so you might not need physical access in that case?ewaldharmsen wrote: ↑09 Jan 2018, 16:53Yes I do that as well, I was hoping for an if else structure...
My point was that the upgrade fails so that I need physical acces to all devices
Edwin
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: ESP Easy Mega
Last week I updated all to dev13 and two units were R147. They booted into AP mode both of them and config was reset. You can use my webdumper app to get all the settings documented.psy0rz wrote: ↑10 Jan 2018, 15:15Indeed the config is incompatible, but the device should fall back to AP mode, so you might not need physical access in that case?ewaldharmsen wrote: ↑09 Jan 2018, 16:53Yes I do that as well, I was hoping for an if else structure...
My point was that the upgrade fails so that I need physical acces to all devices
Edwin
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Re: ESP Easy Mega
Hello,
where is IDX/Aariable under ESP Easy is it in task devices.
where is IDX/Aariable under ESP Easy is it in task devices.
Re: ESP Easy Mega
viewtopic.php?f=6&t=4945
hi I found a strange behavier with the generic pulse counter, seems that the time variable gets an overflow which corrupts the count value for the time always when the time value is flipping over to 0 again. i postet it in detail in the link above, maybe the wrong place...
regards Zwehn
hi I found a strange behavier with the generic pulse counter, seems that the time variable gets an overflow which corrupts the count value for the time always when the time value is flipping over to 0 again. i postet it in detail in the link above, maybe the wrong place...
regards Zwehn
mega-20180214 with generic pulse counter, fhem, arduino
Who is online
Users browsing this forum: No registered users and 20 guests