Search found 10 matches

by Stef2s
01 Apr 2024, 13:12
Forum: ESP Easy: Software
Topic: is there something like a procedure or subroutine available ?
Replies: 4
Views: 280

is there something like a procedure or subroutine available ?

hello, I guess the answer is No, but I could be mistaken as there's quiet a lot of information to handle for a beginner. But if not, could it not be possible to use rules2 .. rules4 as a procedure, like "call Rules2" ? For my case I'm developing a ventilation system, where you can switch o...
by Stef2s
01 Apr 2024, 13:00
Forum: ESP Easy: Software
Topic: is it possible to change a GPIO on an other ESP-device ?
Replies: 2
Views: 248

Re: is it possible to change a GPIO on an other ESP-device ?

Ath thanks for the extended answer, Sndto worsk like a charm.
by Stef2s
01 Apr 2024, 11:57
Forum: ESP Easy: Software
Topic: is it possible to change a GPIO on an other ESP-device ?
Replies: 2
Views: 248

is it possible to change a GPIO on an other ESP-device ?

hello,
I want to change an IO-pin on an other ESP device. The devices are coupled by P2P.
I feel it should be possible, but I can't find the answer.
In more general, how to "address" another ESP in the network ?
cheers, Stef
by Stef2s
31 Mar 2024, 21:17
Forum: ESP Easy: Software
Topic: EasyFetch mini Dashboard, buttons and columns
Replies: 5
Views: 641

Re: EasyFetch mini Dashboard, buttons and columns

thanks very much chromo23.
by Stef2s
29 Mar 2024, 14:35
Forum: ESP Easy: Software
Topic: EasyFetch mini Dashboard, buttons and columns
Replies: 5
Views: 641

Re: EasyFetch mini Dashboard, buttons and columns

hello, By a tile a mean a dummy task that's not a bigVal, Slider, pButtons, dButtons. I assume that's the original definition from the author of EasyFetch. In the picture below from top to bottom - 1 dummy Task with 2 bigVal - 1 dummy Task with 2 sliders - 1 dummy Task with 4 pButtons - 4 dummy Task...
by Stef2s
29 Mar 2024, 11:19
Forum: ESP Easy: Software
Topic: EasyFetch mini Dashboard, buttons and columns
Replies: 5
Views: 641

EasyFetch mini Dashboard, buttons and columns

hi, easyfetch is a very nice feature and I've it now working the way I want it, but I still have a few questions which i might need for future projects. 1. The pButtons are push buttons which are "On" as long as you press on it. I would expect the dButtons to be normal switches that would ...
by Stef2s
26 Mar 2024, 00:19
Forum: ESP Easy: Software
Topic: Value checking in Rules sometines don't work
Replies: 4
Views: 2098

Re: Value checking in Rules sometines don't work

thanks for the answers Ath first of all I didn't know how to insert code in to this message, so I'll try again I now understand the use of [] thanks ! And for the moment I assume that it's not possible to test for a specific value in the On .. Do clause directly. On Dummy#Value > 100 Do // <-- this ...
by Stef2s
25 Mar 2024, 22:06
Forum: RFLink: Unsupported devices
Topic: Duco RF
Replies: 1
Views: 2289

Re: Duco RF

hello Richard, I don't know the answer to your question (yet), but I started a few days ago with EspEasy to control a Ducobox Energy Premium. I used the sources of arnemauer and until now I can: - set the ventilation mode through 868 MHz (couldn't find a serial command for that) - set the flow betwe...
by Stef2s
25 Mar 2024, 21:05
Forum: ESP Easy: Software
Topic: Value checking in Rules sometines don't work
Replies: 4
Views: 2098

Value checking in Rules sometines don't work

Hello, I've just started with EspEasy, looks great, but I have some problems with tyhe Rules section I use the Dummy plugin P033 with the name "Dummy" and first parameter named "Value"=199, compiled with sources of 20231225. (I didn't see a change related to this problem in the n...