Search found 469 matches

by toffel969
10 Feb 2017, 18:46
Forum: ESP Easy: Hardware
Topic: which esp8266 module to buy?
Replies: 5
Views: 6422

Re: which esp8266 module to buy?

Esp 12e, have 4mb Flash and all gpio broken out. Both wemos d1 Mini and nodemcus use These esp chips.
Its worth buying these boards, as usb-serial, flash+reset Buttons, Power regulator, voltage devider for analog input are all taken care of.
by toffel969
10 Feb 2017, 18:38
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 122621

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

Current status: Bug #01 FIXED in R138 : Clock event at system boot issues Bug #02 FIXED in R139 : Domoticz MQTT support was completely broken as of R109 (so it also affects R120!) Bug #03 FIXED in R140 : I2C Scanner would not show PCF8574A at default address Bug #04 FIXED in R141 : Pulsecounter val...
by toffel969
10 Feb 2017, 18:24
Forum: ESP Easy: General Discussion
Topic: Strange
Replies: 4
Views: 3426

Re: Strange

toffel969 wrote:Did you maybe activate user control in Domoticz (login credentials)?
Check the log for http error. If you activated login for domoticz, the you can either exclude the esp IP adress from login in domoticz setting page, or Put credentials on th esp config page
by toffel969
10 Feb 2017, 18:09
Forum: ESP Easy: Software
Topic: Read-out of Moisture probe
Replies: 2
Views: 2402

Re: Read-out of Moisture probe

Delete the Temperatur Sensor and chose percentage Typ sensor
by toffel969
10 Feb 2017, 10:13
Forum: ESP Easy: Software
Topic: Unreliable config page and SendTo connectivity
Replies: 21
Views: 19094

Re: Unreliable config page and SendTo connectivity

Dont forget to give all the units different numbers (not 0!). I had the most unreliable situations when there where more than one unit with the same unit no on the network Yes, that was clear for me too, but I did not know about the need for global sync. Anything else? What about the UDP? (I don't ...
by toffel969
10 Feb 2017, 10:02
Forum: ESP Easy: General Discussion
Topic: Potentiometer to servo ?
Replies: 3
Views: 4014

Re: Potentiometer to servo ?

I'm playing with espeasy on an esp3 module. I have an Arduino Nano connected and working as a ProMiniExtender (PME) . I am successfully reading a potentiometer value via the PME. I use the formula section of the device page to derive a 'Percent' of full rotation value from the returned raw 0 - 1023...
by toffel969
10 Feb 2017, 09:55
Forum: ESP Easy: General Discussion
Topic: Strange
Replies: 4
Views: 3426

Re: Strange

Did you maybe activate user control in Domoticz (login credentials)?
by toffel969
09 Feb 2017, 22:30
Forum: ESP Easy: General Discussion
Topic: espeasy + ?? vent/damper control
Replies: 4
Views: 3376

Re: espeasy + ?? vent/damper control

you should be able to achieve your goals by using rules + dummy devices. you can enable the rules section under advanced tab.then check the rules tutorial in the wiki + dummy device.
by toffel969
09 Feb 2017, 18:06
Forum: ESP Easy: Software
Topic: Unreliable config page and SendTo connectivity
Replies: 21
Views: 19094

Re: Unreliable config page and SendTo connectivity

nygma wrote:Thanks for the global sync hints. I did not set it yet.
I will also set up ping as well. Will see if this improves reliability.
Dont forget to give all the units different numbers (not 0!). I had the most unreliable situations when there where more than one unit with the same unit no on the network
by toffel969
09 Feb 2017, 18:03
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9844

Re: Strange behaviour: rules mess up devices

Thanks for your answer. I tried all kinds of upper/lower letters with no effect. The : separates the arguments, see the authors examples in sourcecode: // Commands // CANDLE:<FlameType>:<Color>:<Brightness> // <FlameType> : 1 Static Light, 2 Simple Candle, 3 Advanced Candle, 4 Police, 5 Blink, 6 St...
by toffel969
09 Feb 2017, 07:57
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9844

Re: Strange behaviour: rules mess up devices

CANDLE in capital Letters might be the problem. It Shows in small Letters in events. Also, where do the "::" Come from? . I found strange behaviour when not respecting syntax of Rules. ( like end on instead of endon, or. Instead of,)
by toffel969
09 Feb 2017, 07:46
Forum: ESP Easy: Software
Topic: Unreliable config page and SendTo connectivity
Replies: 21
Views: 19094

Re: Unreliable config page and SendTo connectivity

I have two sonoff running, i had the same Problem as op, but also experienced the same with nodemcus. For sent to: did you activate udp communication ( by giving it a Port number and activating global sync) it works, if you see the other nodes in the nodes List. Also make sure, all units have differ...
by toffel969
08 Feb 2017, 07:38
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36563

Re: SONOFF TOUCH - Did you see it?

chip is actually a esp8285, it is like a esp8266with 1mb flash integrated (on chip). usually has an ipex connector. has slightly better deep sleep consumption
by toffel969
28 Jan 2017, 17:29
Forum: ESP Easy: General Discussion
Topic: How can control one GPIO from other ?
Replies: 4
Views: 4373

Re: How can control one GPIO from other ?

Go to Advanced Tab and activate rules. Reboot.

Under Devices make devices as in attached pic
Then under the Rules Tab :

on pushbutton#Switch=0 do
if [Relais#Switch]=1
gpio,12,0
else
gpio,12,1

endif
endon

its on the forum at least 3x, please use search
by toffel969
08 Jan 2017, 20:32
Forum: ESP Easy: General Discussion
Topic: GPIO state on reboot
Replies: 1
Views: 2304

Re: GPIO state on reboot

Can you maybe use Rules to set it to desired state with onboot event?
by toffel969
08 Jan 2017, 20:28
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6724

Re: TimerStop Rule

[quote="maluko"]thanks, i think that all reboot was from breadboard so i will do a pcb to try because now its more stable. the relay board is runing with power from 24vac- 5vdc converter and not by esp12f.(3.3V), have too on pcb for future propose the capacitor field. Be careful with the 5...
by toffel969
07 Jan 2017, 22:42
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6724

Re: TimerStop Rule

If you can live with 1 second delay you could do on rele10 do MCPGPIO,1,0 //open valve timerSet 1,1800 endon on Rules#Timer=1 do MCPGPIO,1,1 //close valve endon on rele10#Switch=1 timerSet 1,1 //will set the timer to 1 second ~"stop" the timer (maybe even 0 works, i never tried) endon conc...
by toffel969
06 Jan 2017, 08:07
Forum: ESP Easy: General Discussion
Topic: Can I send variables between nodes?
Replies: 2
Views: 3129

Re: Can I send variables between nodes?

Check out http://www.letscontrolit.com/wiki/index.php/ESPEasy_System_Variables . Using the event system, you can send variables to other nodes. Also you can use Globaly sync and activate in the relevant Device, last section seems to meet your demands http://www.letscontrolit.com/wiki/index.php/EasyG...
by toffel969
03 Jan 2017, 11:06
Forum: Introduce yourself
Topic: Hello from Saarland Germany
Replies: 1
Views: 2146

Hello from Saarland Germany

Hi everyone After reading the forum and using ESP easy for months :oops: , i finally decided to register :roll: . I'm a mechanical engineer, that has always had a thing for IT and just loves the possibility of interacting. Thanks to everyone contributing to this great piece of software. ;) A special...