Ankündigung

Einklappen

Sammelbestellung ETS6 Vollversionen aktiv!

Sammelbestellung für ETS6 Vollversionen (Prof., Home, Lite) mit 40% Rabatt aktiv! Infos im Forum!
Mehr anzeigen
Weniger anzeigen

logic.fade stops after a few steps

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

    logic.fade stops after a few steps

    Hi,

    I'm having trouble with the fade function in smarthome.py
    It starts out fine but after some steps it stops fading no matter what the value is.
    Code:
    parent.fade(255, 5, 10)
    I've tried with smaller timedelta's but no luck.

    I am running several other logics (data gathering and saving to mysql) at the same time. Perhaps "fade" stops when another logic is started?
    any help?

    #2
    Hi Brecht,

    a debug log would help to bring light into this.

    If you set an item during the item is fading, the fading process will be stopped.
    Maybe one of your logics sets the item?

    so long

    Marcus

    Kommentar

    Lädt...
    X