Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - Result of Logics?

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

    - √ - Result of Logics?

    Hello.
    I was wondering. If i run smarthome.py -d and gets all the debug information on my Pi and SSH - then i get a message that the scheduler runs my "logics" every 10 seconds. That seems pretty correct

    But wouldn't it write the output of the logics performed, im starting to make this:
    Code:
    if sh.Big_Bathroom.Heating.SP() > sh.Big_Bathroom.Heating.PV():
    	sh.Big_Bathroom.Heating.Valve('on')
    Wouldn't the debugger output if it turns on or off the "sh.Big_Bathroom.Heating.Valve('on')" when i change the SP in Smartvisu?

    #2
    If logic is correct - it will output the result

    Kommentar

    Lädt...
    X