how do you delete and entire message here? Only can Edit.....
Last edited:
Not permanently, unfortunately. My JavaScript skills were virtually nonexistent back when I was working on that section of code, and working with Dygraphs was one of the most frustrating parts of building Fermentrack. I’ve been tinkering with other graphing libraries for other projects, but there is no guarantees any changes will come to Fermentrack absent someone submitting a PR.Is there any way to "turn off" any of the unneeded graph lines, under "Time", like "Fridge Setting"? I read through the Documents and also can not find anything under Django Admin panel. Just trying to "unclutter" the graph, and make it easier to read.
When you uncheck one of them or more, as soon as you refresh or reload, every plot is back on the graph again.
That was actually added by someone via a pull request! Unfortunately I don't think rixth is on HBT or I would give him a shoutout, but pull requests are always welcome.No problem, @Thorrak , it only takes a finger "click" to temporarily change it. You have done enough on this already, and it is much appreciated by Us.
I love the Heating and Cooling Duty feature reading. At a quick glance, it can tell me if my source of cooling equipment or heating apparatuses, are working as I expect them to.
Also, adding another Controller (Chamber), is very easy with Fermentrack - Just click a few buttons, and Shazam! It is up and live!
This question is for both, @LBussy and @Thorrak, and Anyone else, that can smack me in the head to tell me why...
I do not have a Chamber (Fridge). My Unitanks sit outside in Room Temp (Thus, the need for a Glycol Shield) Cooling is done through a 36F water, heat exchanger.
Why can't the Algorithm, cycle Heat and Cool, with only a BEER temp probe, and the other probe, just hanging out measuring the room temperature (irrelevant to the Algorithm) ? I understand, the A needs something to compare BEER to WHAT is cooling it, so Why can't the Algorithm "know", that there is a GLYCOL Shield, and now the Chamber, does not exist?
Both BPR and FT, will not control the relays, unless one Temperature Probe is set to "Chamber"
Thanks so much for explaining this! Controlling the Beer Temp directly, is what I wanted to "do". Just turn the Pump ON, when there is call for cooling (the Profile is out of parameter), then just flip the contactor closed, when there is a need for the Heat, to dial in, closer to set point. Even with no actual "chamber", just letting the algorithm think that the ambient temperature is the chamber temp, actually works good.A true "glycol" mode would seek to control the beer temperature directly rather than the fridge temperature. I've wanted to build glycol support for awhile, but am not keen on building anything until I have a setup I can use to test. Until we can buy a house, however, that is not likely to happen.
(Related: We actually have an offer in on a house at the moment, but I'm guessing it won't get accepted as I don't think the sellers have quite come to terms with what is happening in the broader market. If it does, though, I'll start taking suggestions for which glycol chiller to get!)
I'm finally getting around to asking a follow-up question. I have a mental block when it comes to some network stuff, so forgive me if the answer is obvious.Probably - I've never tried it (but I don't see any reason it couldn't!)
You may need to select a different port to run each on, though
No -- 80 is just 80, but when you install Fermentrack you can select what port you want it to run on. That said, it does use some ports internally which I can't remember offhand -- and it is possible that one of them is 8000 (though I don't think so).I'm finally getting around to asking a follow-up question. I have a mental block when it comes to some network stuff, so forgive me if the answer is obvious.
I access CraftBeerPi by typing in the URL of the Raspberry Pi followed by :8000
Does that mean I shouldn't have to change anything to install and run Fermentrack since it uses port 80, which I'm assuming would be 8080?
Well, that’s annoying. I can take a look at fixing it this weekend. Sorry about that.Hey @Thorrak, I did a guided tilt calibration, and it went well until I got to the end and got this message:
View attachment 816866
Without looking at code, I’ll say “probably” but I can’t guarantee when the change would get released. I think the biggest issue with Fermentrack at the moment relates to the update workflow — if I can figure out a solution to that, I should be able to get the script change live (which then enables further changes)@Thorrak , I know you already did sooo much on this project, but is it possible to add, the Name of what is fermenting, on the "All Devices" home screen? I have been known to have 3 conicals active at the same time, and sometimes I forget what is in, what fermentor.....
That way, I do not have to walk to the brewery, or leave the All Devices page and go to each individual Dashboard. What stress on my fingers and legs!
If this is a big code change or work that can be applied to more important issues, then forget this request!
"Select Sensor Type" - Manual, Tilt, or iSpindel
What is a Manual sensor? Would this choice (manual) for setting up a specific gravity work for the Pill ? I know this is a "sore subject", but just asking before I go and build a SPINDELMATE.
The Tiltbridge is working fantastic, with my older Tilt !
YES!I assume you already know by the way, but SPINDELMATE is supported by/available within BrewFlasher.
Hopefully you get a reply there - I haven’t ever used it, and this isn’t the place to ask questions as it’s not supported in Fermentrack.YES!
I am just now setting up my first Spindelmate, and I am stuck trying to figure out how I can find my
8 chipher iBLOPPER
number (e.g."10278845") as username!.....
I am on Spindelmates, cloud login - ILTPILLHUB
I know this is not your project, and I did ask this question on that Forum, and waiting a reply. I was able to find this ID when I first set up your Tiltbridge, cloud data logging (after a few fishing around attempts, to find this...) But this is with another ESP32 board that is now in use on top of a fermentor, working great.
Thanks for the quick reply!
{"api_key": "", "version": "1.0", "brewpi_devices": [], "gravity_sensors": []}
That’s… weird. Let me dig into the code.Generic Push Target question. After upgrading from v11 (to v14 and v15) generic push target is sending empty data, and only sending it one time after restarting the controller. Is anyone else having this issue?
Details:
I use Node Red running in a container on the same RPi as Fermentrack to receive data from the Generic Push Target. Node Red then sends data to Home Assistant running on a separate Pi via MQTT.
The issue I'm having is when I have v.14 (also v.15) firmware installed (on both 8266 and ESP32), data received by Node Red is empty:
{"api_key": "", "version": "1.0", "brewpi_devices": [], "gravity_sensors": []}
When I go back to v.11 on an 8266 it works normally. Any help is greatly appreciated!
@Thorrak knows the answer, but I am sure if you link the Tiltbridge to your Fementrack, you will no longer have problems getting readings out of the Ss tanks. Although I am using two Tilts with the Tiltbridge (no repeater needed !!), I would expect the iSpindle to work just as good. Let us know if that works.Is there a way for Fermentrack to capture iSpindel data from an iSpindHub repeater? I currently have my iSpindels connected to Fermentrack, and am having the well-known issue of not getting data out of SS fermenters. I know it supports TiltBridge, so wasn't sure if there was an iSpindel equivalent that could be used.
Will a TiltBridge capture iSpindel data? I assumed not.@Thorrak knows the answer, but I am sure if you link the Tiltbridge to your Fementrack, you will no longer have problems getting readings out of the Ss tanks. Although I am using two Tilts with the Tiltbridge (no repeater needed !!), I would expect the iSpindle to work just as good. Let us know if that works.
It will not, unfortunately.Will a TiltBridge capture iSpindel data? I assumed not.
Is there a way for Fermentrack to capture iSpindel data from an iSpindHub repeater? I currently have my iSpindels connected to Fermentrack, and am having the well-known issue of not getting data out of SS fermenters. I know it supports TiltBridge, so wasn't sure if there was an iSpindel equivalent that could be used.
Hey @Thorrak, did you ever get a chance to look into what was going on with this issue?Hey @Thorrak, I did a guided tilt calibration, and it went well until I got to the end and got this message:
View attachment 816866
Shouldn't the whole second row show the beer temp, fridge temp, control mode, and log interval?The purple "Fridge Temp" panel, you mean?
Shouldn't the whole second row show the beer temp, fridge temp, control mode, and log interval?
http://192.168.1.X/devices/6/dashboard/
http://192.168.1.X/api/panel/6/
Hi guys, Ive been running to temp controllers with fermentrack for many years now. I washaving issues where every now and again my temp probe display would just disappear from the lcd screen and id get dashed lines instead so I eventually changed temp probes and that has finally ifxed the problem.
If I was to build a new temp controller using an esp32 board are the instructions exactly the same as using the esp8266? Also are there any advantages to using the ESP32 board?
Thanks for your help!Yeah, apologies - I was trying to confirm what you meant in this case by "second row".
To test it, you'll need to look at the URL for the dashboard to get the ID of your controller internal to Fermentrack. For example, if the URL isthen you would need to make note of the number "6". Then, use this to craft the URL of the endpoint that provides this data which will be something like:Code:http://192.168.1.X/devices/6/dashboard/
(but replacing "6" in this URL with your device's ID). Don't forget the trailing slash! Post what you see here, and I can likely see what is going on.Code:http://192.168.1.X/api/panel/6/
Thanks for the repsonse mate. That sounds interesting. Ill certainly give it a go and build a new controller with an esp32. Not because I need one, but because its fun to build.. CheersThe instructions are mostly the same, aside from the assembly of the PCB itself (which has slightly different components). The controller can be flashed using Fermentrack, BrewFlasher, or BrewFlasher Web (just like the ESP8266) and you can use the same set of hardware. The advantages to the ESP32 come from the ability to use additional hardware, as well as having a board that I plan to support into the future. For a full comparison, you can take a look here at the project documentation.
One thing to note -- the dream of the "solder free BrewPi" isn't here yet, as the ESP32's Bluetooth support doesn't yet fully work. Once Espressif releases the next version of the Arduino framework this is expected to be resolved, but that is still weeks/months away.
Enter your email address to join:
Register today and take advantage of membership benefits.
Enter your email address to join: