johndough99
New member
Starting up a new soil grow here shortly. Was going to purchase $500 climate control boxes (co2,ppm,humid,temp) for each room. I recently became aware of some open-source alternative which is better and cheaper. Coding it myself (so far). It is taking quite a bit of a time but once it's built it will be expandable and reusable.
There are these DIY PLC boards out now with tons of sensors/adapters that can be used with them. These DIY boards hook up to the computer via USB but also can communicate over wifi or ethernet. Arduino is what I will be using but there are different ones out there. The sensors and adapters you can connect range anywhere from $1-$65.
So anyways I can get input to a computer and also control relays (power) at a computers request. With the data going to the computer I am wrapping up the PHP/SQL backend server code that will log climatecontrol (and security) events constantly. When a sensor is out of what I have established as its threshold by a certain %. A relay will power on causing that metric to be adjusted. As the data continues to roll in when it is within 10% of median (middle of the range I give it), it will kick off the relay. EMail notifications on discovery and resolution of all issues. Would love to do SMS or something but I have not messed with that before.
Remote Web Access will be supported so I can check in via my mobile or wherever I am at.
If anyone's done anything like this before let me know. I Will be posting updates to this thread as I move along.
Pretty well versed in computers/information security as well so if you have any privacy or anonymity questions holler at me.
There are these DIY PLC boards out now with tons of sensors/adapters that can be used with them. These DIY boards hook up to the computer via USB but also can communicate over wifi or ethernet. Arduino is what I will be using but there are different ones out there. The sensors and adapters you can connect range anywhere from $1-$65.
So anyways I can get input to a computer and also control relays (power) at a computers request. With the data going to the computer I am wrapping up the PHP/SQL backend server code that will log climatecontrol (and security) events constantly. When a sensor is out of what I have established as its threshold by a certain %. A relay will power on causing that metric to be adjusted. As the data continues to roll in when it is within 10% of median (middle of the range I give it), it will kick off the relay. EMail notifications on discovery and resolution of all issues. Would love to do SMS or something but I have not messed with that before.
Remote Web Access will be supported so I can check in via my mobile or wherever I am at.
If anyone's done anything like this before let me know. I Will be posting updates to this thread as I move along.
Pretty well versed in computers/information security as well so if you have any privacy or anonymity questions holler at me.