Search found 17 matches

by dolittle
19 Jan 2020, 13:31
Forum: ESP Easy: General Discussion
Topic: trigger event on dummy device possible?
Replies: 2
Views: 4651

Re: trigger event on dummy device possible?

Thanks. That did the trick.
by dolittle
17 Jan 2020, 19:47
Forum: ESP Easy: General Discussion
Topic: trigger event on dummy device possible?
Replies: 2
Views: 4651

trigger event on dummy device possible?

Hi, I'd love to trigger an event on a dummy device change. There's a quad type dummy device defined called "flags" and it has values like "status". Unfortunately the rule engine doesn't trigger an event. So a rule like on flags#status do something endon doesn't execute the "...
by dolittle
20 Jun 2019, 07:13
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

ws2811, 12, 12B & 52: "NOT yet implemented". Bummer. Any ETA on support for those devices? Thanks, Brian H. Hi, for me ESPEasy was not the right choice for ws2812 strips. I ended up using WLED for that after some research. It has a web interface and supports a variety of protocols. I‘...
by dolittle
22 Feb 2019, 17:13
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

Hi, added two bin files with P141. One for 1MB and the other for 4MB flash. Hope that helps. BTW. I don't use ESPEasy for LED strips anymore although I love its flexibility. Tasmota has a much better implementation for this IMHO. This plugin flickers a lot in low dimming settings and it has no fading.
by dolittle
22 Feb 2019, 07:50
Forum: ESP Easy: General Discussion
Topic: [SOLVED] Problems getting ESPEasy configured - unresponsive after reboot
Replies: 7
Views: 5682

Re: Problems getting ESPEasy configured - unresponsive after reboot

OK, sorry for the late reply. But now I sorted this out. The problem was in fact the DOUT parameter. I upgraded my 8266 devices from 1MB flash to 4MB flash and according to the platformio.ini file the firmware is flashed in DIO mode instead of DOUT. By omitting this parameter everything went fine. T...
by dolittle
12 Feb 2019, 19:51
Forum: ESP Easy: General Discussion
Topic: [SOLVED] Problems getting ESPEasy configured - unresponsive after reboot
Replies: 7
Views: 5682

Re: Problems getting ESPEasy configured - unresponsive after reboot

Hi kimot, that's exactly the way I do it. esptool.py --port /dev/ttyUSB0 write_flash --flash_mode dout 0x0 latest_build.bin The flash rate is not limited by me because there's a hash check if everything was written properly at the end of the process. My way to program Sonoffs: To check comunication:...
by dolittle
11 Feb 2019, 19:14
Forum: ESP Easy: General Discussion
Topic: [SOLVED] Problems getting ESPEasy configured - unresponsive after reboot
Replies: 7
Views: 5682

Re: Problems getting ESPEasy configured - unresponsive after reboot

Thanks for the fast reply.
I am happily using esptool under Linux without any flashing problems. It’s no problem to get the firmware in the flash memory. No problem with tasmota but with ESPEasy.
by dolittle
11 Feb 2019, 18:37
Forum: ESP Easy: General Discussion
Topic: [SOLVED] Problems getting ESPEasy configured - unresponsive after reboot
Replies: 7
Views: 5682

[SOLVED] Problems getting ESPEasy configured - unresponsive after reboot

Hi, first of all I want to emphasize that I love the flexibility of ESPEasy and thank you guys for the great job. Nevertheless I'm constantly experiencing problems when it comes to configuring my devices. The description of it is very simple. 1. flash the device 2. boot the device - most of the time...
by dolittle
08 Jan 2019, 10:16
Forum: ESP Easy: General Discussion
Topic: ESPEasy with Sonoff S20 fails as Tasmota doesn't
Replies: 4
Views: 4360

Re: ESPEasy with Sonoff S20 fails as Tasmota doesn't

How long do you wait after the reboot? The unit might be in a initialization mode. Wait a while. I wait quite some time and watched this in the serial output. At least a minute or so. The device seems to reboot a couple of times after formating the data partition (I hope you get what I mean) and ev...
by dolittle
05 Jan 2019, 17:44
Forum: ESP Easy: General Discussion
Topic: ESPEasy with Sonoff S20 fails as Tasmota doesn't
Replies: 4
Views: 4360

ESPEasy with Sonoff S20 fails as Tasmota doesn't

Hi, my two Sonoff S20 switches behaved very weird when I tried to get ESPEasy up and running on them. I'm pretty familiar with the process as I have already Sonoff Touch, Sonoff TH10 and a H801 flashed with ESPEasy. I always blank (not erase) the devices before flashing new firmware to it. One S20 w...
by dolittle
05 Jan 2019, 16:31
Forum: ESP Easy: Software
Topic: Removing Plugins for smaller build doesn't work
Replies: 0
Views: 1972

Removing Plugins for smaller build doesn't work

Hi, in order to get smaller firmware images and thus being able to do a one pass OTA upgrade doesn't work for me anymore. My tests werde done with mega-20181220 with two scenarios. The first one is a build with all default Plugins included in the src folder and the second one is a build where all *....
by dolittle
14 Oct 2018, 15:19
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

Dylantje wrote: 14 Oct 2018, 12:17 i have a mqtt server running in Domoticz..
I flashed a esp with espeasy
And i do have a esp with Thasmota.

Only my knowledge with mqtt is very low
I had also some doubts but love it now. It‘s pretty easy actually. The concept is just different.

Give it a try you won’t regret it.
by dolittle
14 Oct 2018, 12:13
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

Dear all, Is this project stil a live?? Is ther peperhaps a option this controller works with Domoticz? i am searching for a H081 controller that i can use in Domoticz.. Or is this the wrong project? Is it an option for you to use an MQTT server like mosquitto? It's pretty simple and you can use al...
by dolittle
23 Jul 2018, 16:33
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

Johny Mielony wrote: 23 Jul 2018, 15:21 Did anyone manage to compile this plugin with the latest version of EspEasy Mega? If not, what's the latest version that this plugin works with?
Hi. There's a pending pull request in the Github repo (Commit #13ab228). Does it compile if you use this version of the plugin?
by dolittle
27 Jun 2018, 08:21
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

Hi soif, I was able to compile the plugin with the current version and posted a pull request. Nevertheless it turns out that your plugin somehow disables the rules functions TaskValSet and Publish <topic>, <value>. Is it possible for you to have a look on this? I like the plugin but these issues mak...
by dolittle
12 Jun 2018, 06:58
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68821

Re: P141 RGB Strip Plugin

... C:\Users\robin\Documents\Arduino\src\ESPEasy\_P141_LedStrip.ino: In function 'boolean Plugin_141(byte, EventStruct*, String&)': _P141_LedStrip:332: error: 'addFormSelector' was not declared in this scope addFormSelector(string, F("LedStrip Type"), PLUGIN_141_CONF_0, i , options, o...
by dolittle
14 Jan 2018, 19:54
Forum: ESP Easy: Software
Topic: OTA with Sonoff Touch not working
Replies: 0
Views: 1679

OTA with Sonoff Touch not working

Hi, I've a couple of Sonoff Touch switches containing the ESP8285 module. Flashing them via USB TTL is no problem. But I still fail to do an OTA upgrade. I'm aware about the 1MB size limitation and tried the steps described in the wiki . It's no problem to get the upload image running. But as soon a...