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:
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?
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')
Kommentar