Search found 413 matches

by Wiki
26 Jan 2021, 11:46
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2151730

Re: Nextion display plugin

Just let the Wemos do the work of calculating the 0.5 values. Something like: va0.val=va0.val+5 if(va0.val>250) { va0.val=150 } print "|u,i230,n,s" print va0.val printh 0a Rule in ESPEasy On Nextion#Idx=230 %v1%=[Nextion#value]/10 //Send value to Domoticz however you want Nextion.page0.t1....
by Wiki
11 Jan 2021, 19:46
Forum: ESP Easy: Projects / Applications
Topic: Help: A guide for a battery powered measuring station
Replies: 16
Views: 14117

Re: Help: A guide for a battery powered measuring station

As I can see in the picture, you still have the serial ncontroller connected. Shouldn't do that as it consumes too much of energy.

Have a look over here: viewtopic.php?f=5&t=5498#p32183 where I posted some experiences on how to save battery power.
by Wiki
22 Dec 2020, 01:09
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Which security settings for WLAN did you choose? My experiences showed me, that the stability may depend on them. And good luck til next reboot of the box. Returning home I just rebooted the 7590 (fw 7.21, no wifi communication at all) here at home, WLAN back again and useable.(??) Today evening I r...
by Wiki
19 Dec 2020, 23:26
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

No way to downgrade the fw of Fritz without having it connected to your PC using LAN interface. Even choosing another LAN port than No. #1 on your Fritz may result in a faulty downgrade. Believe me, I'ver spent half a night to get it done. And you will be not able to import a backup of your Fritz do...
by Wiki
19 Dec 2020, 12:27
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Ha! And I knew, why I did put the total surveillance time into a dummy variable. Have a look at the uptimes:
Unbenannt4.jpg
Unbenannt4.jpg (32.14 KiB) Viewed 20857 times
During saving the rule happened:
Unbenannt5.jpg
Unbenannt5.jpg (32.83 KiB) Viewed 20857 times
by Wiki
19 Dec 2020, 12:17
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Erm, not quite awake today morning, has been a long night: on Clock#Time=All,**:*0 do Publish domoticz/in,'{"idx":24,"nvalue":0,"svalue":"%uptime%"}' Let 1,[MQTTCounter#Uptime] TaskValueSet 1,2,[VAR#1]+10 endon on MQTT#Disconnected do Let 1,[MQTTCounter#Sum] T...
by Wiki
19 Dec 2020, 12:15
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

This will work as desired? on Clock#Time=All,**:*0 do Publish domoticz/in,'{"idx":24,"nvalue":0,"svalue":"%uptime%"}' Let 1,[MQTTCounter#Uptime] TaskValueSet 1,2,[VAR#1]+10 endon on MQTT#Disconnected do Let 1,[MQTTCounter#Sum] TaskValueSet 1,1,[VAR#1]+1 Let 1,...
by Wiki
19 Dec 2020, 12:01
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

OK, thank you.

Could you give me an idea how to setup a customdevice in Domoticz to trace more than one datafield? Up to now I use Domoticz "as is" with no customization.
by Wiki
19 Dec 2020, 11:48
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

No, up to now the data reside in the memory of the two devices. But no problem, I will do so.

Publishing out of rules will go through the controller loop, too?
by Wiki
19 Dec 2020, 11:30
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Erm, concernig stability, at home I had a lot of devices with stability problems. Even if the devices in my network at home are almost unaccessible I can testify, that one the last releases flashed by me could be named as rock solid: Unbenannt2.jpg I just took this snapshot of one of the devices whi...
by Wiki
19 Dec 2020, 11:20
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Over night I had two devices monitoring MQTT Disconnects, showing the sum of MQTT disconnects over uptime in minutes: Unbenannt1.PNG Unbenannt.PNG Because I've never traced something like this before I don't have any experiences, whether these results are normal or acceptable, but far way better tha...
by Wiki
19 Dec 2020, 01:51
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

[OT on] At this time I am one of the rare lucky ones who is almost not (or better: no more) affected by Corona in daily routines. In spring during first Corona my mother was still alive and I had to take care about her, searching a care home and arrange all her daily things - and all this during the...
by Wiki
18 Dec 2020, 16:47
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Because its boaring watching the web log I've set up a small rule: on Clock#Time=All,**:*0 do Publish domoticz/in,'{"idx":24,"nvalue":0,"svalue":"%uptime%"}' Let 1,[MQTTCounter#Uptime] TaskValueSet 1,2,[VAR#1]+10 endon on MQTT#Disconnected do Let 1,[MQTTCounte...
by Wiki
18 Dec 2020, 11:15
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

I've tried out the 7.24 (labor build) - no difference at all. And yes, I felt to have recognized that at least the time between starting the WLAN on the phone and a working connection is sometimes a question of a few seconds with 7.21. With 7.01 it feels almost instantly. Not every MQTT disconnect a...
by Wiki
18 Dec 2020, 00:32
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Re: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Puuh, if I had known before I would had thought twice about doing that, downgrading a fritzbox. All settings gone, I had to flash twice, seven smart thermostats had to be readded, telephone book gone. No way to read the backup file from fw 7.21. But now the 7490 is back to fw 7.01. With WLAN securit...
by Wiki
17 Dec 2020, 11:59
Forum: ESP Easy: Hardware
Topic: Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]
Replies: 29
Views: 20962

Wifi problems after upgrade of Fritzbox 7590 to FritzOS 7.21 [seemed to be solved?]

Hi, I am working in two different locations, one with 35 ESPEasy + 10 Tasmota devices, one with three ESPEasy + 7 Tasmota devices. In one of the locations I changed the router from Telekom Speedport W925 to Fritzbox 7490. The Fritzbox 7490 had firmware 7.21 installed, the Fritzbox 7590 at home 7.01....
by Wiki
15 Dec 2020, 21:05
Forum: ESP Easy: General Discussion
Topic: %eventvalue%
Replies: 9
Views: 9256

Re: %eventvalue%

TD-er wrote: 12 Dec 2020, 23:22
Wiki wrote: 12 Dec 2020, 23:08 [OT On]
Voyager?
[/OT Off]
Delta quadrant?
I don't get it...
Totally Off Topic, no relation to ESPEasy or the topic itself. Maybe uxhamby may understand.
by Wiki
12 Dec 2020, 23:08
Forum: ESP Easy: General Discussion
Topic: %eventvalue%
Replies: 9
Views: 9256

Re: %eventvalue%

[OT On]
Voyager?
[/OT Off]
by Wiki
29 Oct 2020, 12:01
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Ah, What I did forget:

The IP range of the Fritzbox I have to deal with here is the same as my guest WLAN network at home. So Windows 7 of my Laptop identified automatically the wired connection here as a public network.
by Wiki
29 Oct 2020, 11:57
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Well, I've worked for tens of years using WOL and I never managed to enable a WLAN device to accept magic packets during sleep/shutoff. So I personally will never ever try to wake up a WLAN device, for me for using WOL a wired connection is a must have. My problem here is that I have to deal with a ...
by Wiki
29 Oct 2020, 10:33
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

... @Wiki, I'm looking forward to your feedback ... And here we are. After a lot of work internally on my network, today for the first time I was able to get a WOL magic packet through my Fritzbox. I can't exactly explain, what I had to do to make it work, but main reasons seemed to be some "s...
by Wiki
25 Oct 2020, 07:55
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Resetting the Fritzbox by using AVM's tool isn't possible, it stops with the message that there is a provider specific configuration on it. What a mess... Well, I try to wakeup the Laptop, which is connected to a lan port of the Fritz, running Win7. The PC on Wlan is only to be able to doublecheck E...
by Wiki
24 Oct 2020, 16:39
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Yes, all your explanations I know, the devices are all directly connected to the box, the PC and ESPEasy by Wlan, the Laptop by ethernet cable, no firewalls, no routing, no guest net. I just did't get so far to test ESPEasy, I just don't get any magic packet through the router - pretty strange. The ...
by Wiki
24 Oct 2020, 12:43
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

I had to return as fast as possible to the location where I didn't have any WOL capable device but I carried a Laptop with me, Lenovo X201, and additionally an old Fritz Box 7272. Using the tools you've linked I don't get any WOL Magic packet through one of my routers. Neither using the WOL tool nor...
by Wiki
18 Oct 2020, 10:32
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Yepp, I know. I will start today my way back home (I posted before here where I am I don't have any WOL capabler devices) where I will be able to test and I will report...
by Wiki
16 Oct 2020, 11:24
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

I am using Wemos D1 only, my used bin files are ESP_Easy_mega_XXXXXXXX_normal_ESP8266_4M1M.bin. Lateron the feature will be used manly on my central control device, using the _dev_ release for being able to use the Nextion plugin. But at first this special device will not be available for playing ar...
by Wiki
14 Oct 2020, 18:02
Forum: ESP Easy: General Discussion
Topic: Wake on Lan?
Replies: 34
Views: 26110

Re: Wake on Lan?

Unfortunately at the moment I am not at home and here I don't have any device which could be configuered for WOL. But I'm very excited testing and using this feature. It will take some five days or so to be back home, I will report and ask if testing is still needed.
by Wiki
03 Oct 2020, 10:44
Forum: ESP Easy: Hardware
Topic: Minimum Distance of JSN-SR04T for Watertank ?
Replies: 21
Views: 22429

Re: Minimum Distance of JSN-SR04T for Watertank ?

At least to be able to auto shutoff your pump of your watering system to avoid running hot.
by Wiki
30 Sep 2020, 13:51
Forum: ESP Easy: Hardware
Topic: GPS Plug-In?
Replies: 7
Views: 15934

Re: GPS Plug-In?

The GPS plugin is in the custom builds, too.
by Wiki
29 Sep 2020, 14:00
Forum: ESP Easy: Hardware
Topic: Minimum Distance of JSN-SR04T for Watertank ?
Replies: 21
Views: 22429

Re: Minimum Distance of JSN-SR04T for Watertank ?

Well, what I was thinking of was a solution like https://camperforum.nl/viewtopic.php?t=8457836#p1584333 which I rmembered it was linked in the mentioned thread.
by Wiki
28 Sep 2020, 12:47
Forum: ESP Easy: Hardware
Topic: Minimum Distance of JSN-SR04T for Watertank ?
Replies: 21
Views: 22429

Re: Minimum Distance of JSN-SR04T for Watertank ?

The sr04t won't work for you. One time submerged there will be water drop on the sensor and this will cause undefined readings. Whether a tube could be a solution I don't know. I had a similar question with the water tank of my RV and posted my solution. Fromhere https://www.letscontrolit.com/forum/...
by Wiki
16 Aug 2020, 12:39
Forum: ESP Easy: General Discussion
Topic: ESP8266 or ESPEASY crashes sometimes and deletes rules
Replies: 13
Views: 9072

Re: ESP8266 or ESPEASY crashes sometimes and deletes rules

No, not yet, I didn't notice that. Maybe I should give it a try. Is the non-linearity solved?
by Wiki
13 Aug 2020, 12:29
Forum: ESP Easy: Software
Topic: Send data to Domoticz using HTTP
Replies: 5
Views: 6745

Re: Send data to Domoticz using HTTP

Ah, OK, makes sense.

I'll put it on github.
by Wiki
13 Aug 2020, 01:57
Forum: ESP Easy: Software
Topic: Send data to Domoticz using HTTP
Replies: 5
Views: 6745

Re: Send data to Domoticz using HTTP

Forget it, please, I've foung my typo by myself. Sending has to be: SendToHTTP 192.168.xxx.yyy,8090,'/json.htm?type=command&param=udevice&idx=46&nvalue=0&svalue=[WZTemp#C];[WZTemp#H];1;[WZTemp#hPa];0' But the protocol entry still looks a little bit weired: 611880877: ACT : SendToHTTP...
by Wiki
13 Aug 2020, 01:42
Forum: ESP Easy: Software
Topic: Send data to Domoticz using HTTP
Replies: 5
Views: 6745

Send data to Domoticz using HTTP

The last binaries for 1M devices don't include the Domoticz MQTT controller. So I am trying to submit my data using the http protocol. Trying to send the data of a bmp280 WZSBMP.JPG using SendToHTTP 192.168.xxx.yyy,8090,'/json.htm?type=command&param=udevice&idx=46&nvalue=0&svalue=[WZ...
by Wiki
12 Aug 2020, 10:54
Forum: ESP Easy: General Discussion
Topic: ESP8266 or ESPEASY crashes sometimes and deletes rules
Replies: 13
Views: 9072

Re: ESP8266 or ESPEASY crashes sometimes and deletes rules

[...] But sometimes the ESP32 does seem to be a bit more picky with WiFi. I can confirm, you need clear and strong signals. But the worst part of the ESP32-story is to get the A/Ds to work reliably. I've never managed this successfully, so I personally could recommend the ESP32 only if you don't ne...
by Wiki
03 Aug 2020, 12:10
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

I've tried out dump4.htm. Works perfectly.

I didn't notice before that there is a dump.htm in the repository, so I used the htm code you have posted here in this thread. It worked for me, even if the headers have been kind of mixed up. Now the exported csv table is formatted perfect.
by Wiki
17 Jul 2020, 15:28
Forum: ESP Easy: General Discussion
Topic: Power consumption
Replies: 29
Views: 30679

Re: Power consumption

Details: Click

7-days of my weather stations battery voltage:
Akku.JPG
Akku.JPG (36.57 KiB) Viewed 20193 times
by Wiki
16 Jul 2020, 12:34
Forum: ESP Easy: General Discussion
Topic: Power consumption
Replies: 29
Views: 30679

Re: Power consumption

No problem at all. End of january I reduced the awake time from ten to five seconds. Up to now I never had to climb up to recharge the battery. Have a look at the voltage readings:
sunny.JPG
sunny.JPG (29.17 KiB) Viewed 20256 times
by Wiki
27 Jun 2020, 12:53
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

I've setup the cache controller in a second device of my RV. It wass booted exactly at the same moment as the one from which I posted the storage info before (its the one with GPS attached). Both are flashed with ESP_Easy_mega_20200608_custom_ESP8266_4M2M.bin, both are Wemos D1 mini. Before activati...
by Wiki
27 Jun 2020, 02:40
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

Here the current state of the devices storage:
Storage.JPG
Storage.JPG (47.57 KiB) Viewed 15836 times
Firmware:
Firmware.JPG
Firmware.JPG (43.43 KiB) Viewed 15836 times
And a snippet of the file browser:
FileBrowser.JPG
FileBrowser.JPG (135.54 KiB) Viewed 15836 times
Just for documentation purpose....

Interesting is the number of flash writes.
by Wiki
26 Jun 2020, 14:42
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

Because of the limitation of SPIFFS I took the 4M2M image. Should give some more space, right? The data I am collecting have at least no relevance, at this time just for looking, where I have been. So I will run the cache controller until the point it gives up :)). Afterwards I will report - or at t...
by Wiki
26 Jun 2020, 01:38
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

Back home. Everything worked as expected (better: as hoped), real life test done. During the trip I noticed, that I can get the actual data from the GPS plugin without any relation to task interval or events. So to display my actual speed, I've modified the rules a little bit: On GPS#travelled Do Ti...
by Wiki
24 Jun 2020, 22:34
Forum: ESP Easy: General Discussion
Topic: Flashing esp wroom- 32 espeasy
Replies: 15
Views: 28198

Re: Flashing esp wroom- 32 espeasy

Wrong program for flashing an ESP32.

Use Flash Download Tool

Put the ESP32 in flash mode, start the program, search the .bin, enter flash address 0x00000, hit start and thats it.
by Wiki
18 Jun 2020, 03:27
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

And just for them, who like to play with data and vviews, as an example here a link to the tracking data with the possibility to use the interactive functions of the gpx viewer I decided to use. The link will be available only for 80 days(!): https://www.bernhard-gaul.de/gpxviewer/gpxviewerlinksvar....
by Wiki
17 Jun 2020, 22:26
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

Yep, its not easy to stay calm......

Please do not add any related changes into ESPEasy during the next ten days, could be harmful for me...
by Wiki
17 Jun 2020, 16:42
Forum: ESP Easy: Projects / Applications
Topic: ESPEasyRV Electronical Upgrade of a Motorhome
Replies: 65
Views: 105864

Re: ESPEasyRV Electronical Upgrade of a Motorhome

So, second stage of the journey reached. Everything still fine, I am happy.

From now on I will be some days in vacation and will leave my soldering equipment untouched. Otherwise my government would put me boxing gloves on my hands.