Search found 821 matches

by chromo23
10 Mar 2024, 17:50
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 431

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

Looking at the pcb it seems that j5 needs to be bridged with j6 since the the connections from the relays only lead to j5 (ry1 to ry4)
by chromo23
27 Feb 2024, 12:26
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

If it is from interest and needed, I can write a manual how to create the BMPs yourself (with GIMP), as well as provide the rules and the icon set I've created already. No need for a manual in creating graphics (i grew up with photoshop). At least not for me. I am more interested in the process how...
by chromo23
27 Feb 2024, 10:45
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 54
Views: 2703

Re: Air Quality unit - which devices are best?

I guess the housing is ready, now only data from the SEN55 is missing. 😉 IMG_3019.jpeg IMG_3020.jpeg Oh.. i missed some interesting things here. It looks really nice. Could you provide me with an project description. Maybe even as an extra topic. I think this could be also interesting for other peo...
by chromo23
25 Feb 2024, 22:47
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

Re: [Serial Proxy] LoRa gateway for beehive scales

There is another tester for lua pattern: https://montymahato.github.io/lua-pattern-tester/ Maybe we can add one to the docs along with the hint, that the regex is actually lua pattern. I does the quantifier after an escaped character or class right. But i needed to write an issue there because the w...
by chromo23
25 Feb 2024, 20:08
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

Re: [Serial Proxy] LoRa gateway for beehive scales

Ath wrote: 25 Feb 2024, 19:54 Ah, yes, I'm not using the wildcard often, as most of my units handle only numeric data :?
Me neither :)
So in general the "pluginname#value" combinatin only gets recognized in rules when it contains a numeric value?
by chromo23
25 Feb 2024, 18:07
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

Re: [Serial Proxy] LoRa gateway for beehive scales

BTW: I am using an esp8266. Data is send with 9600bps. For testing i was sending two different lines (as in the example of one of my previous posts) alternating every second. The esp is constantly missing one or the other line. I tried HW serial ans SW serial. It happend with both configurations. Lo...
by chromo23
25 Feb 2024, 17:59
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

Re: [Serial Proxy] LoRa gateway for beehive scales

Hmm, that proves that either the Lua regex parser is quite limited, and/or that site has it's limitations too, as in the %-? parts, the quantifying question mark is either ignored or not supported... You are right.. I hadn't even noticed I'll see if I can add a feature to fetch the separate parsed-...
by chromo23
25 Feb 2024, 17:12
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

Re: [Serial Proxy] LoRa gateway for beehive scales

Thanks. Let me get this straight since i am not sure if i understood correctly: 1. The serial proxy plugin receives data and puts it (if no regex and filtering is active) as a string into the "v"-value Example with to different inputs: 15389791: EVENT: SerialProxy#v=`node=1;weight=199;temp...
by chromo23
24 Feb 2024, 14:00
Forum: ESP Easy: Software
Topic: [Serial Proxy] LoRa gateway for beehive scales
Replies: 10
Views: 357

[Serial Proxy] LoRa gateway for beehive scales

Hi all, it is time to upgrade my beehive scales. Driven by a raspberry pi, they are bound to a power adapter and WiFi transmission. I now decided to go with a battery/solar powered LoRa solution where nodes send data to a receiver which is connected to ESPEasy and is sending the received data via se...
by chromo23
21 Feb 2024, 17:19
Forum: ESP Easy: Software
Topic: P2P Node status event ?
Replies: 8
Views: 346

Re: P2P Node status event ?

Ahhh.. i only had these:
IMG_4990.jpeg
IMG_4990.jpeg (147.88 KiB) Viewed 211 times
I really loved how they could be used as a push button and a switch..
by chromo23
21 Feb 2024, 16:40
Forum: ESP Easy: Software
Topic: P2P Node status event ?
Replies: 8
Views: 346

Re: P2P Node status event ?

eijo wrote: 18 Feb 2024, 10:30 Thank you for your support! :)
You are welcome. :)

What are the green things with what it seems red and black buttons on your control board?
by chromo23
21 Feb 2024, 16:33
Forum: ESP Easy: General Discussion
Topic: ESP8266 - Relay switches, but shouldn't
Replies: 11
Views: 410

Re: ESP8266 - Relay switches, but shouldn't

When you have two of the same event blocks in rules only the first one will be processed. Here the solution: On Clock#Time=All,**:** do if %eventvalue2%>=06:00 and %eventvalue2%<=22:00 gpio,0,1 else gpio,0,0 endif if %eventvalue2%>=04:00 and %eventvalue2%<=23:30 gpio,14,1 else gpio,14,0 endif endon
by chromo23
16 Feb 2024, 18:21
Forum: ESP Easy: Software
Topic: P2P Node status event ?
Replies: 8
Views: 346

Re: P2P Node status event ?

Interesting approach doing all the controlling with ESPEasy nodes :) That reminds me that under my model railway the where huge amounts of tangled cable and so i had to spend quite some time unter the table when something was wrong...o well... i was young and my body didn´t bother :) Yes I think tha...
by chromo23
16 Feb 2024, 11:35
Forum: ESP Easy: Software
Topic: P2P Node status event ?
Replies: 8
Views: 346

Re: P2P Node status event ?

Hi, there are several types of events you could use in rules. Like when the node boots or connects to the WiFi: On System#Boot Do //code that will run when the unit boots Endon On WiFi#Connected Do //code that will run when the the node connects to the WiFi Endon Issue: However sometimes I have issu...
by chromo23
13 Feb 2024, 12:43
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting
Replies: 21
Views: 838

Re: ESP-01 w/ ESP8266 Relay V2.3Relay Troubleshooting

zerplerp wrote: 13 Feb 2024, 09:07 I'm getting this error?;
I have same issue that's why i am using a tool from the competition. :D (The web flasher is a little picky when you are not living in the Netherlands.. ;) )
https://github.com/tasmota/tasmotizer
by chromo23
12 Feb 2024, 13:12
Forum: ESP Easy: Software
Topic: Get value from reply of a http request to thingspeak
Replies: 18
Views: 2353

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

The "Thingspeak Event" was merged int to ESPEasy and can now be used by defining it in custom.h #define FEATURE_THINGSPEAK_EVENT 1 Yesterday a new feature was merged where you can get a value of a channel or all channels at a specific point in time. Infos can be found in the docs: https://...
by chromo23
05 Feb 2024, 17:16
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

I didn't ask for a link to a device, but for help in creating rules. I am so sorry Sir, since i fell on my head my mind reading capability's are not as good as they where before. But since you are asking so nicely i will immediately send a special team of engineers to help you with your problem (fr...
by chromo23
05 Feb 2024, 16:57
Forum: ESP Easy: Software
Topic: Embed css and js files in custom builds?
Replies: 2
Views: 259

Embed css and js files in custom builds?

What is the right way to do this? I always get lost with defines :shock:
Can it be defined in custom.h?
by chromo23
05 Feb 2024, 16:45
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

kniazio wrote: 05 Feb 2024, 16:34 I want to know how to calculate humidity using dry and wet bulb readings.
Here you can find an explanation along with a formula:
https://www.youtube.com/watch?v=dnv_CML ... calTechArt

Happy tinkering :)
by chromo23
02 Feb 2024, 16:14
Forum: ESP Easy: Hardware
Topic: Request for help in selecting a switch
Replies: 8
Views: 1427

Re: Request for help in selecting a switch

I think I found the solution to the problem. Since i was curious i ordered a pair of switches too. Luckily i ordered a different kind as you can see in the picture. Mine has the receiver on an extra board. The other one is just one mainboard. It runs with 3.3v has 6 pins (VCC, GND, Relay, Switch,Sw...
by chromo23
30 Jan 2024, 13:53
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

TD-er wrote: 30 Jan 2024, 13:47 Well if you really need to...
Not really... i also thought about using "G" instead (for gpio)
But with ">" its a little bit less code... :)

...
...
...I think i´ll go with "G"
by chromo23
30 Jan 2024, 13:33
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

So this is no issue when used as a value name?:

Code: Select all

Dummy&8>16
by chromo23
30 Jan 2024, 13:31
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

TD-er wrote: 30 Jan 2024, 13:05 Thus with the let command and there is also a number of other cases where an = (or != or =! ???) is used.
Maybe (just a silly idea popping up) we should document these?
I am not quite following but documentation is always a good idea... :)
by chromo23
30 Jan 2024, 11:34
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

Btw:

While testing things with my code changes in easyfetch i was looking for unused characters for device and value names.
I found out, that using "<" and ">" gives no error message but since they are used for "less" and "greater" they should, right?
by chromo23
30 Jan 2024, 11:13
Forum: ESP Easy: Hardware
Topic: Analog output 0-10V?
Replies: 127
Views: 22918

Re: Analog output 0-10V?

Easy-AI Yep working on it, but I'm having a hard time to fit it in those 16M flash units. Also needs some extra RAM and a small datacenter. If anyone can fit all this together on an ESP it´s you. [Feature request] Maybe while you at it you can add the option to generate images based on Plugin values.
by chromo23
30 Jan 2024, 10:43
Forum: ESP Easy: Hardware
Topic: Analog output 0-10V?
Replies: 127
Views: 22918

Re: Analog output 0-10V?

TD-er wrote: 30 Jan 2024, 10:18 But how do we fix those PEBKAC bugs? ;)
You need to implement AI in ESPEasy as an intermediate.... :D
This solves every problem nowadays so I've heard.
by chromo23
30 Jan 2024, 10:37
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

TD-er wrote: 30 Jan 2024, 10:17 And it isn't implemented yet,
I know.. i just wanted to test what happens with this character along the way ;) (was a bit unnecessary to write about it i guess :roll: )
TD-er wrote: 30 Jan 2024, 10:17 potentially break everything rules/parser related
Where would be all the fun if not... :D
by chromo23
30 Jan 2024, 08:46
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

I still think the "\[" and "\]" are the simplest here. There is one issue. "\" seems to be translated to "^" by ESPEasy: SendTo,8,`SendTo,9,"taskvalueset,5,1,\[Plugin#GPIO#Pinstate#16\]"` 237714401: HTTP: SendTo,8,`SendTo,9,'taskvalueset,5,1,^[Plugi...
by chromo23
30 Jan 2024, 00:47
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

TD-er wrote: 29 Jan 2024, 16:51 So far I can only come up with the sendTo.
Yes, i think this is the only command where this is needed...
by chromo23
29 Jan 2024, 16:22
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

Ath wrote: 29 Jan 2024, 14:05 Hmm, String functions are already wrapped by curly braces...
It's getting tight with available characters... :)
by chromo23
29 Jan 2024, 12:40
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

Wouldn´t it be even better to wrap the whole command in brackets like e.g. "{ }" to tell the parser to ignore the whole stuff inside and just send it:

Code: Select all

SendTo,8,{SendTo,9,"taskvalueset,5,1,[Plugin#GPIO#Pinstate#16]"}
by chromo23
29 Jan 2024, 12:34
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

Re: nested SendTo commands

You could do it in events, but then it defeats your purpose for the "it just works" approach of the dashboard. Exactly. :) I will think about this, but I'm a bit afraid this will stir up a lot of rules code. That´s what i thought... :shock: Maybe we could consider "escaping" cha...
by chromo23
29 Jan 2024, 11:34
Forum: ESP Easy: Software
Topic: nested SendTo commands
Replies: 21
Views: 1385

nested SendTo commands

For my dashboard easyfetch it would be great if following command would work: When i send from my main unit (1) this comand: SendTo,8,'SendTo,9,'taskvalueset,5,1,[Plugin#GPIO#Pinstate#16]'' unit 9 should get the Pinstate of GPIO 16 from unit 8 But it doesn't. It seems that "[Plugin#GPIO#Pinstat...
by chromo23
24 Jan 2024, 18:09
Forum: ESP Easy: General Discussion
Topic: Problem with two I2C displays and sending remote values
Replies: 4
Views: 792

Re: Problem with two I2C displays and sending remote values

Where can I find information about this syntax in the documentation, with examples if possible ? the oled: https://espeasy.readthedocs.io/en/latest/Plugin/P036.html#p036-typename sendto: https://espeasy.readthedocs.io/en/latest/Rules/Rules.html#sendto-and-publish instances: https://espeasy.readthed...
by chromo23
24 Jan 2024, 17:43
Forum: ESP Easy: Software
Topic: custom_IR_ESP8266_1M builds help needed
Replies: 9
Views: 1181

Re: custom_IR_ESP8266_1M builds help needed

THANK YOU! :) It worked fine. The only odd thing was, that in AP mode the device was not password protected and the name was also not the same as in the config.h file And then in tools/pio/pre_custom_esp82xx_IR.py: This i did not need to change. What do you think about readding the custom_IR_ESP8266...
by chromo23
24 Jan 2024, 15:02
Forum: ESP Easy: Software
Topic: custom_IR_ESP8266_1M builds help needed
Replies: 9
Views: 1181

Re: differences in custom ESP8266_1M builds

At first glance the config looks OK. Make a backup of your settings before uploading, as it might destroy the file system if you pick the wrong layout. Flash was successful but I should have made a backup of the whole firmware since there is now no way of going back. Problem is, that P016 is missin...
by chromo23
24 Jan 2024, 12:01
Forum: ESP Easy: Software
Topic: custom_IR_ESP8266_1M builds help needed
Replies: 9
Views: 1181

Re: differences in custom ESP8266_1M builds

Thanks! I think I have turned off the custom 1M IR build as it didn't fit anymore. You can change the board definition in the 4M variant and try to make a build. Do you think this is ok? [env:custom_IR_ESP8266_1M] extends = esp8266_1M platform = ${ir.platform} platform_packages = ${ir.platform_packa...
by chromo23
24 Jan 2024, 11:41
Forum: ESP Easy: Software
Topic: custom_IR_ESP8266_1M builds help needed
Replies: 9
Views: 1181

Re: differences in custom ESP8266_1M builds

and in addition to that, how would i nowadays make a "custom_IR_ESP8266_1M" build.
I wanted to update an WiFi-socket of mine and realized, that there is no custom ir build anymore for 1M units...
by chromo23
24 Jan 2024, 11:34
Forum: ESP Easy: Software
Topic: custom_IR_ESP8266_1M builds help needed
Replies: 9
Views: 1181

custom_IR_ESP8266_1M builds help needed

Hey @TDer,
can you tell what the differences are. I don´t know which one i should use....
custom esp.png
custom esp.png (20.24 KiB) Viewed 1181 times
by chromo23
23 Jan 2024, 21:35
Forum: ESP Easy: Hardware
Topic: D1 mini Pro boards (clones) no longer work with 5V external power!? Software issue?
Replies: 72
Views: 61846

Re: D1 mini Pro boards (clones) no longer work with 5V external power!? Software issue?

TD-er wrote: 23 Jan 2024, 20:57 I'm spending serious amounts of time trying to make it all fit in the limited resources for the ESP8266.
I am personally very grateful to you for that. Thank you!
by chromo23
22 Jan 2024, 09:51
Forum: ESP Easy: Projects / Applications
Topic: Some new projects
Replies: 3
Views: 1496

Re: Some new projects

mra2ko wrote: 21 Jan 2024, 18:0190sec on
It´s quite a long time to be on. I guess it is necessary for the CO2 sensor?
by chromo23
21 Jan 2024, 23:46
Forum: ESP Easy: Software
Topic: Get value from reply of a http request to thingspeak
Replies: 18
Views: 2353

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

sanc0 wrote: 21 Jan 2024, 23:21 Can you please compile a new working ESP8266_1M.bin for me?
Here you go :)
by chromo23
21 Jan 2024, 17:33
Forum: ESP Easy: Projects / Applications
Topic: Some new projects
Replies: 3
Views: 1496

Re: Some new projects

Looks interesting. :)
Can you give some additional infos to the sensor?
Did you made it yourself or is it a preexisting device one can buy somewhere?
by chromo23
21 Jan 2024, 16:49
Forum: ESP Easy: Software
Topic: Get value from reply of a http request to thingspeak
Replies: 18
Views: 2353

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

sanc0 wrote: 21 Jan 2024, 14:25 In the Github example you have: EVENT: reply#api.thingspeak.com
Actually the first post on GitHub looks like this:
Bildschirmfoto 2024-01-21 um 16.47.50.png
Bildschirmfoto 2024-01-21 um 16.47.50.png (165.39 KiB) Viewed 1618 times

Edit:
I get it. It was the second post you looked at.
(i changed it now...)
by chromo23
21 Jan 2024, 13:39
Forum: ESP Easy: Hardware
Topic: Request for help in selecting a switch
Replies: 8
Views: 1427

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: 1739

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: 2353

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: 1739

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: 2353

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: 1739

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...