Search found 307 matches

by Domosapiens
06 Apr 2019, 11:44
Forum: ESP Easy: Hardware
Topic: Reboot cause: WEMOS D1 (clone) voltage regulator ??
Replies: 10
Views: 20056

Re: Reboot cause: WEMOS D1 (clone) voltage regulator ??

Thanks for your response ThomasB, I'm running mostly NodeMCU's Are NodeMCU's free of the reboot problem ? another issue with the XC6204 is that Vin MUST be at least 2V greater than Vout (2V dropout) Where/how did you find that ? This document https://www.torexsemi.com/file/xc6205/XC6204-XC6205.pdf s...
by Domosapiens
05 Apr 2019, 17:58
Forum: ESP Easy: Hardware
Topic: Reboot cause: WEMOS D1 (clone) voltage regulator ??
Replies: 10
Views: 20056

Reboot cause: WEMOS D1 (clone) voltage regulator ??

I highly suspect the WEMOS D1 (clone) voltage regulator to be part of the reboot problem. This low-dropout or LDO regulator has SMD marking code 4A2D which leads to the Torex XC6204. From this LDO there are 150mA and 300 mA versions. The 300mA is the XC6204 E to H type. The SMD marking code 4A2D giv...
by Domosapiens
30 Mar 2019, 12:13
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 486990

Re: RPIEasy

is it simply switching on and off the display?
more precise ... it switches the back light.
by Domosapiens
29 Mar 2019, 23:16
Forum: ESP Easy: General Discussion
Topic: ESP With 2 Relay 1 Button Control?
Replies: 3
Views: 3097

Re: ESP With 2 Relay 1 Button Control?

Learn by trying different options....

Double click seems to be detected as single click first.
That's why I wrote:
My experience is that long press is more robust.
by Domosapiens
29 Mar 2019, 13:07
Forum: ESP Easy: General Discussion
Topic: ESP With 2 Relay 1 Button Control?
Replies: 3
Views: 3097

Re: ESP With 2 Relay 1 Button Control?

Did you study the docs?

You could use double click or long press
https://espeasy.readthedocs.io/en/lates ... ng%20press
and add a rule to it with Switch#State=3, 10 or 11

My experience is that long press is more robust.
by Domosapiens
26 Mar 2019, 23:21
Forum: ESP Easy: General Discussion
Topic: Wifi seems to be dead.. how to get the config (r120)
Replies: 6
Views: 4093

Re: Wifi seems to be dead.. how to get the config (r120)

My guess:

.... the 49 day bug ???
In those days there was a counter that went wrong.
A re-boot within the 49 day time-frame was the solution (make a rule).
or ... as for now, power off & on is the only way to get the Wifi connection back.
by Domosapiens
13 Mar 2019, 22:18
Forum: ESP Easy: General Discussion
Topic: Display GPIO state with text
Replies: 9
Views: 5468

Re: Display GPIO state with text

From my notes: Format Transformation: Feature to transform Values from numeric to strings or to format numeric values. Syntax: [task#value#transformation#justification] Where #transformation is: Format of PIN states of GPIO (0 or 1) #V: value unformatted #O: 1/0 -> ON/OFF #C: 1/0 -> OPEN/CLOSE #U: 1...
by Domosapiens
07 Feb 2019, 22:45
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 52754

Re: Reboot inside rules?

Does that make sense?
Yep,
Added around August 2017:
https://github.com/letscontrolit/ESPEasy/pull/485
by Domosapiens
07 Feb 2019, 22:31
Forum: ESP Easy: Software
Topic: Plugin_153 MAX44009, anyone got it working ?
Replies: 13
Views: 14295

Re: Plugin_153 MAX44009, anyone got it working ?

Is part of the playground https://github.com/letscontrolit/ESPEasyPluginPlayground So you have to add it to your own compilation. You could request to add it to the mega here: https://github.com/letscontrolit/ESPEasy/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen This will help: http://ko-fi.com/...
by Domosapiens
06 Feb 2019, 20:40
Forum: ESP Easy: General Discussion
Topic: Map switch binary to String
Replies: 5
Views: 4663

Re: Map switch binary to String

Found in my notes: From here https://github.com/letscontrolit/ESPEasy/pull/1289#issuecomment-383228300 for the Wiki: Format Transformation: Feature to transform Values from numeric to strings or to format numeric values. Syntax: [task#value#transformation#justification] Where #transformation is: For...
by Domosapiens
06 Feb 2019, 00:10
Forum: Staff Announcements forum
Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
Replies: 105
Views: 1508720

Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]

@TD-er and @grovkillen: Both of you, all the best with your new business. I'll hope you can find financial and intellectual satisfaction. Thanks for your endless support for EspEasy and the ideas to combine "open source" without "empty pocket". I'll hope we reach again soon a &qu...
by Domosapiens
20 Jan 2019, 13:25
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 52754

Re: Reboot inside rules?

Just out of curiosity: why the 60000 limit? Arbitrary?
Nice and round:
60000 minutes is 41,6 days
by Domosapiens
20 Jan 2019, 12:02
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 52754

Re: Reboot inside rules?

To prevent the 49 day bug:

A Task: System Info, called Uptime
With Variable MUC1_Uptime

Rule:

Code: Select all

On Uptime#MUC1_Uptime do
if [Uptime#MUC1_Uptime]>60000
 Reboot
endif
endon
by Domosapiens
19 Jan 2019, 23:38
Forum: ESP Easy: Projects / Applications
Topic: Flow, temperature, energy measurement and PWM pump control
Replies: 14
Views: 16832

Boiler thermostat, NTC adaption

Reserved for: - Boiler thermostat by NTC adaption - with automated timed rule - with manual rotary encoder adjustment Heating concept: De-couple heat-producers from heat-consumers. Let producers and consumers run in their optimal "sweat spot" and "shave the peaks" Idea: My future...
by Domosapiens
16 Jan 2019, 11:11
Forum: ESP Easy: Software
Topic: PCA9685 connecting problem
Replies: 13
Views: 10308

Re: PCA9685 connecting problem

But maybe I'm wrong I think you are right! The fourth bit seems INVRT/NOT INVRT: 0x10 (Binary 00010000) and 0x00 (Binary 00000000) That explains 4 of the 32 (!!) options 0x00 : open-drain 0x04 : totem pole 0x10 : Inverted logic / open-drain 0x14 : Inverted logic / totem pole From that description o...
by Domosapiens
15 Jan 2019, 16:56
Forum: ESP Easy: Software
Topic: PCA9685 connecting problem
Replies: 13
Views: 10308

Re: PCA9685 connecting problem

For reference on Oct 22, 2018:
https://github.com/letscontrolit/ESPEasy/issues/1940

(that I don't understand)

What is the meaning of mode 0x10 and mode 0x14 ?
by Domosapiens
14 Jan 2019, 21:13
Forum: ESP Easy: Software
Topic: HC-SR04 and the temperature
Replies: 5
Views: 6526

Re: HC-SR04 and the temperature

Speed of Sound:
c = 331.3 + 0.606 × Temperature_in_C
@20C:
c = 331.3 + 0.606 × 20 = 343.42 m/s
You can measure the temperature and compensate for the difference to 20C in a rule.

But ... useful?
Don't think so.
1 degree difference is less than 0.2% speed difference.
by Domosapiens
14 Jan 2019, 00:32
Forum: ESP Easy: Software
Topic: PCA9685 connecting problem
Replies: 13
Views: 10308

Re: PCA9685 connecting problem

I2C Scan in ESPEasy and it found at adress 0x40 Although you found an address ... Did you ... Connect a pull-up resistor(1.5k to 10k) on SDA line. Connect a pull-up resistor(1.5k to 10k) on SCL line ? Although it should not be needed (there should be a pull-up on-board): SCL - I2C clock pin, connec...
by Domosapiens
11 Jan 2019, 16:38
Forum: ESP Easy: Hardware
Topic: sensor - hw-611 e/p 280
Replies: 6
Views: 17334

Re: sensor - hw-611 e/p 280

Sorry for the stupid question, but is there any way I can know if it is a K or U?
Marking on the Bosch chip.
Discussed here:
https://goughlui.com/2018/08/05/note-bo ... confusion/
by Domosapiens
11 Jan 2019, 10:06
Forum: ESP Easy: Software
Topic: Variables for use in rules??
Replies: 18
Views: 26036

Re: Variables for use in rules??

Where did you find the list of commands to use in rules? While reading the forum, I collect snippets of Rules as examples in a document. The (new) "Let" statement one was found here: https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=5961&p=32580&hilit=let%2C1%2C10+this+w...
by Domosapiens
10 Jan 2019, 22:57
Forum: ESP Easy: Software
Topic: ESPEasy R120 no setting for resolution DS18B20
Replies: 11
Views: 7113

Re: ESPEasy R120 no setting for resolution DS18B20

You could try this release:
https://github.com/letscontrolit/ESPEas ... .0.0-dev11
The GUI is slow but DS18B20 is running stable for me on several units
by Domosapiens
09 Jan 2019, 21:25
Forum: ESP Easy: Software
Topic: Variables for use in rules??
Replies: 18
Views: 26036

Re: Variables for use in rules??

In rules you can use the command let
let,1,10 this will assign the value 10 to %v1%.

To get the value of %v1%, you can use %v1% or [VAR#1] depending on the rule syntax:
if %v1%=10
or
taskvalueset,1,1,%v1%
or
taskvalueset,1,1,[VAR#1]
by Domosapiens
08 Jan 2019, 17:56
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 12976

Re: Help you create the device rules for the following requirements

I think there is a command: monitor,GPIO,<pin> And I think On GPIO#<pin> Do will give an event. Mentioned here: https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=5868&p=31804&hilit=monitor%2Cgpio%2Cx#p31804 Also for: monitor,PCF,<pin> monitor,MCP,<pin> Give it a try and share it wi...
by Domosapiens
05 Jan 2019, 20:26
Forum: ESP Easy: General Discussion
Topic: OLED on
Replies: 23
Views: 12073

Re: OLED on

Syntax error?
http://<espeasyip>/control?cmd=<command>

Single slash after IP !
by Domosapiens
05 Jan 2019, 20:22
Forum: ESP Easy: Software
Topic: anyone using cjmcu-0101 sensor?
Replies: 3
Views: 2537

Re: anyone using cjmcu-0101 sensor?

Looks like a regular (supported) switch.
I use these, they come by #10
https://nl.aliexpress.com/item/10Pcs-TT ... Title=true
by Domosapiens
05 Jan 2019, 12:02
Forum: ESP Easy: Software
Topic: timer store into dummy device timer state timerstop
Replies: 11
Views: 5804

Re: timer store into dummy device timer state timerstop

PS timerstop. did not find any reference in WIKI?
Seen here: viewtopic.php?f=6&t=5841&p=31646&hilit= ... ble#p31646

Code: Select all

Timer,1,0 //disable the timer
??
by Domosapiens
02 Jan 2019, 00:58
Forum: ESP Easy: General Discussion
Topic: Where to find uploader and binaries for 2.0 Firmware?
Replies: 6
Views: 4162

Re: Where to find uploader and binaries for 2.0 Firmware?

I was looking for the 2.0 firmware, but I can't find it anymore
by Domosapiens
01 Jan 2019, 22:43
Forum: ESP Easy: General Discussion
Topic: Where to find uploader and binaries for 2.0 Firmware?
Replies: 6
Views: 4162

Re: Where to find uploader and binaries for 2.0 Firmware?

Look at this page https://github.com/letscontrolit/ESPEasy/commit/853ddb0d380c42191071b164b8b1d962a21ceae9 In the blue banner, there you can see dots ... Click on ... to make a selection out-of all available releases Search in this page: https://github.com/letscontrolit/ESPEasy/blame/mega/dist/Relea...
by Domosapiens
01 Jan 2019, 17:42
Forum: ESP Easy: Hardware
Topic: Cannot get LCD to work
Replies: 14
Views: 15089

Re: Cannot get LCD to work

Display needs 5V.
Use a level-shifter for SDA and SCL.
by Domosapiens
26 Dec 2018, 18:17
Forum: ESP Easy: Hardware
Topic: Cannot get LCD to work
Replies: 14
Views: 15089

Re: Cannot get LCD to work

potmeter adjustment ?
by Domosapiens
23 Dec 2018, 22:57
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

Ok. I think I understand it. What I will do: - make a collection of all release notes in one Excel file file - add a column R120, R147, 2.0, 2.1 section - add a column |fixed| |added| etc to it - add a column with the classification to it - add a column with the description/resume I will send the Ex...
by Domosapiens
23 Dec 2018, 20:24
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

Sorry, Willing to help...but.. don't understand your 1) Add changes that has been added since R147, only add to the 2.1 "mega" release note. and not understood: 2) The rest will be displayed as per my suggestion. What goes in what section? 3) - R120/R147 (not on Github ??) See bottom of th...
by Domosapiens
23 Dec 2018, 12:26
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

Back on topic, anyone feel the urge to help us? I try to understand what you are asking and how to do that. The latest Release_notes in Blame mode gives a full overview https://github.com/letscontrolit/ESPEasy/blame/mega/dist/Release_notes.txt In Raw mode: https://raw.githubusercontent.com/letscont...
by Domosapiens
22 Dec 2018, 00:45
Forum: ESP Easy: Software
Topic: Chicken door and light
Replies: 14
Views: 7081

Re: Chicken door and light

I'm not sure what you are doing but: - Task LED on GPIO 13 is defined as Task 3 as input - In the Rule you control GPIO 13 as output - GPIO-0 is a special one! Has a Pull-up on most boards. - That means your switch must be active Low (at least ... high at boot!) - Use GPIO-14 instead, just to make s...
by Domosapiens
22 Dec 2018, 00:31
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

I can add a force flag to force the wifi to B/G mode A GUI selection? Just G or N makes comparison tests possible. or maybe even in N mode but with forced smaller bandwidth. That does not help for the Rx/Tx gain. G gives 3dB more Tx/Rx gain: https://user-images.githubusercontent.com/35063211/481271...
by Domosapiens
21 Dec 2018, 22:50
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

I understand the need for a frozen version. But if it's there and not thoroughly tested, users come with a bug report, and you have to point them to .... try the latest ... If you offer a frozen version it needs to be good for (say) 90% of the community. I remember a proud post from grovkillen .... ...
by Domosapiens
21 Dec 2018, 18:54
Forum: ESP Easy: General Discussion
Topic: A call for help :)
Replies: 21
Views: 9579

Re: A call for help :)

With all respect for what you guys/developers do .. getting really close to an official release I hope not .. - with all those WatchDog reboots ... - with all those DS18B20 problems (talking about 3 wire connection).. A deadline is just a deadline ... in your mind. Be aware of the ESPEasy reputation.
by Domosapiens
20 Dec 2018, 18:31
Forum: ESP Easy: Projects / Applications
Topic: Bulk buy cool project shell/boxes/enclosure/cases
Replies: 12
Views: 8623

Re: Bulk buy cool project shell/boxes/enclosure/cases

Used this one before: https://ae01.alicdn.com/kf/HTB11izxewvD8KJjSsplq6yIEFXaS.jpg?size=153583&height=1000&width=1000&hash=6862606fe7018ee4bd8859765371b938 https://nl.aliexpress.com/item/DANSPEED-30cm-Micro-USB-5-Pin-Male-to-Female-Panel-Mount-Type-Extension-Adapter-Cable-Black/328438030...
by Domosapiens
20 Dec 2018, 10:37
Forum: ESP Easy: Software
Topic: Read temperature via web command on D1 with SHT30 installed
Replies: 12
Views: 7501

Re: Read temperature via web command on D1 with SHT30 installed

How about this: make an Event in Rules Event contains a SendToHTTP with the temperature Someting like (example to Domoticz): on testevent do SendToHTTP,x.x.x.x,8080,/json.htm?type=command&param=udevice&idx=385&nvalue=0&svalue=[SHT30#Temperature] endon Call that Event from outside htt...
by Domosapiens
20 Dec 2018, 01:42
Forum: ESP Easy: Projects / Applications
Topic: Flow, temperature, energy measurement and PWM pump control
Replies: 14
Views: 16832

Re: Flow, temperature, energy measurement and PWM pump control

Reserved for patent discussion/infringement. I'm not a lawyer, but have some experience with patents as (co-)owner of 3 patents. Electrical scheme Version 3 claim: Offers a solution for a thermostat with continues compensation for heat loss by a pump with variable speed (0-100%) where the pump is tr...