Ankündigung

Einklappen
Keine Ankündigung bisher.

use item both in logic and eval?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    use item both in logic and eval?

    Hello.
    I've made a program, where both some logics can control an item - and also a eval and eval_trigger...

    Is it true that both of them can't be used? Seems like the logic is running correct, but it doesn't do anything to the item... Alone the logic worked correct...

    The eval works like it should, like it has bigger priority? Can't both modes be used?

    #2
    Hi,

    as far as I understand the documentation, eval works on ANY item update. This means, if you update the item from a logic, the eval runs AFTER the logic. But you should be able to refer the result from the logic in eval with the value keyword.

    Regards,
    Waldemar
    OpenKNX www.openknx.de

    Kommentar

    Lädt...
    X