Search found 827 matches

by chromo23
21 Jan 2024, 13:39
Forum: ESP Easy: Hardware
Topic: Request for help in selecting a switch
Replies: 8
Views: 2153

Re: Request for help in selecting a switch

I also do not know of a good commercially available button but one of my first ESPEasy projects was a wireless battery powered button. If this is something you are looking for i could provide you with the information to build one. I probably doesn't have to be battery powered. Using a USB cable woul...
by chromo23
21 Jan 2024, 13:33
Forum: ESP Easy: General Discussion
Topic: PWM frequency esp32
Replies: 16
Views: 2605

Re: PWM frequency esp32

Like I said, I have no clue how they actually operate, just thinking out loud. Same here :) The induction cooker operates at these values. but I need smooth power control. for example, I want to get a power of 2250 watts or 1920 watts. that is, I need to expand the adjustment range. Regarding that ...
by chromo23
21 Jan 2024, 10:53
Forum: ESP Easy: Software
Topic: Get value from reply of a http request to thingspeak
Replies: 18
Views: 3471

Re: Get value from reply of a http request to thingspeak

(I don't know Openweather, I'll check it out, thanks for the tip.) Since i was already in a branch where thinkspeak and openweather events are integrated you have them both. If you ever want to test openweather: Generate event with the response of a openweathermap request (https://openweathermap.or...
by chromo23
21 Jan 2024, 00:30
Forum: ESP Easy: General Discussion
Topic: PWM frequency esp32
Replies: 16
Views: 2605

Re: PWM frequency esp32

I haven’t taken frequency measurements on my induction cooker yet. but there is a desire to buy an inexpensive induction cooker and do experiments on it, and if the experiment is successful, then modify my cooker. As far as i understand you´ll also need a form of feedback? If so i guess a ESPEasy o...
by chromo23
21 Jan 2024, 00:21
Forum: ESP Easy: Software
Topic: Get value from reply of a http request to thingspeak
Replies: 18
Views: 3471

Re: Get value from reply of a http request to thingspeak

sanc0 wrote: 20 Jan 2024, 20:57Can anyone help?
The "Thinkspeakreply" event is still a pending pull request: https://github.com/letscontrolit/ESPEasy/pull/4856
But i can provide you with a binary if you want. (I also made a "Openweatherreply" event if this also interesting for you)
Which binary you need?
by chromo23
20 Jan 2024, 10:17
Forum: ESP Easy: General Discussion
Topic: PWM frequency esp32
Replies: 16
Views: 2605

Re: simple questions

The simple answer can be found in the wonderful documentation of ESPEasy: https://espeasy.readthedocs.io/en/latest/Reference/Command.html#internal-gpio Frequency (in Hz) will be set to 1000 Hz when not given. Frequencies above 30 kHz are not stable and will likely crash the ESP. Edit: Is it possible...
by chromo23
19 Jan 2024, 09:09
Forum: ESP Easy: Hardware
Topic: Analog output 0-10V?
Replies: 127
Views: 47725

Re: Analog output 0-10V?

The "advanced" page back then and now... :D


old new.jpg
old new.jpg (307.39 KiB) Viewed 35876 times
by chromo23
19 Jan 2024, 09:01
Forum: ESP Easy: Hardware
Topic: Analog output 0-10V?
Replies: 127
Views: 47725

Re: Analog output 0-10V?

The rules editor, dark theme and responsive web page were mainly contributed by users (or was it only you, chromo?) At least with the dark theme i can remember that @Ath did a lot of work too. And let´s not forget, that you did a lot of work like integrating the rules editor into ESPEasy to make al...
by chromo23
17 Jan 2024, 17:15
Forum: ESP Easy: Hardware
Topic: Analog output 0-10V?
Replies: 127
Views: 47725

Re: Analog output 0-10V?

localhorst wrote: 17 Jan 2024, 14:48 As I'm having a MacBook, I need to go through Python / esptool.py
Or you could try: https://github.com/Jason2866/ESP_Flasher/releases
by chromo23
16 Dec 2023, 21:32
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

Already tested it... :)

Looks good...apart this annoying size restriction... who builds microcontroller with this tiny amount of memory.. tzzzz

Edit: not tested...still testing.....
by chromo23
15 Dec 2023, 22:05
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

You could do something like that: /control?cmd=event,Data="Verbrauch 12,2","Anruf von Klaus um 12:30Uhr", "Anruf von Brunhilde um 15:41Uhr" On Data Do displayline1,"%eventvalue1%". //its a fake command of course displayline2,"%eventvalue2%" displayli...
by chromo23
15 Dec 2023, 21:43
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

I totally agree with Ath. ESPEasy is really great for a lot of things but it gets unnecessary complicated when you try to use it for your project. Personally i would write myself a website with some JavaScript for fetching and processing the data. It´s an easy to learn language and you could use any...
by chromo23
15 Dec 2023, 19:18
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

Maybe we can find a solution... But i am only more or less a user. For deep insights and changes in code you need someone with a bigger brain... like TDer... or Ath .... sometimes i think these people from the Netherlands look like this: Bildschirmfoto 2023-12-15 um 19.16.13.png Edit: ...but maybe l...
by chromo23
15 Dec 2023, 19:12
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

I´d like to understand how your setup is working. Can you elaborate a bit?
How is it possible for example to send http request from google sheets to ESPEasy?
Where does the data come from and how is it processed before it is send?
by chromo23
15 Dec 2023, 16:32
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

TD-er wrote: 15 Dec 2023, 15:56 Nope, this will fail with values like "12,2" or "12,234"
chromo23 wrote: 15 Dec 2023, 15:39 Edit2: for a value with fixed two decimals this could also be like this:
:D

Edit: But yours i even better!.. haven´t really looked at it before
by chromo23
15 Dec 2023, 15:39
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

1) When I send with /control?cmd=event,Verbrauch=12,21 Rules: on Verbrauch do let,4,%eventvalue% tft,rf,3,130,128,20,black,black tft,txtfull,3,130,2,cyan,black,'[VAR#4] W' endon Quick reply to that: values are separated with "," so with /control?cmd=event,Verbrauch=12,21 you send two valu...
by chromo23
14 Dec 2023, 23:54
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

ok.. you need to read the documentation for this because i am going to sleep... https://espeasy.readthedocs.io/en/latest/Rules/Rules.html?highlight=substring#substring but something like this: Command: .../control?cmd=event,AnruferKlaus=12,20 Rules: On Anrufer* Do Let,1,%eventvalue2% LogEntry,'Anruf...
by chromo23
14 Dec 2023, 23:21
Forum: ESP Easy: General Discussion
Topic: string variables an decimal variables
Replies: 28
Views: 23842

Re: string variables an decimal variables

- 12,2 (dezimal) .../control?cmd=event,Verbrauch=12.2 - string/text i think not possible...what exactly you want to do with a string in ESPEasy. An example would be nice.. maybe there is a workaround - 23:12 .../control?cmd=event,SpecialTime=12,30 Rules: On SpecialTime Do Let,1,%eventvalue2% LogEnt...
by chromo23
13 Dec 2023, 22:19
Forum: ESP Easy: General Discussion
Topic: rules: send a message to an external web address
Replies: 9
Views: 6226

Re: rules: send a message to an external web address

2000ede wrote: 13 Dec 2023, 22:13 Why can you send to "thinkspeak" but not to http telegram directly (not s).
There is only https for telegram....
If you past the link you posted into a browser you´ll see, that it redirects to https....
by chromo23
13 Dec 2023, 22:00
Forum: ESP Easy: General Discussion
Topic: rules: send a message to an external web address
Replies: 9
Views: 6226

Re: rules: send a message to an external web address

for getting data from openweather or thingspeak i can provide you with an custom build of espeasy...
see also here: https://github.com/letscontrolit/ESPEasy/pull/4856
by chromo23
13 Dec 2023, 21:06
Forum: ESP Easy: General Discussion
Topic: rules: send a message to an external web address
Replies: 9
Views: 6226

Re: rules: send a message to an external web address

For telegram you´ll need a workaround... see here: https://www.letscontrolit.com/forum/viewtopic.php?p=51745&hilit=telegram#p51745 For simple notifications i recommend ntfy. There you can use PostToHTTP: PostToHTTP,ntfy.sh,80,/<Topic>,'title:<some_title>','<some_data>' Example: PostToHTTP,ntfy.s...
by chromo23
13 Dec 2023, 20:22
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

(set: "Value X"? "Day,Time X"?, get: ??), and a suggestion for the command name, as 'clock' doesn't sound like the best choice here... I am not sure if we have a already a generic syntax for setting plugins.. but if i would probably stick to the syntax of the level control plugi...
by chromo23
12 Dec 2023, 23:23
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

Ath wrote: 11 Dec 2023, 23:19 Now I only need the specs of what values you need to set/get from this plugin
Wow.. i missed that post and really did not expect this. Great news.
I´ll think about it tomorrow and hope I'll still catch you before you loose interest and energy for this plugin...
Good night!
by chromo23
11 Dec 2023, 12:22
Forum: ESP Easy: Software
Topic: Non blocking blinking LED with PCA9685 possible?
Replies: 5
Views: 2339

Re: Non blocking blinking LED with PCA9685 possible?

I use now the MCP23017 for relay and led output and the PCA9685 for input only. To let the LEDs blink i use: MCPlongpulse_ms,1,0,1000,1000,5 Which is undocumented but works Log output gives a warning (that's why it is probably undocumented?): 1602678: HTTP: MCPlongpulse_ms,1,0,1000,1000,5 1602683: T...
by chromo23
04 Dec 2023, 16:57
Forum: ESP Easy: Software
Topic: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!
Replies: 8
Views: 3425

Re: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!

Ok, i was testing...GPIO 16 is HIGH and GPIO 17 is LOW for fraction of time at boot.
by chromo23
04 Dec 2023, 16:37
Forum: ESP Easy: Software
Topic: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!
Replies: 8
Views: 3425

Re: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!

GPIO 16 and 17 on a classic ESP32 (not the -S2/S3/C2/C3/C6) are sending out some 80 MHz signal during boot as those would be used for PSRAM if it was present. So the ESP tries to find the PSRAM and thus sends out some quite high frequency pulses to these 2 pins at boot. I couldn´t find any issues r...
by chromo23
04 Dec 2023, 16:17
Forum: ESP Easy: Software
Topic: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!
Replies: 8
Views: 3425

Re: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!

I have the same issue with GPIO 17. It´s pulled low for a split second. The relays on your board seems to be attached to GPIO 16 & 17. Do both relays turn on at boot. (my relay on GPIO 16 is fine) Setting the boot state didn´t help me. but using another GPIO :) (which is a bit more complicated w...
by chromo23
04 Dec 2023, 10:41
Forum: ESP Easy: Software
Topic: Cron P081 is looping (sometimes)
Replies: 31
Views: 6223

Re: Cron P081 is looping (sometimes)

Yes, cron doesn't work. Small update with an workaround. FYI: TD-er just updated the library of the cron plugin, which seems to solve all the issues. :) You can test it here: https://github.com/letscontrolit/ESPEasy/actions/runs/7084301371 Edit: for now, allowed options can be found here: https://g...
by chromo23
03 Dec 2023, 21:34
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

Ath wrote: 03 Dec 2023, 21:29 https://espeasy.readthedocs.io/en/lates ... ormIO.html
this is fortunately nothing new for me ;)
by chromo23
03 Dec 2023, 21:13
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

Thank you very much for the detailed answer...
I'll do a bit of research and see if i understand and possibly can implement this. :)
by chromo23
03 Dec 2023, 19:23
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Re: Question about clock plugin

Ok...thanks for clarification. It also help with understanding the code structure a bit better. I don't see the added value though. It is somehow counterintuitive and confusing. :shock: By the way... i want to experiment a bit. Can you point me in the right direction for adding the ability to set (a...
by chromo23
03 Dec 2023, 09:46
Forum: ESP Easy: Software
Topic: Question about clock plugin
Replies: 12
Views: 13004

Question about clock plugin

If no pin is enabled in the clock plugin it gives you the possibility to enter values. What are these values for? When i enter a time and a value (e.g. 43) i get this. 85234186: TCLK : State 43 85234188: EVENT: Clock#Time=Sun,8:42 85234191: EVENT: Clock#output=1 What is TCLK for and why it the clock...
by chromo23
29 Nov 2023, 14:35
Forum: ESP Easy: Projects / Applications
Topic: ESP32: Port to dimming via PWM?
Replies: 16
Views: 5228

Re: ESP32: Port to dimming via PWM?

How isolated is that board? It has a transformer so relatively safe (but everything is crammed in a small space so high voltage is never far away) An optocoupler between the ESP (with an extra power supply) and the Arduino would add an extra layer of security of course... (which would make step 3 u...
by chromo23
29 Nov 2023, 13:35
Forum: ESP Easy: Projects / Applications
Topic: ESP32: Port to dimming via PWM?
Replies: 16
Views: 5228

Re: ESP32: Port to dimming via PWM?

thanks, but I need more in-depth help This is what i would try(but it is untested so not sure if it will work as expected) 1. upload this sketch to your favorite arduino: https://github.com/RobotDynOfficial/RBDDimmer/blob/master/examples/SimplePotentiometer/SimplePotentiometer.ino 2. connect any PW...
by chromo23
29 Nov 2023, 11:56
Forum: ESP Easy: General Discussion
Topic: usable gpio
Replies: 1
Views: 1203

Re: usable gpio

You could use GPIO 14 and 0 or 15 depending on how the Relais is switched.... https://espeasy.readthedocs.io/en/latest/Reference/GPIO.html ...or you could add a port expander like the pcf8574 to get additional in and outputs via I2C Edit: better would be to use GPIO0 as an input and use the TX Pin a...
by chromo23
29 Nov 2023, 10:25
Forum: ESP Easy: Projects / Applications
Topic: ESP32: Port to dimming via PWM?
Replies: 16
Views: 5228

Re: ESP32: Port to dimming via PWM?

In general asynchronous motors don´t like to be phase controlled. The proper way to do it would be by frequency control. But depending on you application it is possible to a certain degree. (but you´ll loose a lot of torque) I am doing it with a blower fan from the gas heating of my caravan. It work...
by chromo23
28 Nov 2023, 19:49
Forum: ESP Easy: Software
Topic: Constants in Rules
Replies: 4
Views: 2453

Re: Constants in Rules

Then I could create a controller apikey and set the key as the value name. But why not making then for every API a sperate entry and just set a number? e.g.: let,1,1 Like On Clock#Time=All,[var#2]:[var#3] Do // I can´t remember if this worked but i think so... If [var#1]=1 SendToHTTP www.pushsafer....
by chromo23
24 Nov 2023, 10:54
Forum: ESP Easy: Projects / Applications
Topic: Power socket with display
Replies: 6
Views: 3774

Re: Power socket with display

I'll reconsider, maybe just a usb powered box containing a display and a button is the better solution here. Either that, which i myself find difficult to achieve in a decent size since there are no small ac measurement devices which you can buy as a module (as far as i know), or you could simply u...
by chromo23
16 Nov 2023, 23:15
Forum: ESP Easy: Software
Topic: Webinterface looks different
Replies: 6
Views: 2998

Re: Webinterface looks different

The file "esp.css" is missing.
I thought i put it in the zip-file.
One reason it is missing, even if you tried to upload it, is that you have not enough free space on your esp.
You find that info under /tools/info
by chromo23
16 Nov 2023, 08:59
Forum: Introduce yourself
Topic: Hi all
Replies: 3
Views: 2512

Re: Hi all

Hello and welcome... I sometimes don't know how to explain what I need help with. I totally understand what you mean but i also think the people here are very good at helping to figure that out. (especially the two people that wrote before me) :) I know someone who has placed pressure sensors under ...
by chromo23
14 Nov 2023, 23:02
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 28973

Re: Atlas Scientific - EZO-HUM

Ath wrote: 14 Nov 2023, 22:57 That's because the file "fetch_and_parse_log.js" is missing from the zip...
ubbs... i´ll add it to the zip... :shock:
by chromo23
13 Nov 2023, 23:11
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 5697

Re: Reason why some devices show simple web interface?

there should be also an esp.css...
by chromo23
13 Nov 2023, 22:19
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 5697

Re: Reason why some devices show simple web interface?

This won´t work: "update_sensor_values_device_page.js.gz"
It is to lengthy :)
by chromo23
13 Nov 2023, 15:32
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 5697

Re: Reason why some devices show simple web interface?

obstbauer wrote: 13 Nov 2023, 14:57 It is really necessary to flash it again?
No...

Use "file upload" under "/tools"
and upload the files of the attachment one by one..

Note: you need around 9kb of free space for that.. but that is usually the case
by chromo23
13 Nov 2023, 12:14
Forum: ESP Easy: Software
Topic: pzem-004t returns NaN values
Replies: 17
Views: 4753

Re: pzem-004t returns NaN values

Ah damn, no I see that - in the above pzem actions section of the screen - I have always selected "read_value", but I probably need to set the address value first. How stupid of me ;-( Just got a couple of pzem-004t v3 It seems you have to set a device address initially!!! Important: For ...
by chromo23
10 Nov 2023, 22:41
Forum: ESP Easy: Hardware
Topic: LCD Display - MIDAS DISPLAYS MD21605B6W-FPTLWI3
Replies: 11
Views: 3156

Re: LCD Display - MIDAS DISPLAYS MD21605B6W-FPTLWI3

As far as i understand it will not work since it uses a st7032i which would need a different library…

edit: like this probably: https://github.com/BlackBrix/LCD-ST7032
by chromo23
10 Nov 2023, 10:51
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 28973

Re: Atlas Scientific - EZO-HUM

How is this build being made? I don´t think it is about how the build is being made. If so this should have occurred long time ago... Almost all my devices try to fetch from the same location as in the link i provided. It also failed suddenly Some of my old devices get the files for colorcode still...
by chromo23
10 Nov 2023, 10:32
Forum: ESP Easy: General Discussion
Topic: Atlas Scientific - EZO-HUM
Replies: 45
Views: 28973

Re: Atlas Scientific - EZO-HUM

Probably this is connected to the issue i experiencing with jsdelivr...
I occurred also some days ago.

Bildschirmfoto 2023-11-10 um 10.27.52.png
Bildschirmfoto 2023-11-10 um 10.27.52.png (198.53 KiB) Viewed 27760 times
Edit:

also the css can not be found here..

https://cdn.jsdelivr.net/gh/letscontrol ... lt.min.css
by chromo23
07 Nov 2023, 23:14
Forum: ESP Easy: Projects / Applications
Topic: Current monitoring with ESPEasy
Replies: 16
Views: 5198

Re: Current monitoring with ESPEasy

Olfried wrote: 07 Nov 2023, 22:18 The problem is, that my friend doesn't want to break up the electric wiring for his Pumps. They are wired directly to the electric cabinet and he doesn't want anything between the pumps and power source.
That's why i wanted to use CTs.
Oh.. i see :)
And thanks for sharing your project!