Weird reaction on reception of remote control key code #125
Replies: 4 comments
-
[This post has been migrated from the old forum, it was originally sent by eporocrail on 2020-11-21 07:43:57] I have noticed before that when eGeoffrey receives remote control codes always ".0" is appended. But until now it was not an issue because eGeoffrey received and passed the data through to my modules. In my software I could handle this. Now it is an issue because I can not deal with it in eGeoffrey. Hope you can solve this issue. Thanks. |
Beta Was this translation helpful? Give feedback.
-
[This post has been migrated from the old forum, it was originally sent by user2684 on 2020-11-21 14:57:30] Theoretically, if the sensor is set to format "int" (not float), the number is rounded to an integer and is kept as such. Does you sensor "remote" have format set to "int"? |
Beta Was this translation helpful? Give feedback.
-
[This post has been migrated from the old forum, it was originally sent by eporocrail on 2020-11-21 16:13:42] I checked again and double checked. ?????? |
Beta Was this translation helpful? Give feedback.
-
[This post has been migrated from the old forum, it was originally sent by user2684 on 2020-12-07 15:23:20] For future reference, discussion continuing on egeoffrey/egeoffrey-controller#24
|
Beta Was this translation helpful? Give feedback.
-
[This post has been migrated from the old forum, it was originally sent by eporocrail on 2020-11-20 11:19:14]
@user2684
I am trying to have eGeoffrey react on the reception of remote control key code.
My software sends "52". The eGeoffrey sensor receives "52". Running the rule the DB returns "52.0". In the rule I can not create a constant with the value "52.0". That is reverted to "52".
Your advice please.
Beta Was this translation helpful? Give feedback.
All reactions