• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Stc-1000+

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
687474703a2f2f6935382e74696e797069632e636f6d2f3333316c746c762e6a7067

Is there instructions on what all of the LEDs mean on the front panel ?
 
I 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 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.
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
 
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?

Start the profile.Change St to 3. (Change SP if wanted/needed). Wait an hour.

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

It's pretty much been there from day 1.
Pressing arrow up / down shows information (SP / profile + step + duration).
 
Hey Mats,
I was looking at that firmware you have for the humidity control and was thinking of using it for cheese. When my fermentation chamber is not in use I like to use it for making cheese but whilst I can control the temps it sits at 99% humidity all the time. I would love to install a fan to blow air through until the humidity drops to a setpoint.
Is it possible for me to change the hours to minutes in your firmware as 1 hour delay and duration would be too long,
Cheers for everything,
D
 
@hidara: You'd have to do some coding to make the changes you need. It does not support minutes as is.

Cheers!
 
How long until I can control my STC1000+ from my phone? ;)

Just kidding but how's the interface with the ESP8266 going?
 
I have a "Black Box" temperature controller and it's worked flawlessly for over a year. I couldn't find the thread on it and I believe it's based on the STC-1000+ so hopefully this is the right place.

All of the sudden I can't set the setpoint. I'm in thermostat mode and when I enter a new setpoint, it doesn't actually change it. I change the setpoint and it displays that temp for ~10 seconds and then it goes back to displaying the actual temperature, but it doesn't actually change the setpoint. It appears to run programs just fine, so I'm just using that for now. I've tried resetting with power button and unplugging/plugging. Any ideas?
 
How long until I can control my STC1000+ from my phone? ;)

Idk, how far have you come and how much you got left? ;)

Just kidding but how's the interface with the ESP8266 going?

Not at all. I've not made any progress, because I've not worked on it at all. I've just not had the time and/or motivation :)
It should be in an almost usable state though, so why don't you try it out? Maybe give it a little spit and polish yourself?

Cheers!
 
@hidara: You'd have to do some coding to make the changes you need. It does not support minutes as is.

Cheers!


Excellent, in pretty comfortable with programming in VB.net so hopefully I should be able to figure it out.
Id really appreciate it if you could give me a headstart and let me know which file in your github contains the code I need to change and what compilers would I need?
Cheers
D
 
@hidara: I suggest using a linux distribution for development. A virtual machine with linux should be fine. I've made some pointers on setting up a development environment on the WIKI.
The source code is located in the src directory. There are not that many files, so you should be able to find it. I'd guess that page0.c is probably where most work will be.
There is a lot of conditional compilation for generating the different firmwares.

Also the relative humidity firmware does averaging and only 'acts' after enough data is above the threshold. That might be fine for you, if just the timebase is sped up, but just so you know about it.

Code:
				// Control RH every 7.5 min
				if(millisx60 >= 7500){
					control_rh();
					millisx60 = 0;
				}

Start by changing the 7500 in the above section to say 125 (that is 7500 / 60 (though it will actually really be 128 since millisx60 is incremented by 16 each loop at that point, but whatever)) and see what happens...
Happy hacking!
 
Hey Mats, I'm looking at building a single vessel electric brewery controller and I'm hoping to use your OVBSC software. I'm sure this gets asked a bunch and I apologize for the repetition, but is the software working pretty well? I'm only planning on using 1 element and I doubt I'll add the pump functionality in my initial set up. Also, I've found some AC to AC relays (Fotek SSR-40AA) so I'm not planning on modifying the STC relay outputs.

I've only seen a few posts on the OVBSC whereas with the fermentation software there is a lot of various feedback online.
 
@CNevay: I'd say so, I know of a few other guys that'd also say so. I'm sure there's a few people cursing at it as well :)
To put it like this, I'd consider OVBSC pretty stable, but it might not be the user friendliest controller out there.
 
I 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 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
https://github.com/matsstaff/stc1000p/commit/7157df8ad847b41795695c53efdc3f6eb547e391
https://github.com/matsstaff/stc1000p
 
Mats, I'm going to give it a go! Thank you again for everything you do for the home brewing community. Beers on me if you're ever in Vancouver, Canada!
 
I saw the post above from daewooo10 above. I also bought the same Arduino ebay, the Module Atmega328 5v 16M+USB2.0 To TTL 6Pin CH340G Converter F Arduino Pro Mini: http://pages.ebay.com/link/?nav=item...731721&alt=web

In case you need it, here are the pin assignments for this setup:
DTR -> GRN
RXD -> TX
TXD -> RX
VCC -> VCC
CTS -> GND (TAKE PIN OUT)
GND -> BLK

Best,
Brian
 
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.
 
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.

I see no reason that won't work. The pins would be the the same, D9, D8, GND, 5v and D3. See github for details.
But I don't think I've heard of anybody else using it, so while I don't think there is anything to it, you're on your own.
And yes, the Arduino clones are dirt cheap on ebay (but maybe look at UNO or nano).
 
Thank you. I will probably give it a try. I have 4 stc's but haven't checked the versions yet.
 
I was wondering if I could use this for making cheese. Let me explain: I am using a buffet type water bath food warmer for heating my milk. The stc would be used to heat/control the water bath. As an example I may need to heat the water to 86 deg and hold for x amount of minutes then I need to increase the temp 15 deg over a 30 minute period and hold for x amount of time. I know the STC will do this but it is in hours not minutes.
Anyone have any input? I have two of these all ready flashed so would prefer to use one of those instead of spending big bucks on a PID.
Thanks for any help.
Tt
 
Sure. You can already find a version on github that is (pretty much) the same, except with minutes instead of hours. Or you can use the sketch generator, and select 'STC-1000+ (minute timebase)' to download the sketch.
 
Back
Top