FYI - I quit fighting it and reloaded the SD card with a new version of the OS and will go from there.
There are a bunch of options!Wanted to switch over to the docker version and get off my pi zero. Figured I try to get it working on a laptop that is being used as a media server.
Trying to get fermentrack running on a windows 10 machine using hyper v and the x86 version of raspberry pi os. Running into the same issue as this post
Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi
The GitHub issue identifying this is closed. Noticed that everyone who got it working after the fix was using bullseye. Unfortunately the newest x86 version is only buster with the last update on Jan 11, 2021.
Am I out of luck until the x86 version is updated to bullseye?
Or is there sometime else I could try. Remember Thorrak mentioned somewhere that it's possible to run fermentrack on a windows machine without VM but would require doing something with python.
I'm pretty good at following guides but definitely couldn't figure this out on my own. Have never seen anyone ever post about doing it.
Finally got it working!There are a bunch of options!
There is nothing special about Raspberry Pi OS - in fact, a large part of why I went to Docker is to get away from some of the environmental issues RPi OS updates bring with them. You can run Debian or Ubuntu in Hyper V — I have all the packages available for x86 and amd64 and have these environments as part of my build cluster, so support will continue into the future.
You also may be able to run Docker using Windows Subsystem for Linux. This is not a configuration I build for/test against, but if someone gets it running (I think it should be pretty easy, aside from Bluetooth support and some of the port mapping/firewall configuration) I can explore adding it to the list.
Don't believe it's possible. Remember reading something about it not sending data quick enough. Think the only wireless method is using the Tilt Pro.Hello
I installed Fermentrack on a RaspberryPi, and use a NodeMcu WeMos D1 Mini and 2 DS18B20 for controlling the temperatureof the room and in the fridge.
Everything is running smooth, the install script is awesome.
I use an iSpindel to read gravity and temperature in fermentrack, but I can't bind the Ispindel temperature to the beer temp in fermentrack, so I can't use beer contant control mode.
I miss something or it is not possible ?
^^ This.Don't believe it's possible. Remember reading something about it not sending data quick enough. Think the only wireless method is using the Tilt Pro.
Does anything at all change on the LCD when you change the temperature? It should show the “mode” — does that change? Can you set the controller to “off”?Seem to have run into an issue with restoring my backup from the pi.
Everthing (1 ESP8266 BrewPi with 2 temp sensors and 2 iSpindels) shows up properly in the new fermentrack but not getting any readings from the iSpindels nor can I control the Brewpi.
The lcd screen on the main page is correct and updates the temps properly but does not trigger cool or heat when I change the temperature. The sensors/pins are configured exactly as they were on the pi.
The Ispindels appear and I can enter the manage section but no data appears in the "Extra Data from Device" section.
Even deleted everything from the pi fermentrack and shutdown the pi.
Any suggestions?
Appears to be working now. Definitely wasn't working initially. Thought just shutting the pi down would be sufficient. Maybe going back and deleting everything from pi did it.Does anything at all change on the LCD when you change the temperature? It should show the “mode” — does that change? Can you set the controller to “off”?
For the iSpindels, you will likely need to reconfigure the iSpindels themselves to point to the new Fermentrack installation. I’m guessing they’re still trying to send data to the old install.
Yep.I have to move my fermentrack install from one pi to another. Is this the process?
- Backup current fermentrack setup (via button in settings
- Install fermentrack on other pi
- Restore backup
- Attach arduino to new pi (in my case)
Is that it. Seems too simple.
Hi,
I'm a long time lurker/user of fermentrack and it has been sat on a pi0w for a couple of years with no issues,
Prior to starting a new brew, I wanted to migrate to a docker install so started an update from the web interface to the version with backup capability, but now after the update I only get a 502 error when trying to connect.
As I was going to nuke this install anyway I was wondering if A. it's possible and B. the correct way to manually execute the backup scripts I can see in the fermentrack/backups/management folder via the command line?
Thanks
To be fair, when I was testing with the Tilt Pro + Kasa smartplug vs. a thermowell in the middle of my beer, the Tilt was very consistently 0.5 F higher than the thermowell. Given the consistency if someone wanted to take the time you could set a calibration offset in Fermentrack and probably eliminate the difference.Hey,
First off, absolutely amazing work. I've been using Fementrack + brewpi-esp8266 for a long time, but I'm just now really starting to get my hands dirty (this is my first post)!
I've been keeping up with the experiential builds of the esp32 build and currently have it flashed -- I'm especially excited to test out the Kasa smartplug feature and using a tilt device as a temp probe (I know it isn't as accurate, but still would be nice to have!).
I noticed a 'v14' branch of Fermentrack which I'm assuming lines up with the v14 experimental release of the ESP controller?
Anyways, I'm happy to dig through the code myself, but figured it was much easier to ask: is there currently a beta fermentrack build that allows interfacing with the new v14 of the esp32 and configuring of the new features? Or do I need to use the v14 experimental esp32 in a 'stand alone' type of mode?
I'm hoping to be able to contribute to your projects as well as the KegCop project soon; you and LBussy are truly amazing!
./docker-update.sh -i docker-dev
https://usa.banggood.com/UNO+WiFi-R...ca&a=1656448919.3228&akmClientCountry=AmericaGot a link to those clones?
Typically the issue is they don't use the original UNO's Atmega 16U2 programmed as a USB to Serial bridge chip, and instead use some version of CH34X bridge chip (CH340 or CH341). That may require installation of CH34X drivers, and may use a different device ID requiring a config.cfg file edit to change the "port" that BrewPi will use to talk to the clone...
Cheers!
Is there a specific manufacturer before I reflexively fire the parts cannon?If you end up swapping hardware, my recommendation is to use ESPs all the way through rather than UNO+WiFi boards (or Unos at all). If starting from scratch, ESP32.
I was just trying to look through some content to find that blue PCB you posted a picture of. I'm ordering that D32 pro and just plan to start another build on top of the one that may get shelved.Separately, I haven't announced/released it yet, but I also have a port to the ESP32-S2 coming soon which provides a drop in replacement to existing ESP8266 builds:
View attachment 773426View attachment 773429
The advantage to the ESP32 (vs. other controllers) is that it supports every feature that I've built. The ESP32-S2 is intended as a more modern replacement to the ESP8266.
That's one of my latest board designs, and may actually not be posted yet. Let me check.I was just trying to look through some content to find that blue PCB you posted a picture of. I'm ordering that D32 pro and just plan to start another build on top of the one that may get shelved.