OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Add water schedule based on hot temperature Reply To: Add water schedule based on hot temperature

#35388

Dan in CA
Participant

I was planning to add a resources section. That will be the next thing I work on.

The project has been developed on a Windows system up till now so some of the resources I am familiar with lean towards that platform. This is a community based project so anyone with Python programming experience on a Mac is encouraged to chime in with suggestions.

For abut the first year of the project I used Idle, Python’s built in IDE which is cross platform. Another user mentioned that he uses PyScripter:

https://code.google.com/p/pyscripter/

But I have no experience with it.

One of the most important tips for getting started is to look at what others have done.


@Ken
,

For your temperature based scheduling, The other weather based plugins may give you some good ideas. You might be able to modify one of them for your purposes. The first thing to consider is how you will get the temperature data.

Dan