Lotsa things would be cool, the problem is I have more ideas than time.It would be cool if there were some sort of animation in the GUI/homepage when a beer is being served from the keg, once pulses are detected.
Lotsa things would be cool, the problem is I have more ideas than time.It would be cool if there were some sort of animation in the GUI/homepage when a beer is being served from the keg, once pulses are detected.
Ok, yeah, I get it now ...It's a function of using rj45 connectors...
I get the same results when I click on the Control point: Keg Sensor link in the web gui:I'm getting a couple errors when clicking on the tan "gauge" or "bar" on the main page.
Settings Error: Settings update failed. and Temps Warning: Unable to retrieve temperature data.
Then a spinning circle forever. If I click on the menu to a different web page, I get a 404 error and get stuck on that same 404 error for every menu item except the ? that takes me to the Keg Cop website. If I manually remove the 404 in the URL, the webpages for the ESP32 work again.
It has the same results using Brave browser (a Chrome variant) and Microsoft Edge.
I'm on
About Keg Cop: v1.1.0 [main] (5f787b6)
If I DON'T click on that tan bar (circled in red below), the web pages on the Keg Cop / ESP32 work just fine. It's only after clicking on that bar that the trouble occurs.
View attachment 774661
3, 3, 2. The other is a documentation miss as I actually tried to do the documentation while I built.So, to run 8 taps, can I run two chains of four sensors each, or do I need to run three chains with 3-3-2 sensors?
The sensors are capable of that, however to be determinstic I have one per wire. That way the person knows that the sensor connected to "Tower" is actually the Tower sensor and they do not have to heat/cool a sensor, watch for which sensor changes, and then assign it to a logical location. Other sensors would have been a better choice, but the DS18B20's are ubiquitous for Homebrew DIY projects.The temp sensors are ds18b20s and one can hook a lot of those to a single bus as they share wires unlike the flow meters...
I see you've entered issue #51 for this - I'll try to have a look here in a bit.I'm getting a couple errors when clicking on the tan "gauge" or "bar" on the main page.
There is a "Solenoid Relay" available to you. Check the API page. You should be able to control that externally if you have an automation base. If you don't have HAST or something similar you could run a pretty small Python script to get the temp probes and cycle the fan.there isn't any additional relay control for a fan for cooling the tower is there? I'm currently using CraftbeerPi3 and have an actor set up to turn on the fan blowing air up into the tower based on the tower temp probe.
Here: Keg Cop 1.0.0While waiting for a fix in the firmware, is it possible to revert back to 1.0.0?
You can find all released files/binaries in: ReleasesLooking in Github, I don't see where to find the 1.0.0 version - but I definitely am not sure how to use GitHub.
I saw that! I’ll get it pulled in here shortly. I got some work done on the firmware this morning that fixes absolutely nothing but should make it easier for me to fix it tomorrow.I spend a bit of time in KiCad this morning and drew one up
Have you tried swapping a known good sensors to keg and keg to a known good slot?I'm having trouble with one Temp Sensor - the Keg sensor.
Bad temp sensors. I bought a 5-pack on Amazon and 4 of them don't work.Have you tried swapping a known good sensors to keg and keg to a known good slot?
It looks like there are some cold solder joints on the resistors and capacitors. Can't really tell.
It is digital - aside from "China" I have no ideas. That's why I allowed calibration.With different sensors on the Lower Chamber, the Keg would have different temp readings - like 5F higher when different sensors were connected to the Lower or Tower temp connections. Is there some electrical thing going on that would give that result? I wouldn't think so since I'm pretty sure it's a digital reading from the sensor to the ESP. Odd.
AFAIK, it hasn't. My suggestion (assuming that's what you're responding to) involves manually weighing the keg and entering its weight in the Keg Cop web UI.When did Keg Cop add load sensor support?
It can now (the "calibrate flowmeter by weight" function,) so the code is there. I would just have to add another UI to allow that. If you would not mind, add that as a suggestion on GitHub or else I will lose track of it.I think it'd be nice if Keg Cop could calculate liquid volume by weight.
This is not going to happen in the current code base. The intent is and always was for @Thorrak toA further refinement [...] would be to behave as Raspberry Pints seems to and have an inventory of kegs
Dave I've been experimenting with that some for another hobby (beekeeping) and there is some work that can make that a non-issue, at least close enough for our needs. The problem is the strain gauges which can be counted on enough to provide reproducible accuracy are a little more expensive than most folks will buy. Certainly when I figure it out enough for my hives, I can adapt it trivially for beer.Load sensor drift would be why I wouldn't go that route.
https://github.com/lbussy/keg-cop/issues/85If you would not mind, add that as a suggestion on GitHub or else I will lose track of it.
AFAIK, it hasn't. My suggestion (assuming that's what you're responding to) involves manually weighing the keg and entering its weight in the Keg Cop web UI.
Dave I've been experimenting with that some for another hobby (beekeeping) and there is some work that can make that a non-issue, at least close enough for our needs.
It's not converting volume to mass, it's the other way around, and the point is to get an accurate measurement of how much beer is in that keg when I first put that keg on tap. Once it's there, the flowmeters do their job, but they can't tell what the starting point is. And my point is, at least in this application, that it's quite a bit easier to accurately measure mass than volume.How do you debit a pour? What is the measurement device? If it's a flowmeter I have no idea what the point of converting volume to mass (with bonus error factors) might be.
Somehow for years we got by with just shaking/tipping the keg once in a while. It's a fun to have thing and certainly not necessary.I also serve from the same keg I ferment in, so I'm not sure I need to be concerned to any decimal places or ounces how much beer is left in the keg near the end.
Done. Put in the "issues" section. I didn't see a section for feature requests.Do put a suggestion up on GitHub and if I have time and/or there's enough interest I'd be happy to implement it. It's not a lot of code. I'd just never considered that functinality. I could repurpose the solenoid pin.