alphaomega
Well-Known Member
- Joined
- Jul 10, 2013
- Messages
- 1,041
- Reaction score
- 461
There's a short entry on the STC-1000+ WIKI about modifying the STC to use SSR's instead of the relays.
Thanks, I have ordered one from this vendor.
2 questions What version did you add the profile running dot and how do I determine what profile I'm running? I think I'm running a profile but there is no profile dot onI don't think there is.
But the two dots on the far left is heating/cooling as expected. The third dot is lit when a profile is running if I remember correctly. The upper dot between the two large 8's is lit when viewing temp probe 2 (if two probe firmware). The dot next to the C (and the C if celsius version) is lit when a temperature is displayed. That's about it.
I want to jump in and start a profile on SP3 instead of going through all of the other steps.How do I do that?
2 questions What version did you add the profile running dot and how do I determine what profile I'm running? I think I'm running a profile but there is no profile dot on
Doh! I swear I wasn't even drunk when I trying it before.
How long until I can control my STC1000+ from my phone?![]()
Just kidding but how's the interface with the ESP8266 going?
@hidara: You'd have to do some coding to make the changes you need. It does not support minutes as is.
Cheers!
// Control RH every 7.5 min
if(millisx60 >= 7500){
control_rh();
millisx60 = 0;
}
https://github.com/matsstaff/stc1000p/commit/7157df8ad847b41795695c53efdc3f6eb547e391I bought this on ebay Module Atmega328 5v 16M+USB2.0 To TTL 6Pin CH340G Converter F Arduino Pro Mini.
http://pages.ebay.com/link/?nav=item.view&id=191146731721&alt=web
I'm going to take a stab at flashing a stc1000 controller that I purchased following the github's instructions. Sorry if it's a repetitive question: how do you put them together? If someone could point me to directions or a diagram even a picture of one I would greatly appreciate it. Thanks in advance
Dave
I have made it through 77 pages and did a search of the thread without seeing the answer. I am looking to implement the flow meters for raspberry pints. They use an alamode for the interface to the flow meters. Will this work to program the stc. Does anyone know what the pin layout will be? This is all new to me but it looks very strait forward with all the excellent directions/videos but the different adruino implementations are foreign to me.