Message boards : GPUGRID CAFE : House heating proposition
Author | Message |
---|---|
I use BOINC to heat my house during the winter as I'm sure some of you do as well. I find it very annoying to turn on and off projects based on how hot or cold it is in the house. Is there some form of software that communicates with a wifi connected thermostat or some type of data connected internal probe? If not is there anyone willing to take on the challenge to alleviate this hassel? | |
ID: 45062 | Rating: 0 | rate: / Reply Quote | |
I use BOINC to heat my house during the winter as I'm sure some of you do as well. I find it very annoying to turn on and off projects based on how hot or cold it is in the house. Is there some form of software that communicates with a wifi connected thermostat or some type of data connected internal probe? If not is there anyone willing to take on the challenge to alleviate this hassel? Shouldn't be too tricky. A few lines of script to poll the mobo temp and control boinc via boinccmd might be sufficient. | |
ID: 45065 | Rating: 0 | rate: / Reply Quote | |
Perhaps there is some way to modify Tthrottle to use a motherboard ambient sensor to shut off work units | |
ID: 45067 | Rating: 0 | rate: / Reply Quote | |
I use BOINC to heat my house during the winter as I'm sure some of you do as well. I find it very annoying to turn on and off projects based on how hot or cold it is in the house. Is there some form of software that communicates with a wifi connected thermostat or some type of data connected internal probe? If not is there anyone willing to take on the challenge to alleviate this hassel? It should be an ambient temperature sensor, not the MOBO's. BTW state of the art heating takes the wind, outside temperature, sunshine, and the thermal characteristics & actual (and presumed) usage of the building in consideration. You can suspend the GPUGrid project by the following command: "C:\Program Files\BOINC\boinccmd.exe" --project www.gpugrid.net suspend You can resume the GPUGrid project by the following command: "C:\Program Files\BOINC\boinccmd.exe" --project www.gpugrid.net suspend Or, if you have multiple projects then you can suspend all BOINC GPU activity by: "C:\Program Files\BOINC\boinccmd.exe" --set_gpu_mode never You can add an optional duration (in seconds) to this last command, after that period it returns to the previous permanent mode.You have to find an external thermal sensor which can be polled by a script or batch file. | |
ID: 45078 | Rating: 0 | rate: / Reply Quote | |
You can buy external USB thermal sensors. | |
ID: 45117 | Rating: 0 | rate: / Reply Quote | |
Message boards : GPUGRID CAFE : House heating proposition