Search found 53 matches

by joost d
23 Mar 2024, 17:49
Forum: ESP Easy: Software
Topic: Plugin: _P049_MHZ19; set MeasurementRange command disabled?
Replies: 4
Views: 125

Re: Plugin: _P049_MHZ19; set MeasurementRange command disabled?

OK, thanks for sharing your experience. I have now been warned.
By the way, the official documentation mentions 3 detection ranges that can be set.
If I experiment more, I will report the result here.
by joost d
22 Mar 2024, 17:42
Forum: ESP Easy: Software
Topic: Plugin: _P049_MHZ19; set MeasurementRange command disabled?
Replies: 4
Views: 125

Plugin: _P049_MHZ19; set MeasurementRange command disabled?

The MHZZ19 is a CO2 sensor. There is a option in the P049 plugin tsourceo to set the MeasurementRange by a command. But this option is not activated in .src\src\P049_data_struct.h by "// #define ENABLE_DETECTION_RANGE_COMMANDS" Does anyone know if there is a good reason for this deactivati...
by joost d
14 Feb 2024, 14:46
Forum: RPiEasy: Software
Topic: Rules web editor: Filesize exceeds web editor limit!
Replies: 2
Views: 245

Re: Rules web editor: Filesize exceeds web editor limit!

Well,...that's nice.
Then please remove the notification in de webeditor: "(Max 2048)Filesize exceeds web editor limit!"
by joost d
14 Feb 2024, 12:30
Forum: RPiEasy: Software
Topic: Rules web editor: Filesize exceeds web editor limit!
Replies: 2
Views: 245

Rules web editor: Filesize exceeds web editor limit!

I'm using the rules webeditor in chroome and ecceeds the character-amount of 2048 whitout any problem.
Is the warming "Filesize exceeds web editor limit!" Still actual?
by joost d
05 Nov 2023, 19:29
Forum: ESP Easy: Software
Topic: Compiling espeasy for ESP12f D1 mini board
Replies: 4
Views: 1588

Re: Compiling espeasy for ESP12f D1 mini board

OK, I compiled ESPeasy with the env.: "normal_ESP8266_4M1M".
That works fine.
by joost d
03 Nov 2023, 22:59
Forum: ESP Easy: Software
Topic: Compiling espeasy for ESP12f D1 mini board
Replies: 4
Views: 1588

Compiling espeasy for ESP12f D1 mini board

I like to make a build of ESPeasy for the ESP12f D1 mini board.
There is environment for this board in the *.ini files.
Does someone know what do I have tot do to compile ESPeasy for the board ESP12f D1 mini.

Thanks in advance.
by joost d
05 Dec 2022, 19:15
Forum: ESP Easy: Software
Topic: _P023_OLED; scaling?
Replies: 1
Views: 998

_P023_OLED; scaling?

Could someone add the scaling feature to the _P023_OLED. Like the _P141_PCD8544_Nokia5110 has?

Thanks in advance
by joost d
03 Dec 2022, 22:38
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

Re: DS18b20

Don't worry, I have only one sensor :)
by joost d
03 Dec 2022, 20:37
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

Re: DS18b20

@Ton:Thanks for the explanation.
by joost d
03 Dec 2022, 20:08
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

Re: DS18b20

The 18b20 is the only divice connected to the ESP32.
SPI is disabled.

Btw: Resistance is necessary! Contrary to what is said elsewhere on the internet.
by joost d
03 Dec 2022, 19:52
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

Re: DS18b20

Solved :-)
Instead of GPIO-14, as indicated in the documentation (ESP8266) I have now used GPIO-4 for my ESP32........
by joost d
03 Dec 2022, 19:21
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

Re: DS18b20

I tried that resistant too without result.

BTW: Is it correct, if I say that even without a sensor, every second there must be log entry like:
243398: EVENT: TaskExit#Temp=1.0.
If yes, then maybe there is something wrong with the _P004 plugin ....
by joost d
03 Dec 2022, 14:47
Forum: ESP Easy: Software
Topic: DS18b20
Replies: 9
Views: 1123

DS18b20

I can't get a DS1820 to work. I use: ESPEasy-mega-20221105 ESP32 with only a DS1820. See attachment for configuration. What strikes me is that in the log only the following appears 1 time at "Submit": 1325715: EVENT: TaskExit#Tempsensor=1.0 1325815: EVENT: TaskInit#Tempsensor=1.0 No more! ...
by joost d
24 Nov 2022, 12:31
Forum: ESP Easy: Software
Topic: RTTTL : command not included in build
Replies: 4
Views: 1272

Re: RTTTL : command not included in build

Thanks,
Rtttl command works fine again.
by joost d
23 Nov 2022, 18:13
Forum: ESP Easy: Software
Topic: RTTTL : command not included in build
Replies: 4
Views: 1272

Re: RTTTL : command not included in build

OK, but where is the best place to put this line?
by joost d
23 Nov 2022, 15:38
Forum: ESP Easy: Software
Topic: RTTTL : command not included in build
Replies: 4
Views: 1272

RTTTL : command not included in build

In the "Log" I get the message "RTTTL : command not included in build". This is probably due to my "custom build" that I make because I want to use the P141. In PlatformIO.ini I included "default_envs = custom_ESP32_4M316k". I build with that. In .\src\src\Cus...
by joost d
04 Oct 2022, 09:03
Forum: ESP Easy: Software
Topic: ESPeasy cannot always handle HTML requests provided by other
Replies: 9
Views: 2448

Re: ESPeasy cannot always handle HTML requests provided by other

I took the tip from TD-er and installed MQTT on the raspberryPi.
For the communication from ESPeasy to Domoticz I now use MQTT and
for the communication from Domoticz to ESPeasy, http.
Now there are no error messages anymore :-)
by joost d
02 Oct 2022, 13:17
Forum: ESP Easy: Software
Topic: Rules: only one "On System#Boot do" !?
Replies: 9
Views: 3049

Re: Rules: only one "On System#Boot do" !?

Very clear Ton en TD-er. Thanx. That confirms what I already thought based on what I've struggled with.

What Ton mentioned about the 4 Rulesets and what TD said with regard to handling the first hit. Shouldn't that be mentioned in the manual, for example in the chapter (system) events?
by joost d
02 Oct 2022, 11:12
Forum: ESP Easy: Software
Topic: Rules: only one "On System#Boot do" !?
Replies: 9
Views: 3049

Rules: only one "On System#Boot do" !?

I found that in the "Rules" only one rule can contain "On System#Boot do".
If every rule has an "On System#Boot do" then only the first will be executed.
I can't find anything about it in the manual. Is that right?
by joost d
01 Oct 2022, 19:25
Forum: ESP Easy: Software
Topic: %sunrise-15m% not working anymore...?
Replies: 3
Views: 1803

Re: %sunrise-15m% not working anymore...?

Yep, its working!
tanks
by joost d
01 Oct 2022, 15:49
Forum: ESP Easy: Software
Topic: ESPeasy cannot always handle HTML requests provided by other
Replies: 9
Views: 2448

Re: ESPeasy cannot always handle HTML requests provided by other

Ok,..misunderstanding...?! :-) The order you describe "So it seems this might be happening" is not how it works here. No values from ESPeasy sensors are shown on the ESPeasy display! The ESPeasy sensors values are only sent to Domoticz via C001. Domoticz receives the kWh and M3-gas values ...
by joost d
01 Oct 2022, 13:36
Forum: ESP Easy: Software
Topic: ESPeasy cannot always handle HTML requests provided by other
Replies: 9
Views: 2448

Re: ESPeasy cannot always handle HTML requests provided by other

@TD-er, Thanks for your information. I have no experience with MQTT, but I am curious about it. I'll look into that.
by joost d
01 Oct 2022, 13:26
Forum: ESP Easy: Software
Topic: ESPeasy cannot always handle HTML requests provided by other
Replies: 9
Views: 2448

Re: ESPeasy cannot always handle HTML requests provided by other

I currently do not display any values from the sensors (P005 and P049) on the display (I normally do this with [sensor#value] in the predefined Lines fields). The situation now is: Line-1 defined in the webform at "Line 1: "with %systime%. The other two lines are controlled from Domoticz w...
by joost d
01 Oct 2022, 12:22
Forum: ESP Easy: Software
Topic: %sunrise-15m% not working anymore...?
Replies: 3
Views: 1803

%sunrise-15m% not working anymore...?

In a rule I use %sunset-1h%. That has always worked. Now I notice that this no longer works. [url]https://www.letscontrolit.com/forum/viewtopic.php?t=5415/url] describes that %sunrise-15m% should work. I'have made next test-rule: On Clock#Time=All,**:** do logentry,"test-1 %sunrise%" logen...
by joost d
01 Oct 2022, 11:30
Forum: ESP Easy: Software
Topic: ESPeasy cannot always handle HTML requests provided by other
Replies: 9
Views: 2448

ESPeasy cannot always handle HTML requests provided by other

It seems that ESPeasy cannot always handle incoming html requests if ESPeasy also sends html requests itself. This is my experience over the years using different ESPeasy releases. This does not seem to depend on which plugins are used. The configuration is: - ESPEasy-mega-20220925 with custombuild ...
by joost d
26 Sep 2022, 12:23
Forum: ESP Easy: Software
Topic: SendToHTTP to its own environment does not work
Replies: 6
Views: 2150

Re: SendToHTTP to its own environment does not work

Great.
I misunderstand your(Ath) advise by mail. I thought that with " http prefix" the start of the URL was meant.
Now I'm using pcd8544cmd,backlight,0. Thats works great :-)

Thanks
by joost d
26 Sep 2022, 11:46
Forum: ESP Easy: Software
Topic: SendToHTTP to its own environment does not work
Replies: 6
Views: 2150

Re: SendToHTTP to its own environment does not work

"Also I don't really see the purpose for this as these commands can all be run from within the rules anyway, so why add such a rather extreme overhead?"" Well, I tried to find a way to change a plugin-setting-value (P141, backlight) to switch te backlight automatically on/off. The on...
by joost d
26 Sep 2022, 10:47
Forum: ESP Easy: Software
Topic: SendToHTTP to its own environment does not work
Replies: 6
Views: 2150

SendToHTTP to its own environment does not work

It looks like that the SendToHTTP -in Rules- does not work for hiss own ESPeasy-environment . To test this isseu, I used the commands: SendToHTTP 192.168.2.10,80,/control?cmd=pcd8544cmd,backlight,1 SendToHTTP 192.168.2.10,80,/control?cmd=GPIO,12,1 192.168.2.10 is the ip of the environment of the Rul...
by joost d
20 May 2022, 09:54
Forum: ESP Easy: Software
Topic: Communication - P1 Wifi Gateway (P044): Extension
Replies: 0
Views: 13840

Communication - P1 Wifi Gateway (P044): Extension

I would like to have the information from the P1 smart meteravailable in the ESP-easy. For example, in extra fields in the P044 plugin web form. Is there anyone who can extend the plugin P044 to this or can someone tell me how I can get the P1 smart meter information in the P044 plugin software? So ...
by joost d
27 Apr 2022, 17:41
Forum: ESP Easy: Projects / Applications
Topic: P064 APDS 9960. ESPeasy hangs when too close to Proximity
Replies: 8
Views: 8901

Re: P064 APDS 9960. ESPeasy hangs when too close to Proximity

Hello Ton,
I'm very busy right now. Later I will implement and test your changes.
by joost d
18 Mar 2022, 15:12
Forum: ESP Easy: Software
Topic: Weblog does not work
Replies: 12
Views: 7090

Re: Weblog does not work

Well, i have just made a pullrequest for the change in P208. There You can see the change.

If you include that Nokia 5110 display in the main repo, please put the documentation, I wrote in the plugin, in the "https://www.letscontrolit.com/wiki/index.php/Plugin208"
by joost d
18 Mar 2022, 14:36
Forum: ESP Easy: Software
Topic: Weblog does not work
Replies: 12
Views: 7090

Re: Weblog does not work

I have found the cause. It took me half a day.
The plugin p208 puts a "\" in the log. At that point, the blog no longer works. I replaced the "\" with and ";" and now the blog is working again.
by joost d
18 Mar 2022, 08:12
Forum: ESP Easy: Software
Topic: Weblog does not work
Replies: 12
Views: 7090

Re: Weblog does not work

If you don't have any active tasks, no log will be shown in the weblog output. The status None in the Info page reflects that. Once you activate a task, the log will show up, and the weblog level will be shown in the Info page. There are many active tasks. If I connect with "Putty" via th...
by joost d
18 Mar 2022, 07:59
Forum: ESP Easy: Projects / Applications
Topic: P064 APDS 9960. ESPeasy hangs when too close to Proximity
Replies: 8
Views: 8901

Re: P064 APDS 9960. ESPeasy hangs when too close to Proximity

A feature??? I don't understand the sence of that feature....
It is the plugin64 that makes the ESPeasy to hang if you get too close to the sensor.....In my opinion, a plugin should never do that!
by joost d
17 Mar 2022, 19:21
Forum: ESP Easy: Software
Topic: Weblog does not work
Replies: 12
Views: 7090

Weblog does not work

using: ESPEasy_ESP32_mega-20211224. Self compiled with Atom. Hardware: ESP32 Issue: Weblog did not show any information. See example! In Tools/Advanced/Log settings/ Weblog level: Debug. See example. Interesting is: Tools/Info/System Status/Web Log Level: "None".... (See example)
by joost d
14 Mar 2022, 15:55
Forum: ESP Easy: Projects / Applications
Topic: P064 APDS 9960. ESPeasy hangs when too close to Proximity
Replies: 8
Views: 8901

P064 APDS 9960. ESPeasy hangs when too close to Proximity

I am using "ESP32 mega-20211224" with the "Gesture - APDS 9960" and plugin P064. This works fine until an object comes close to the APD9960. Then the EASeasy hangs and resumes when the object is placed further away. For instance: the log on the USB (Putty) stops and my display di...
by joost d
09 Apr 2021, 10:45
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

@td'r: You suggested "boolean displayText3(const char* text, struct EventStruct *event ){" But I can't make that working correct. Ofcourse, it should be nice to pass the parameter "char deviceTemplate[][48]" by reference, but I can't make that working correct. I will soon make a ...
by joost d
08 Apr 2021, 22:48
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

I'm Using:
1/ PlatformIO and
2/ building with the "Default" environment.
In platfomio.ini :
default_envs =
normal_ESP32_4M316k
3/ ESPeasy: https://github.com/letscontrolit/ESPEas ... a-20210223
by joost d
08 Apr 2021, 21:32
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

I compared my source with the playgroned (https://github.com/letscontrolit/ESPEas ... D_5110.ino).
The are exactly the same.
by joost d
10 Mar 2021, 18:28
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

OK, my account on GitHub is not "flaged" anymore. So You can see my pullrequest of "_P208 NOKIA 5110 LCD plugin".
by joost d
08 Mar 2021, 20:48
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

I can see my pullrequest in https://github.com/letscontrolit/ESPEasyPluginPlayground/pulls . But other people don't. I think it has to do with a message display om my github: Your account has been flagged. Because of that, your profile is hidden from the public. If you believe this is a mistake, con...
by joost d
08 Mar 2021, 16:41
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

I have futher developed this code, removed some bugs and added some extra functions. I think is is now free of bugs. / - support different digit-size's // - Display Text via // 1. ESPEasy-Webinterface (Line-1-Line-x) // 2. http-request: // - BackLight on via httpcmd (http://ESP-IP/control?cmd=pcd854...
by joost d
26 Feb 2021, 15:12
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Thanks, I used the "define_plugin_sets.h" way. The _P208 is now compile and works OK.
But... The code after "#ifdef USES_P208" in _P208 is grey-out as shown in attachment. Can somebody tell me how to change that?
by joost d
24 Feb 2021, 16:56
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Thanks, Great, now the Plugin works fine for me. But...... Better is to replace String newString = parseTemplate_padded(tmpString, 48); // 2e parameter is a bool! in String newString = parseTemplate_padded(tmpString, false); Is there somebody who can answer my queston in post #64 at bullit "2/&...
by joost d
24 Feb 2021, 10:40
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

I like to display the current time. I used the ESPeasy-variable %systime%.
The displayed value on the screen is "10%3a37%3a53" meaning 10:37 and 53 sec.
Does somebody know why "%3a" is displayed?
by joost d
22 Feb 2021, 22:07
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Ok, that was great information. Now the 5110 works. But: 1/ I had to connect 5110-pin-1 (RST) to Vcc (5V with 10k resistor!). 2/ I had to disable\comment the 1e and last line ("//#ifdef USES_P208" and "//#endif // USES_P208"). So what is the proper way\place to define USES_P208 ?
by joost d
22 Feb 2021, 15:08
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 107837

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Hello Stephan2204, I'v compile'd you code without errors. That's fine. But i have a question. I like to wire the 5110 directly to the ESP32. (5110-pins: CLK, DIN, DC, CE, RST). In your code, at PLUGIN_INIT, you only define pin D/C and CS. #if defined(ESP32) lcd2 = new Adafruit_PCD8544(16, 17, -1); /...
by joost d
31 Jan 2021, 13:30
Forum: ESP Easy: General Discussion
Topic: ESPEasy in debug mode (using "ESP-prog")
Replies: 4
Views: 4548

Re: ESPEasy in debug mode (using "ESP-prog")

I just discovered the the output gives this information: Error: The PlatformIO task detection didn't contribute a task for the following configuration: { "type": "PlatformIO", "task": "Build", "problemMatcher": [ "$platformio" ], "grou...
by joost d
30 Jan 2021, 23:35
Forum: ESP Easy: General Discussion
Topic: ESPEasy in debug mode (using "ESP-prog")
Replies: 4
Views: 4548

Re: ESPEasy in debug mode (using "ESP-prog")

I do not exactly understand what you mean. But I have attached several files. Maybe that tell you what course my problem.
by joost d
30 Jan 2021, 11:57
Forum: ESP Easy: General Discussion
Topic: ESPEasy in debug mode (using "ESP-prog")
Replies: 4
Views: 4548

ESPEasy in debug mode (using "ESP-prog")

I like to develop a ESPEasy-plugin in platformio (for using the Nokia 5110) and like to develop ESPEasy in the debug mode. The hardware configuration is the ESP32-Wroom and the hardware-dubugger "ESP-prog". For using the "ESP-log", I’used the instruction of platformio.org. That’s...