Search found 1156 matches

by Shardan
08 Apr 2017, 16:17
Forum: ESP Easy: Software
Topic: Request for help with Plugin to measure mains AC current
Replies: 7
Views: 6875

Re: Request for help with Plugin to measure mains AC current

Hello all, i've made two different solutions for me: For power consumption i use a counter module. They can be mounted in the distribution box and the pulse output can safely be connected to an ESP or other devices. Security comes first, i tend to avoid selfmade circuitry with mains power. For just ...
by Shardan
07 Apr 2017, 22:39
Forum: ESP Easy: Hardware
Topic: ESP-07 flashing
Replies: 15
Views: 20447

Re: ESP-07 flashing

Hello, Use a separate power supply for the 3,3V, not the power from the TTL converter. I kow that there are reports on the net saying that works. Due to my experiences it mostly does not. Remember that EspTool just shows that data is going out. It does not say if data arrives in the flash neither do...
by Shardan
07 Apr 2017, 13:00
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

From my point of view the wiki should provide the documentation. Things like "Supported sensors/actors", Setups and examples, some HowTo's and so an. Then i'd like to see a separate "Problem solved" area in the forum, kinda FAQ or similiar. I read the forum often and try to answe...
by Shardan
07 Apr 2017, 12:34
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 86732

Re: sonoff dual flashing the ESP

The Sonoff Dual uses a separate MCU connected to the Serial Port of the ESP. This is not supported by ESPEasy / ESPEasy Mega at this time. Tere were some efforts already on this device, see https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=721&p=14685&hilit=sonoff+dual#p14685 Regar...
by Shardan
06 Apr 2017, 13:54
Forum: ESP Easy: General Discussion
Topic: Solid-state hour meters
Replies: 2
Views: 2538

Re: Solid-state hour meters

Hello, i'm not using domoticz, i just have an idea. ESPEasy is not memory persistent at all so counters in the ESP-chip are lost on a power failure or reboot. On top it isn't that easy to make ESPEasy count time without writing a plugin for that. So if possible i'd just let the ESP send "on/off...
by Shardan
04 Apr 2017, 22:48
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

Would it work if one installs the dev7-zipfile and copy the newer libs and sources over the existing dev7-directories?
by Shardan
04 Apr 2017, 22:32
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

Yeah, you shouldnt use the link called "Source code". Github adds that automaticly and it misses the submodules. Use the first link instead, called ESPEasy_v2.0.0-dev7.zip. I'll see what i can do to remove or otherwise correct that source code file. I'll ask the nodemcu-build guy if he wa...
by Shardan
04 Apr 2017, 21:59
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

Currently you can "disable" plugins by just deleting them. Shardan: the IR plugins have been re-enabled, but now ESPeasy doenst compile. The only way to compile it is to "disable" some plugins. I could make a nice config-file where you can select your plugins. Altough the point ...
by Shardan
04 Apr 2017, 21:41
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

Hello, i've just noticed that the IR-library is disabled due to a bug. When will it be back? Regards Shardan it wasn't actually a bug. with the new IR library we just hit our IRAM limit it seems. (and there is only 2-3k of IRAM to start with) I created an overview of the different plugin sizes: htt...
by Shardan
04 Apr 2017, 18:45
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 686862

Re: ESP Easy Mega

Hello,

i've just noticed that the IR-library is disabled due to a bug.

When will it be back?


Regards
Shardan
by Shardan
03 Apr 2017, 16:40
Forum: ESP Easy: Projects / Applications
Topic: Command execution
Replies: 2
Views: 2830

Re: Command execution

As far as i know there is the possibility to use the IFTTT plugin for this purpose.
I've never tested that, but maybe give it a try.

Regards
Shardan
by Shardan
03 Apr 2017, 16:36
Forum: ESP Easy: Software
Topic: [solved] Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)
Replies: 10
Views: 8625

Re: Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)

I don't think that this is the issue, but to which GPIO's are SDA and SCL configured? ESPEasy can set the configuration to any availlable GPIO in the "Hardware" tab. If that's ok too i'll build a test circuit on breadboard to see if something is wrong in the firmware. I assume it's correct...
by Shardan
03 Apr 2017, 11:50
Forum: ESP Easy: Software
Topic: [solved] Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)
Replies: 10
Views: 8625

Re: Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)

Hello Thomas,

if I remember right the BMP180 is the follower of the BMP085 while BMP280 and BME 280 are different chips.

Maybe give it a try and change the task settings to BMP085 instead of BMP280.

Regards
Shardan
by Shardan
02 Apr 2017, 13:22
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12423

Re: Possibility to send IR RAW codes

Yep, it's the espbridge. It can be used bi-directional if the command supports that. perfect, so I can transmit data from my fhem to my oled-display lines 7+8 :-) When making the IR hardware i contacted the developer as the IRSEND was not supported and he had it integrated within some days. I use a...
by Shardan
01 Apr 2017, 21:44
Forum: ESP Easy: Hardware
Topic: Ebay Wifi Relay boards
Replies: 55
Views: 46799

Re: Ebay Wifi Relay boards

Hello Dylantje,

you may try to reset it via the serial port using the Arduino IDE or ESPlorer, sending a "reset" to the ESP.

Or you may try a hard reset:
- Switch off the ESP
- Connect Rx and Tx pins to eachother
- switch on and wait at least a minute.

Regards
Shardan
by Shardan
01 Apr 2017, 11:59
Forum: ESP Easy: General Discussion
Topic: "Silly" question from newbie about plugins
Replies: 3
Views: 2907

Re: "Silly" question from newbie about plugins

Hello Dave,

there is a newer Version of ESPEasy, the "ESPEasyMega", ESPEasy 2.0.0.
The framed OLED plugin is already included in the 2.0.0.

Regards
Shardan
by Shardan
01 Apr 2017, 11:57
Forum: Introduce yourself
Topic: Hi from Down Under
Replies: 1
Views: 2429

Re: Hi from Down Under

You're welcome :)
by Shardan
31 Mar 2017, 20:13
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12423

Re: Possibility to send IR RAW codes

Does the LED strips need to be controlled with IR? Can't you control it with gpio instead? Sure i could. But i have several LED stripes in that room, on top TV, stereo and DVD player. It needs only one single IR transceiver in the room to control all the devices from my homecontrol. For controlling...
by Shardan
31 Mar 2017, 19:49
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12423

Re: Possibility to send IR RAW codes

if you mean esp bridge i can say that I use it still. It's wonderfull by creating devices at it self. But I thougt that it is only one way. So I can Input from DHT/PIR/.. to my fhem. Greeting and enjoy the weekend Thomas Yep, it's the espbridge. It can be used bi-directional if the command supports...
by Shardan
31 Mar 2017, 18:15
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12423

Re: Possibility to send IR RAW codes

Hello Thomas, the codes are in Hex. From FHEM you can use the "ESPEasy" pluigin from FHEM: https://fhem.de/commandref.html#ESPEasy I bought some very cheap LED stripes from the DIY market and virtualized the remote control with FHEM "remotecontrol" https://fhem.de/commandref.html...
by Shardan
31 Mar 2017, 14:21
Forum: ESP Easy: Software
Topic: Delays explanation
Replies: 8
Views: 13845

Re: Delays explanation

Anytime :)
by Shardan
30 Mar 2017, 20:01
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 192306

Re: IR Transmitter ?

Hello all, for those who have difficulties with the hardware here is the schematic and PCB layout including silks for the IR-TX-RX shown in post #57. IRTXRX-v2.1.pdf.zip The version has some slight changes over the photos from #57 to improve the IR-receiver. I've five of these modules running atm so...
by Shardan
30 Mar 2017, 18:56
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12423

Re: Possibility to send IR RAW codes

Hello again, maybe have a look at this thread: https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=328&hilit=raw The plugin they developed is atm not included in the standard binaries or source code of R148 or ESPEasyMega. Seems it is still a "work in progress". Here the "...
by Shardan
30 Mar 2017, 18:44
Forum: ESP Easy: General Discussion
Topic: Sonoff esp easy connection problems
Replies: 14
Views: 10894

Re: Sonoff esp easy connection problems

Hello,

all memsizes and the old flash tool together in a zip file for your convenience.
ESPEasy_R148.zip
(855.95 KiB) Downloaded 511 times
Regards
Shardan
by Shardan
30 Mar 2017, 14:59
Forum: ESP Easy: Software
Topic: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)
Replies: 8
Views: 6135

Re: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)

hm....

i think i've made a mistake.
All the fields of a dummy variable are number values including decimals.
I don't think you can put time format values into such a variable.

One of the programmers reading? Is that possible?

Regards
Shardan
by Shardan
30 Mar 2017, 14:21
Forum: ESP Easy: Software
Topic: Delays explanation
Replies: 8
Views: 13845

Re: Delays explanation

Hello, as i don't use thingspeak i have to guess a bit. Basically the ESP is a single threaded system so tasks will more or less impact each other. I'm at the office atm so i can't test anything. The "Message Delay" is not meant to make long breaks between transmissions. Servers like thing...
by Shardan
30 Mar 2017, 13:40
Forum: ESP Easy: Hardware
Topic: Sonoff basic with touch switch problem
Replies: 14
Views: 20299

Re: Sonoff basic with touch switch problem

Hello, the pictures a Google and AliExpress show some differences, maybe soe not... that's why i ordered several different ones ( and hope i'll get the same with the enxt order :evil: ) Just give a 50pf at the sensing pad a try. Worst that might happen is it stops working and you have to remove it. ...
by Shardan
30 Mar 2017, 13:34
Forum: ESP Easy: General Discussion
Topic: Sonoff esp easy connection problems
Replies: 14
Views: 10894

Re: Sonoff esp easy connection problems

Hell,

i have a Sonoff basic running for a while now whithout a Problem.
ESPEasy Version is R148

Regards
Shardan
by Shardan
30 Mar 2017, 09:17
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 86732

Re: sonoff dual flashing the ESP

I think the only other Ssonoff device that works this way (with the secondary MCU) is the one with 4 relays. For your information: There are several sonoff devices with secondary MCU. The Sonoff basic works with standard compiled ESPEasy without issues. The Sonoff 4CH (4 relays) has relays and butt...
by Shardan
29 Mar 2017, 20:48
Forum: ESP Easy: Hardware
Topic: Sensirion SHT30 supported?
Replies: 30
Views: 30639

Re: Sensirion SHT30 supported?

hm...
can't find the SHT3x in the Dev7 source either?

Regards
Shardan
by Shardan
29 Mar 2017, 20:33
Forum: ESP Easy: Software
Topic: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)
Replies: 8
Views: 6135

Re: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)

PS:

I just checked with ESPEasyMEGA on a nodeMCU - it works without issues too using the standard OLED plugin..
The "OLED framed" works, but the command for remote writing does not.

S.
by Shardan
29 Mar 2017, 20:01
Forum: ESP Easy: Software
Topic: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)
Replies: 8
Views: 6135

Re: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)

Hello Thomas, i didn't use dummy devices up to now so i don't know. I've found this in the command reference https://www.letscontrolit.com/wiki/index.php/ESPEasy_Command_Reference : TaskValueSet Set values on a Dummy Task device TaskValueSet <task nr>, <value nr>, <value/formula> So what i would try...
by Shardan
29 Mar 2017, 16:48
Forum: ESP Easy: Software
Topic: Delays explanation
Replies: 8
Views: 13845

Re: Delays explanation

For some clearance. The "Sensor Delay" Setting on the config page controls how often your ESP8266-sensor reports to FHEM, Openhab or whatever. As far as i know used with "Deep Sleep" to wake the ESP from DeepSleep every "n" seconds. (never played with this setting..) Fr...
by Shardan
29 Mar 2017, 14:11
Forum: ESP Easy: Software
Topic: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)
Replies: 8
Views: 6135

Re: %systime% | pir-sensor (HCSR501)| oled display (SSD 1306)

Hello Thomas, how can I get informations of %systime% by using FHEM HTTP? It would be nice to be created/saved automatically. Do I need a Dummy Device? Sadly i don't have an ESPEasy here at my Office so i have to guess a bit. - Go to "Devices" and edit an empty Task - Search for "Sys ...
by Shardan
28 Mar 2017, 12:14
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 188770

Re: Feature Request collection/list

My 'problem' is that the DST-box has been checked, but the extra hour is not added! Local manipulation of time-offset should not be required to get the difference between Wintertime and Summertime. Which Version of ESPEasy do you run? I've checked with R148 yesterday evening and it adds the hour wh...
by Shardan
27 Mar 2017, 21:25
Forum: Introduce yourself
Topic: Hi from Jock land
Replies: 3
Views: 3698

Re: Hi from Jock land

Hello Peter and a wecome from Germany.

Just ask :)

Regards
Shardan
by Shardan
27 Mar 2017, 21:16
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 188770

Re: Feature Request collection/list

At installation of the 'Mega-firmware' I have checked the box for DST, but starting 25th of March I don't see the expected 1hour-shift in time: display in ESPEasy of Systemtime is still 'wintertime'. Any additional action required, or need to wait a while till the default NTP-server switches time? ...
by Shardan
27 Mar 2017, 11:07
Forum: ESP Easy: Hardware
Topic: Ebay Wifi Relay boards
Replies: 55
Views: 46799

Re: Ebay Wifi Relay boards

The imprint on my relay says nothing about more then 125V. That is what i can see. In 20+ years of Engineering I learnt to avoid to end up with so strong beliefs based only on some assumptions ... Okay. So i'm just making assumptions and can not read what is printed on my relays. I'm electronics tec...
by Shardan
27 Mar 2017, 10:40
Forum: ESP Easy: Hardware
Topic: Sonoff basic with touch switch problem
Replies: 14
Views: 20299

Re: Sonoff basic with touch switch problem

Hello Genesys, These sensors do not work on contact but by capacity. Even if you touch the sensor itself you usually won't get in electrical contact, there is a lacquer coat on the copper. Your finger and the sensor build a capacitor, small but big enough to trigger the sensor chip. I don't know the...
by Shardan
27 Mar 2017, 09:58
Forum: ESP Easy: Hardware
Topic: Ebay Wifi Relay boards
Replies: 55
Views: 46799

Re: Ebay Wifi Relay boards

Hello Dylantje, hm... not out of the box. Check if the GPIO is set to default boot state: - Open the webpage of the R8 - Go to "Hardware" - Check the Setting of "Pin mode 10 (D12)", it should read "Default" usually. It might help if you set it to "Output low"....
by Shardan
27 Mar 2017, 09:33
Forum: ESP Easy: General Discussion
Topic: Luxmeter BH1750 reporting time increase
Replies: 11
Views: 8601

Re: Luxmeter BH1750 reporting time increase

Yep, right.

The GPIO16 sends a "Wake Up" to the reset.
If this connection is missed, the ESP would start once and then sleep forever ;)

Regards
Shardan
by Shardan
26 Mar 2017, 22:18
Forum: ESP Easy: Hardware
Topic: Pulse Counter
Replies: 31
Views: 44254

Re: Pulse Counter

Hello,

I'd recommend not to use the GPIO0 as it is used for flashing.
Any other GPIO can be used, it's configurable in the ESPEasy devices.

Regards
Shardan
by Shardan
26 Mar 2017, 20:45
Forum: ESP Easy: Hardware
Topic: Pulse Counter
Replies: 31
Views: 44254

Re: Pulse Counter

Yes. These 2 connectors Then it should be easy to do. These counters usually have a so called "Open Collector" output. You will need just a resistor 2,2K .... 10 K and some wiring: Counter-Connection.jpg . The wiring should not be too long as i assumed the ESP is placed near the counter. ...
by Shardan
26 Mar 2017, 20:12
Forum: ESP Easy: Hardware
Topic: Ebay Wifi Relay boards
Replies: 55
Views: 46799

Re: Ebay Wifi Relay boards

Hello Dylantje, on the manufacturers webside there is a list of the used GPIO's: LinkNode_R8-GPIO.jpg Website: http://linksprite.com/wiki/index.php5?title=LinkNode_R8:_Arduino-compatible_WiFi_relay_controller According to that list the GPIO's 2 and 9 should be unused. So it is possible to solder a w...
by Shardan
26 Mar 2017, 18:05
Forum: ESP Easy: Hardware
Topic: Pulse Counter
Replies: 31
Views: 44254

Re: Pulse Counter

Hello Insippo,

which electricity meter do you use? Does it have two connectors "S0+" and S0-" ?

Regards
Shardan
by Shardan
26 Mar 2017, 18:01
Forum: ESP Easy: Hardware
Topic: Sonoff basic with touch switch problem
Replies: 14
Views: 20299

Re: Sonoff basic with touch switch problem

Sorry, double post
by Shardan
26 Mar 2017, 17:49
Forum: ESP Easy: Hardware
Topic: Sonoff basic with touch switch problem
Replies: 14
Views: 20299

Re: Sonoff basic with touch switch problem

The Sonoff basic uses both: A switching power supply from mains down to 5V and a linear regulator from 5V to 3.3V The transformer might produce some EMI as paxi said. This may influence the leads and the touch sensor itself. I never tested the power suppy of the sonoff for noise or connected externa...