Search found 164 matches

by Sasch600xt
30 Mar 2020, 16:39
Forum: ESP Easy: General Discussion
Topic: PCA9685 fading
Replies: 6
Views: 5731

Re: PCA9685 fading

this is what i found about PWM servo speed in wiki. looks like the famous SG90 servo needs exactley 50Hz. others are in a range between 40 and 200 Hz. Here from wiki: Pulse duration In modern RC servos the angle of mechanical rotation is determined by the width of an electrical pulse that is applied...
by Sasch600xt
29 Mar 2020, 22:00
Forum: ESP Easy: General Discussion
Topic: PCA9685 fading
Replies: 6
Views: 5731

Re: PCA9685 fading

it is going more complicated :) i try now the native GPIOs of the ESP. with the build in version of (max) 2 servos, there is no "fading" option: Servo,<servo>,<GPIO>,<position> GPIO: 0 … 15 Servo: 1/2 Position: -180 … 180 and with the PWM function i can use the fading option but there is n...
by Sasch600xt
29 Mar 2020, 16:47
Forum: ESP Easy: General Discussion
Topic: PCA9685 fading
Replies: 6
Views: 5731

Re: PCA9685 fading

yes, i found something there indeed
but it looks like it is only for internal GPIOs ?

on this page it looks like there is no option for the PCA9685
https://www.letscontrolit.com/wiki/index.php/PCA9685

or am i wrong here ?
by Sasch600xt
29 Mar 2020, 15:43
Forum: ESP Easy: General Discussion
Topic: PCA9685 fading
Replies: 6
Views: 5731

PCA9685 fading

Hello all, i want a servo to go from position A to position B with a fading time. is this possible internal with espeasy ? i would love to just send a trigger from outside to the esp. then the esp should move the servo from A to B in lets say 3 seconds. That would be awesome :) Same for LED i want t...
by Sasch600xt
28 Mar 2020, 18:43
Forum: ESP Easy: General Discussion
Topic: How to communicate between two esp8266
Replies: 14
Views: 12998

Re: How to communicate between two esp8266

got it !


this was the right syntax:

Code: Select all

on MQTT_INPUT#Dimmer1 do
PCAPWM,0,[MQTT_INPUT#Dimmer1]
by Sasch600xt
28 Mar 2020, 18:25
Forum: ESP Easy: General Discussion
Topic: 5 DHT Sensors
Replies: 7
Views: 5914

Re: 5 DHT Sensors

it can. about one year ago it was not possible and the there was an update. i have running 3 Sensors at one NodeMCU since one year BUT! i had also trouble with DHT sensors and it came all down to resistors capacitors and cable! It was a hard way to learn about electronic components. on a breadbord i...
by Sasch600xt
28 Mar 2020, 18:14
Forum: ESP Easy: General Discussion
Topic: How to communicate between two esp8266
Replies: 14
Views: 12998

Re: How to communicate between two esp8266

ok, thanks a lot for all the answeres :) no i try something simular which is not working at the moment. i use an PCA9685 to have some PWM outputs. i changed the range in plugins from 0 - 4096 to 0 -100 which is enough for my needs. now i have an MQTT_INPUT plugin where the topic is "Dimmer"...
by Sasch600xt
27 Mar 2020, 08:41
Forum: ESP Easy: General Discussion
Topic: How to communicate between two esp8266
Replies: 14
Views: 12998

Re: How to communicate between two esp8266

ok, i got it to work :)

i used an MQTT generic input in "devices"

and the rule looks like:

Code: Select all

on MQTT_INPUT#LichtgrHalleVorne=1 do
if [plugin#mcpgpio#pinstate#1]=1
mcpgpio,1,0
else
mcpgpio,1,1
endon
so this provides the toggle feature i was looking for.

YAY :)
by Sasch600xt
26 Mar 2020, 18:00
Forum: ESP Easy: General Discussion
Topic: How to communicate between two esp8266
Replies: 14
Views: 12998

Re: How to communicate between two esp8266

Thank you for your help :) so far i did try a lot but could not get it to work. i was reading the "rules tutorial" aswell. Ist it all possible only by using rules ? (MQTT Controller is set) I did try this: ESP1 with buttons: on System#Boot do monitor,mcp,1 endon on mcp#1=1 do Publish,"...
by Sasch600xt
26 Mar 2020, 13:38
Forum: ESP Easy: General Discussion
Topic: How to communicate between two esp8266
Replies: 14
Views: 12998

How to communicate between two esp8266

Hello World (represents my coding skills :)), I use a bunch of ESPs with MQTT OpenHAB Controller to my IPSymcon Housautomating System. All works great ! Now i have special needs: I have one ESP with 2 Buttons connected to an MCP23017 and another ESP with 2 relais connected also to an MCP23017 i woul...
by Sasch600xt
09 Mar 2020, 15:14
Forum: ESP Easy: General Discussion
Topic: Asking for TCA9548A support
Replies: 4
Views: 10171

Asking for TCA9548A support

Hello World, may i ask there are any plans to suppot the amazing TCA9548A i2C Multiplexer ? This would be great :) for having up to 8 I2C busses for multiple sensors with fixed I2C adress. in theory you could handle up to 8 of those TCA9548A, so you could end up with 64 I2C busses :) Thank you and h...
by Sasch600xt
11 Dec 2019, 20:19
Forum: ESP Easy: General Discussion
Topic: Future of ESP32 ?
Replies: 7
Views: 12220

Re: Future of ESP32 ?

Great :)
by Sasch600xt
11 Dec 2019, 19:00
Forum: ESP Easy: General Discussion
Topic: Future of ESP32 ?
Replies: 7
Views: 12220

Future of ESP32 ?

Hello All :) will the future be to continue working on the ESP32 ? So i design a few PCBs for next year and i would love to work with the ESP32 in future. For me it will not important to have it as soon as possible. I just wanted to ask, will you guys put energy into the ESP32 to get it working like...
by Sasch600xt
28 Nov 2019, 22:28
Forum: ESP Easy: General Discussion
Topic: questions about rules
Replies: 7
Views: 6899

Re: questions about rules

i am very sorry,

i started this morning my dayshift and it looks like it is followed direct with a nightshift :(

now after reading my question again i see how silly the question was......sorry
by Sasch600xt
28 Nov 2019, 22:22
Forum: ESP Easy: General Discussion
Topic: questions about rules
Replies: 7
Views: 6899

Re: questions about rules

like this :
TaskRun,<6>

or this :
TaskRun,6

Thank you for your help :)
by Sasch600xt
28 Nov 2019, 21:53
Forum: ESP Easy: General Discussion
Topic: questions about rules
Replies: 7
Views: 6899

Re: questions about rules

thank you so much for your answere,

how exactley should it look like ?

TaskRun,[AmpereMeter#Analog-IN3]
followed by:
publish %sysname%/AmpereMeter/Analog-IN3,[AmpereMeter#Analog-IN3]


I am so sorry, i did never use this so far :(
But thank you so much for your help !
by Sasch600xt
28 Nov 2019, 21:19
Forum: ESP Easy: General Discussion
Topic: questions about rules
Replies: 7
Views: 6899

questions about rules

Hello all and sorry for this noob question. I have an ADS1115 which works great. i have set the interval in the plugin to 600 seconds. but in my rule i send this line every 10 seconds for a special event. publish,"%sysname%/AmpereMeter/Analog-IN3",[AmpereMeter#Analog-IN3] i see my variable...
by Sasch600xt
22 Nov 2019, 19:52
Forum: ESP Easy: General Discussion
Topic: Help with rules
Replies: 7
Views: 3674

Re: Help with rules

Code: Select all

on MQTT_INPUT#TimerAmpere do
 let,1,[MQTT_INPUT#TimerAmpere]
endon
works perfect :)
by Sasch600xt
22 Nov 2019, 19:36
Forum: ESP Easy: General Discussion
Topic: Help with rules
Replies: 7
Views: 3674

Re: Help with rules

ok....as usally...my fault. i forgot to set the timer again.... so this works now like expected : on MQTT_INPUT#TimerAmpere=1 do let,1,1 endon on MQTT_INPUT#TimerAmpere=0 do let,1,0 endon On Rules#Timer=1 do if %v1%=1 publish,"%sysname%/status/Uptime",%uptime% endif timerSet,1,10 endon
by Sasch600xt
22 Nov 2019, 19:25
Forum: ESP Easy: General Discussion
Topic: Help with rules
Replies: 7
Views: 3674

Re: Help with rules

i found a snippet at the forum, but it is not working right now. The variable changes from 0 to 1 by sending a MQTT message, so this works. But the part with publish will not work.. Do you see the problem ? on MQTT_INPUT#TimerAmpere=1 do let,1,1 endon on MQTT_INPUT#TimerAmpere=0 do let,1,0 endon On ...
by Sasch600xt
22 Nov 2019, 18:34
Forum: ESP Easy: General Discussion
Topic: Help with rules
Replies: 7
Views: 3674

Re: Help with rules

sounds great,

do you have an little example ?

i am right now not sure about the syntax.

are you talking about this for example: %v1% ?
by Sasch600xt
22 Nov 2019, 18:12
Forum: ESP Easy: General Discussion
Topic: Help with rules
Replies: 7
Views: 3674

Help with rules

Hello all, i want to send an MQTT message to an ESP (works already) and if i send once a "1" or "true" i want to publish a sensor value every 10 seconds. if i send once a "0" or "false" i want to disable the timer or if thats not possible set it t a long perio...
by Sasch600xt
15 Nov 2019, 16:50
Forum: ESP Easy: General Discussion
Topic: Arduiono Core 2.60 is released
Replies: 3
Views: 6405

Re: Arduiono Core 2.60 is released

This for example is an device with old core BUT with Fritzbox wifi:
Screenshot 2019-11-15 16.44.47.png
Screenshot 2019-11-15 16.44.47.png (20.14 KiB) Viewed 6095 times
YAY :)
by Sasch600xt
14 Nov 2019, 00:26
Forum: ESP Easy: General Discussion
Topic: Incorrect readings of analog input
Replies: 9
Views: 10516

Re: Incorrect readings of analog input

Dont forget,

the analog in has an resistor already connected at least if it is a Node MCU LolIn V3.
About the other 8266 i have no idea.

I did the same last summer and reconized there is an resistor already.
So this has come into your math with your voltage divider.

Have a great day
Sascha
by Sasch600xt
11 Nov 2019, 18:47
Forum: ESP Easy: General Discussion
Topic: OpenHAB MQTT not working
Replies: 4
Views: 6666

Re: OpenHAB MQTT not working

"Nth time I see issues like these. (N > 10)"

Hahahaha....you even coding by your answeres :) funny ike hell :)
by Sasch600xt
11 Nov 2019, 12:18
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

The link is gone ?

oops
The page you were looking for doesn't exist
You may have mistyped the address or the page may have moved

Take me back to the home page
by Sasch600xt
11 Nov 2019, 01:22
Forum: ESP Easy: General Discussion
Topic: Arduiono Core 2.60 is released
Replies: 3
Views: 6405

Re: Arduiono Core 2.60 is released

"Any tests in progress ?" WLAN: Unifi APs with fixed channels and "Legacy Mode" ON Testunits: 5x Node MCU Lolin V3 / OpenHub Controller / SHT11 / ADS 1115 / MCP23017 / DS18b20 Firmware: ESP_Easy_mega-20191108_normal_core_260_sdk222_alpha_ESP8266_4M1M.bin EDIT: Screenshot 2019-11-...
by Sasch600xt
10 Nov 2019, 13:58
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

i did an update to :

ESP_Easy_mega-20191108_normal_core_260_sdk222_alpha_ESP8266_4M1M.bin

so lets see next hours...

At home i have with fritzbox wifi between 40 and 100 days already (5 devices)

Here at the company i do not even get 24 hours out of it :(
by Sasch600xt
10 Nov 2019, 13:38
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

Firmware Build:⋄ 20104 - Mega System Libraries:⋄ ESP82xx Core 2_5_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.1.2 PUYA support Git Build:⋄ mega-20191108 Plugins:⋄ 46 [Normal] Build Md5: a95cf6ec0fd893adaaea7e09180f196 Md5 check: passed. Build Time:⋄ Nov 8 2019 03:19:01 Binary Filename:⋄ ESP_Easy_mega-20191...
by Sasch600xt
10 Nov 2019, 12:19
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

"What core lib version?"

How i find out ?

or do you taking about the firmware ?
I am using normal 1M4M always.
by Sasch600xt
09 Nov 2019, 23:47
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

i fixed the channels again.

every AP has his own channel now and is fixed.

With the new Firmware 20191108 i have the problem now that sometimes after a reset the device do not connect to wifi
untill i toggle power.
by Sasch600xt
09 Nov 2019, 19:55
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

a fixed channel is a problem at the company because i have 4 APs there.

And all 4 at the same channel causes trouble.
With one router at home sure no problem.

but i had also the 4 APs running at the same channel at the company for about 2 weeks.
No improvement of the stability there..
by Sasch600xt
09 Nov 2019, 18:24
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

oop....no i did not have a look for those settings ever :( Eco Mode was disabled at all of my nodes. Wifi no sleep and B/G only mode i activated now. Some of my nodes had the box for "Periodical send Gratuitous ARP" checked and others not. So i activated this on all my nodes for testing no...
by Sasch600xt
09 Nov 2019, 15:42
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

i have 2 enviroments: 1: Home / Fritzbox Wifi 2: Company / Unifi Wifi I have a big different between wd reboots between the 2 enviroments. A few days ago i swaped 2 devices from home to company and visa vers. So the one wich was stable at home runs only 100 - 500 minutes untill reboot. The one wich ...
by Sasch600xt
08 Nov 2019, 22:21
Forum: ESP Easy: General Discussion
Topic: Publish not working anymore
Replies: 31
Views: 29836

Re: Publish not working anymore

dear TD-er, i am sooooooo sorry :( i feel a little stupid now You are totally right and now all works again. i am really so sorry to waste your time always :( I am not that deep into programming. You are always very kind and answere all my (sometimes stupid) questions within minutes or hours. Thank ...
by Sasch600xt
08 Nov 2019, 14:58
Forum: ESP Easy: General Discussion
Topic: Publish not working anymore
Replies: 31
Views: 29836

Re: Publish not working anymore

Hello, i guess i found the problem which brings me into trouble right now. i try to explain. i have spaces in my sysname (Kompressor Raum 1) So this works now for also newer firmwares: On Rules#Timer=2 do publish,"%sysname%"/status/Build_date, "%sysbuild_date%" publish,"%sys...
by Sasch600xt
07 Nov 2019, 18:16
Forum: ESP Easy: General Discussion
Topic: Publish not working anymore
Replies: 31
Views: 29836

Re: Publish not working anymore

Sorry to bring it up again but it is still not working for me. Clean install of ESPEasy mormal buld 1M4M 04112019 and this: on System#Boot do timerSet,2,10 endon On Rules#Timer=2 do Publish,%sysname%/status/Build_date, "%sysbuild_date%" Publish,%sysname%/status/Ip_Adresse, %ip% timerSet,2,...
by Sasch600xt
03 Nov 2019, 18:50
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

no, not all at the same time. The devices reboot kinda randomly.

And yes, i still use fixed wifi channels.

Have a great day
by Sasch600xt
02 Nov 2019, 13:41
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

Hello all, what i reconized in the past is: After i flashed new firmware it seems like my dream comes true in case of stability and no reboot. But after a few weeks it started to be weak again. So after i flashed a new firmware the ESPs (5 pieces) where online for about 2 weeks. Then a reboot after ...
by Sasch600xt
13 Oct 2019, 22:19
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 15546

Re: What am I doing wrong with the ESP32 module?

Thank you for your answere :) maybe i should wait untill there is an easy way to flash. now i would say i have an "half" operating system on my ESP32. I did use the "ESP.Easy.Flasher.exe" to flash the esp32_Test build. (gpio0 and gpio2 where LOW) After that an ESP is showing up a...
by Sasch600xt
13 Oct 2019, 21:55
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 15546

Re: What am I doing wrong with the ESP32 module?

so do i have to connect gpio0 and gpio2 to GND to enter boot mode so i can flash espeasy ?
by Sasch600xt
12 Oct 2019, 20:33
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 15546

Re: What am I doing wrong with the ESP32 module?

Any usefull "HowTo flash ESp32"? Nothing in the Wiki, afaik. Yes, that would be great. I have an esp32 here and just for fun i would love to flash espeasy to it. But it wont work for me, so i would need a kinda "How to flash esp32 firmware in a few steps" So if you have a little...
by Sasch600xt
01 Oct 2019, 22:22
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18641

Re: Nextion Display gone??

ok....sure

take your time
you guys are great anyway LOL :)
by Sasch600xt
01 Oct 2019, 19:48
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18641

Re: Nextion Display gone??

may i ask how is it going ?

Have a great day :)
by Sasch600xt
30 Sep 2019, 15:46
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

@TD-er yes, but at the moment i am afraid to change my wifi channel back to "auto". Next reboot and i will try. Would be intresting to see reboots increase after wifi channel set to "auto" @dynamicdave if you want send me an privat message with your email adress and i´ll send you...
by Sasch600xt
29 Sep 2019, 19:34
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

@ TD-er wifi.jpg i run openHab MQTT ,16 IOs INPUT, 16 IOs OUTPUT and a few generic data (uptime, rssi) every 60 seconds by MQTT. If you want i can send you my config file and rule sets ? Hope that helps By the way, i made some PCBs for my nodes including capacitors for better stable conditions. So t...
by Sasch600xt
29 Sep 2019, 02:26
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 252613

Re: Hardware Watchdog Reboots

Hello all, 2019 i had big trouble to get my nodes stable. i have a nodemcu with normal 4mb build from 27.08.2019 and a few nodes using still 30.07.2019. But now ALL my nodes running pretty stable. At least for me was the gamechanger to set my router and AP´s to a FIX wifi channel and do not let them...
by Sasch600xt
26 Sep 2019, 21:13
Forum: ESP Easy: General Discussion
Topic: DS18b20.....again
Replies: 6
Views: 11343

Re: DS18b20.....again

Thank you all for help :)

after i used the levelshifter and a 10uf capacitor in front of each sensor it works without a problem :)
i had to use an 22k resistor to get 4.3k.

Thank you for solving my problem :)

Have a great day !
Sascha
by Sasch600xt
26 Sep 2019, 21:11
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18641

Re: Nextion Display gone??

great :) you guys ROCK :)
by Sasch600xt
26 Sep 2019, 21:03
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18641

Re: Nextion Display gone??

pardon, will the nextion plugin come back in the normal 4mb bin ?

Have a great day :)
Sascha