haha took me a while made a few mistakes, learnt as I went. Hoping some other users can chime in as I am sure I have my timers and shit set up in a clunky way, but its all working so it will do for now.Your showing some skills there mate. Not a chance I could do it. Good luck
Yeah its true these relays are cheap. I will see how it goes. Wouldnt be a big job to swap it out so will see how it goes.I have setup mycodo and used it, been too lazy to do the "final" wiring. While trying it out, I had a problem with a mechanical relay like yours, and it stopped functioning. I think those things are cheap POS. Before I do my final wiring I am going to be running all solid state relays rated at 50 or 60 amps. I will only be only drawing ~5amps so they should not need heatsinks or run warm.
Good job on finding myCodo, when I was looking that was the most polished grow software I could find. It is always being updated too.
Cool man thanks for the tips!Not a big fan of wood being used to build electrical boards. In the event of an arc you really want to eliminate the presence of flammable materials. This is why breaker boxes, outlet boxes and the like are made of non combustible materials. Not trying to give you a hard time, your build shows a great amount of skill and I think you are doing great things, I just want to point out the safety issues present. You might consider buying a polymer project box, easy to machine, much safer and would look slick.
Have you looked at the TimeAlarms library? That might be a slick way to setup your triggers using RTC.
Here is a little project example: https://randomnerdtutorials.com/how-to-do-daily-tasks-with-arduino/
Keep up the good work!
I have a tech support background with only the bare minimum coding skills. As shimbob said, if you use supported inputs then you can just use the GUI for basic functions. You will probably want to do some conditionals such as "if humidity > 60% then turn on dehuey" etc which is where you will need some python.I was just searching for some info on this Mycodo software and this was the only thread I could find.
Very cool @klx. What kind of experience with code or anything like that coming into this? Is there much coding to be done, or is it more figuring out some sort of minor 'language' or 'commands' for "policies" that will set rules or something like that? I haven't found any video or good pictures of the software yet.
Thanks for sharing.
If you're using sensors that are already supported, there's practically zero "coding" at all, everything's point and click thru the website
Ok, cool. Thanks guys.I have a tech support background with only the bare minimum coding skills. As shimbob said, if you use supported inputs then you can just use the GUI for basic functions. You will probably want to do some conditionals such as "if humidity > 60% then turn on dehuey" etc which is where you will need some python.
There is a Mycodo forum now and the developer is very active so you could potentially describe what you want to do and people will help you out with example code.
Yup. Nevermind.I'm an idiot.