Search found 5 matches

by Swagner
13 Jun 2020, 10:41
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 18126

Re: Rotary Encoder set values

Hi All, I've done some additional tests and used mega-20200608, upfront nothing has changed. I did the same tests like before and nothing has been changed. I tried also http://192.168.1.163/?cmd=taskvalueset,1,1,0 and when the command is executed the value is set to 0 and when the rotray is moved it...
by Swagner
19 May 2020, 22:10
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 18126

Re: Rotary Encoder set values

Hi All, I did now several hours of tests and it's impossible to overwrite the Rotary Encoder Value by using TaskValueSet. When TaskValueSet is used the Rotary Encoder Value will change but this is not persistent and the Rotary Encoder will always start with the previous used Rotary Encoder Value. Fo...
by Swagner
17 May 2020, 18:17
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 18126

Re: Rotary Encoder set values

Hi All, I did several tests and I am not sure if this is a bug or normal, can somebody confirm this ? I have created the following Rule# on Rotary#Counter do TaskValueSet 1,1,[Rotary#Counter] Publish %sysname%/Counter/Set,[Rotary#Counter] endon on Relais#State do TaskValueSet 2,1,[Relais#State] Publ...
by Swagner
14 May 2020, 19:40
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 18126

Re: Rotary Encoder set values

Hi Grovkillen, I guess it's easier with an example: The Rotary Encoder has min. 0 and max. 3 set (it doesn't matter when a higher number is used it will possible just delay the problem) a.) Rotary Encoder Switch ON - When the Rotary Encoder is 1 Relais 1 is on - When the Rotary Encoder is 2 Relais 2...
by Swagner
14 May 2020, 18:01
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 18126

Rotary Encoder set values

Hello All, I have the following situaton and would like to know how to set the value for the Rotary Encoder in the Rules. The Rotary Encoder is used to set three different Relais depending on the values, this works already. When I push the switch all relais will be turned off and now the rotary swit...