Search found 29 matches

by grhhm
24 Mar 2018, 13:12
Forum: ESP Easy: General Discussion
Topic: Save/restore ESPEasy configuration: prob/WA
Replies: 5
Views: 4065

Re: Save/restore ESPEasy configuration: prob/WA

Awesome tool! Thank you.
Hoping, suggested workaround will help to Mac/Linux users ;)
by grhhm
24 Mar 2018, 13:00
Forum: ESP Easy: General Discussion
Topic: Pulled up GPIO is always 0 on boot [SOLVED]
Replies: 8
Views: 6025

Re: Pulled up GPIO is always 0 on boot

On the hardware page what setting do you have for GPIO boot state? Tried to enable and disable "Boot state" - same result :( I'm still learning but shouldn't if waround#act_low=0 be if [waround#act_low]=0 ?? Bingo! Solved. Works. thank you very much! Hehe... I already forked, cloned, load...
by grhhm
24 Mar 2018, 08:20
Forum: ESP Easy: General Discussion
Topic: Sonoff S20 not working with EspEasy_Mega?
Replies: 8
Views: 6381

Re: Sonoff S20 not working with EspEasy_Mega?

Flashed. I flash all of them, old fashioned, not relying on OTA :)
by grhhm
24 Mar 2018, 08:02
Forum: ESP Easy: General Discussion
Topic: Save/restore ESPEasy configuration: prob/WA
Replies: 5
Views: 4065

Save/restore ESPEasy configuration: prob/WA

The problem: Tools -> Save saves the config.dat file only. Rules and notification files are not saved. Therefore, they aren't restored when you load config.dat back to the ESP. Workaround (WA): Backup: Tools -> Flash -> Click on config.dat, notification.dat, rulesX.dat (X is 1 to 4 depends on numbe...
by grhhm
23 Mar 2018, 21:17
Forum: ESP Easy: General Discussion
Topic: switch value vs pin state
Replies: 1
Views: 2108

Re: switch value vs pin state

grumpy wrote: 17 Mar 2018, 11:55 ESP_Easy_mega-20180316_normal_ESP8285_1024.bin
Maybe a binary of ESP8266 would work better?
Maybe trying another build would bring more luck?
by grhhm
23 Mar 2018, 21:03
Forum: ESP Easy: General Discussion
Topic: Boot fails when build v2.0-20180319 is burned into WROOM-02
Replies: 6
Views: 5198

Re: Boot fails when build v2.0-20180319 is burned into WROOM-02

Just a quick question, do you use DHCP, or a fixed IP-address? DHCP. I recall painful experience of static addresses :) BTW, is it possible somehow in Github to mark really unusable builds? I think many people burning tons of neurons and time trying to ignite broken builds. So marking builds can be...
by grhhm
23 Mar 2018, 20:58
Forum: ESP Easy: General Discussion
Topic: Sonoff S20 not working with EspEasy_Mega?
Replies: 8
Views: 6381

Re: Sonoff S20 not working with EspEasy_Mega?

Hi Hans,

I also had troubles with latest builds. The build v2.0-20180304b works stable on my S20, ESP-12E, and WROOM-02.
Also build R147 works solid, however, I failed to use R148.
by grhhm
23 Mar 2018, 20:53
Forum: ESP Easy: General Discussion
Topic: Pulled up GPIO is always 0 on boot [SOLVED]
Replies: 8
Views: 6025

Pulled up GPIO is always 0 on boot [SOLVED]

Guys, please, help with inconsistent input IO state. ESP-12E has GPIO5 pulled up internally (from Device setting) and externally 50kOhm resistor. The GPIO5 is defined in devices as waround, value name act_low. The rule is: on System#boot do publish,shm/%sysname%/status,wakeup notify 1 if waround#act...
by grhhm
22 Mar 2018, 19:35
Forum: ESP Easy: General Discussion
Topic: Boot fails when build v2.0-20180319 is burned into WROOM-02
Replies: 6
Views: 5198

Boot fails when build v2.0-20180319 is burned into WROOM-02

Boot fails when build v2.0-20180319 is burned into WROOM-02 INIT : Booting version: v2.0-20180319 INIT : Warm boot #7 FS : Mounting... FS : Mount successful, used 75802 bytes of 957314 Soft WDT reset ctx: cont sp: 3fff4a10 end: 3fff4ce0 offset: 01b0 >>>stack>>> 3fff4bc0: 40253c43 00000128 3fff0cd0 4...
by grhhm
21 Mar 2018, 09:06
Forum: ESP Easy: General Discussion
Topic: Time power on
Replies: 4
Views: 4233

Re: Time power on

Hi Hans, For GPIO toggle, you might find helpful this thread: https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=2039&start=40 (messages 41-43). Since you try to control GPIO12 it should not be defined as "Switch input". And per NTP: in EspEasy 2.0 the NTP does not work quite ...
by grhhm
20 Mar 2018, 22:03
Forum: ESP Easy: General Discussion
Topic: Current measure with diff.input of ADS1115
Replies: 2
Views: 2955

Current measure with diff.input of ADS1115

Typical implementation of indirect current measure is measure voltage of coil around AC cable. In this case the ASD1115 is set to differential measure. This is possible in EspEasy. However, due to sine wave of measured voltage true RMS calculation needed. It includes pretty often measure rate ( > 10...
by grhhm
19 Mar 2018, 20:11
Forum: ESP Easy: General Discussion
Topic: Boot reason in rule
Replies: 3
Views: 3915

Boot reason in rule

Hi, In Arduino C it's possible to know a boot reason of ESP8266 with command: ESP.getResetReason() The list of boot reasons (what causes boot or reboot) I want to make a rule which on boot acts differently in dependency of boot reason: In case of watchdogs or exception it should send MQTT message. I...
by grhhm
04 Mar 2018, 21:24
Forum: ESP Easy: Software
Topic: NTP time-out too short?
Replies: 6
Views: 5802

Re: NTP time-out too short?

Sorry for digging this thread out. I loaded ESP_Easy_v2.0-20180304b_normal (today's build) into Sonoff. Configured NTP enabled with similar addresses as in original post (tried few addresses - same result). My ESP8266 doesn't get the time from NTP. Seems NTP doesn't work exactly as described in the ...
by grhhm
04 Mar 2018, 21:15
Forum: ESP Easy: Software
Topic: ESPeasy Mega 2.0 over Sonoff POW
Replies: 1
Views: 2443

ESPeasy Mega 2.0 over Sonoff POW

Hi, Is anybody amanged to run EspEasy Mega on Sonoff POW? Let's share info about its usage and configuration. I loaded ESP_Easy_v2.0-20180304b_normal into Sonoff POW. By HW schematics : I2C SCL = GPIO14. I2C SDA = GPIO13. Relay + red LED = GPIO12, active high. Blue LED = GPIO15, active high. Volt/Wa...
by grhhm
03 Mar 2018, 22:32
Forum: ESP Easy: Software
Topic: Pass command via MQTT [SOLVED]
Replies: 4
Views: 3221

Re: Pass command via MQTT

Thank you for responses, guys.

Something weird is here:
When the MQTT command is published from mosquitto_pub the connection is refused.
However, the same command is transmitted from HomeAssistant (using moquitto) the ESPeasy performs well.

Although it's strange, it's good to go :)
by grhhm
03 Mar 2018, 16:00
Forum: ESP Easy: Software
Topic: Pass command via MQTT [SOLVED]
Replies: 4
Views: 3221

Pass command via MQTT [SOLVED]

Hi. Accordingly to wiki page it's possible to control ESPeasy via MQTT. In my case the ESPeasy successfully reports data to the broker: shm/s20mod/Env/Temperature 22.9 shm/s20mod/Env/Humidity 42 As well it is subscribed from Advanced settings to template: shm/%sysname%/# ...where %sysname% is s20mod...
by grhhm
03 Mar 2018, 13:10
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 77586

Re: Rules GPIO state and toggle

OK, managed with it. Short guide for others. Objective: Use Dummy device as internal variable to synchronize between different events and single actuator. 1. Add task DummyDevice. I use task #6, name 'glob' (global variable), type: SENSOR_TYPE_SINGLE, value name: rs (relay status) 2. In rules you ca...
by grhhm
02 Mar 2018, 18:54
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 77586

Re: Rules GPIO state and toggle

Thank you for quick response. Here is full code block made with your help: On btn#Switch Do publish,shm/%sysname%/button,event[btn#Switch] If [btn#Switch]=0 event,ToggleSwitch=1 Else event,ToggleSwitch=0 EndIf EndOn On ToggleSwitch=0 Do gpio,12,%eventvalue% publish,shm/%sysname%/relay,%eventvalue% E...
by grhhm
02 Mar 2018, 13:40
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 77586

Re: Rules GPIO state and toggle

I use R147 over Sonoff S20. Not a problem to tie a button to a relay: On btn#Switch do gpio,12,[btn#Switch] endon Button (btn) listens on GPIO0, active low. The problem is to control the relay from multiple sources: - with button, - with MQTT, - with events. The problem comes from button state: ever...
by grhhm
21 Jun 2017, 09:34
Forum: ESP Easy: General Discussion
Topic: Can not connect to ESPeasy unit anymore
Replies: 4
Views: 5561

Re: Can not connect to ESPeasy unit anymore

It looks like you're another victim of famous intermittent problem #15.
Please, add your voice in that thread. Maybe, sooner or later they will fix the issue...
by grhhm
20 Jun 2017, 13:12
Forum: ESP Easy: General Discussion
Topic: How to validate rules?
Replies: 1
Views: 2041

How to validate rules?

Is there a method to validate custom rules?

For beginner in rules of ESPeasy it's important do not miss syntax features and tasks/event/valuenames correlation.
Hint/help appreciated.
by grhhm
19 Jun 2017, 21:52
Forum: ESP Easy: General Discussion
Topic: Connect ESP to hidden SSID: bug description and workaround
Replies: 3
Views: 7766

Connect ESP to hidden SSID: bug description and workaround

Forgive me reporting problem here. Please, let me know better location for the reporting. Thanks! Builds tested: - 120 - 147_RC8 - 2.0.0-dev10-normal - 2.0.0-dev10-dev Steps to reproduce: Prerequisite: have your WiFi network SSID hidden. 1. Flash the firmware build. 2. Power cycle the ESP. 3. Connec...
by grhhm
27 Nov 2016, 11:05
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 123404

Re: ESP Easy next stable... (release candidates)

Bug #15 OPEN: ESP server processes (Web, ICMP) become unresponsive in certain environments under certain conditions? - Unable to reproduce... Reported as issue: - grhhm, 16-11, using MQTT - Shardan, 17-11, not using MQTT (breadboard setup?) - Cherowly, 22-11, not using MQTT - Haggycz, 22-11, not us...
by grhhm
16 Nov 2016, 19:37
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 123404

Re: ESP Easy next stable... (release candidates)

Hello, Seems, this is a bug report for release 140. If I am posting to wrong topic, please, point me to correct one. The ESP module with release 140 runs MQTT publishing of HTU21, BMP180, and light sensors. It works fine (missing some reports, not a concern here). After 2-3 hours of work it is impos...
by grhhm
26 Oct 2016, 14:17
Forum: ESP Easy: Hardware
Topic: Feature request: Support for I2C H-bridge driver DRV8830
Replies: 1
Views: 2398

Feature request: Support for I2C H-bridge driver DRV8830

The datasheet: http://www.ti.com/lit/ds/symlink/drv8830.pdf

The driver operates in wide voltage range (2.8-6.8V) and up to 1A. It measures load current and reports overload.
Small and powerful device.
by grhhm
24 Oct 2016, 16:43
Forum: ESP Easy: General Discussion
Topic: Documentation improvement by community
Replies: 0
Views: 1833

Documentation improvement by community

Hi there, Sometimes (example is below) a clarification is required for some features of ESP-Easy. The documentation is based on wiki. How it is possible to edit/improve pages? Is this under admin/moderator only? My proposal for improvement: Page: http://www.esp8266.nu/index.php/ESPEasy Statement: If...
by grhhm
23 Oct 2016, 20:47
Forum: ESP Easy: General Discussion
Topic: >31 ESP8266 units in one place
Replies: 0
Views: 1844

>31 ESP8266 units in one place

Hi guys,

In ESP-Easy configuration it's possible to set unit number from 1 till 31. Where does the limit come come from?

As workaround to create a smart home with more than 31 units, the different subnets can be used. Did anyone tried this?

Thank you!
by grhhm
23 Oct 2016, 20:22
Forum: Introduce yourself
Topic: grhhm here
Replies: 1
Views: 2146

grhhm here

Hello from Israel,

I am interested in IoT and automation. Tried NodeMCU and Arduino IDE for ESP8266. Now it's a turn of ESP-Easy.

Cheers!