sorry run the following from the terminalhanks, i've checked there bu
sudo /etc/init.d/flowmon restart
then check the log
sorry run the following from the terminalhanks, i've checked there bu
It prompts you for a user and password. but by default the user is admin and no password (type admin in the user and try to login)How do I find the default username and password to log into the admin page?
It prompts you for a user and password. but by default the user is admin and no password (type admin in the user and try to login)
If that doesn't work Ill walk you through the terminal commands to find and restart
It prompts you for a user and password. but by default the user is admin and no password (type admin in the user and try to login)
If that doesn't work Ill walk you through the terminal commands to find and restart
Thanks for the reply @RandR+
I already have Fermentrack running on the same Raspberry Pi. Is there a away around this issue?
Thanks, i'm now getting thissorry run the following from the terminal
sudo /etc/init.d/flowmon restart
then check the log
I created an option to display the new SRM images, but if you changed any file that was updated then the updates would need to be wiped out to apply my changes. In fact the update might fail because you have manual changes because of the way Git does it.line will I still retain all the changes I’ve made? Fonts, sizes, etc? Or will I need to redo all of this?
Was there an error in the install script? What Version of Raspbian are you using?No such file or directory: '/dev/ttyS0'
I did the code for that but didn't actually have them to test it. There is a configuration page for them that you can setup what pin is what tap. I will have to go back and review as I don't remember very much of it.Just not sure how to get those values to show in the web interface.
I created an option to display the new SRM images, but if you changed any file that was updated then the updates would need to be wiped out to apply my changes. In fact the update might fail because you have manual changes because of the way Git does it.
I would make a copy of the directory then run the update and then compare to see if any changes got wiped out
I did the code for that but didn't actually have them to test it. There is a configuration page for them that you can setup what pin is what tap. I will have to go back and review as I don't remember very much of it.
Yep I just remembered I just put in the logic to be able to get weight but not the actually logic to poll the load cells.It looks like there are two commented sections under "def tare" and "def getWeight" that are still listed as #TODO.
Remote access will be useful once I get the code for the HX711 done probably a couple of days depending on my work load, when I can do is send you the update when its ready then you test and if any issue arise then we can start remote connection talks
in includes/beerListTable.php comment out or delete line 12 to 69 (<thead> to </thead>) ill parametrize it with the next release‘color beer name tasting notes abv drinks remaining’ line ?
Aha, it seems at least that i can't open Arduino IDE tried installing it but nothing has changedWas there an error in the install script? What Version of Raspbian are you using?
If you open the Arduino IDE can you select port ttyS0 under Tools->Serial Port
in includes/beerListTable.php comment out or delete line 12 to 69 (<thead> to </thead>) ill parametrize it with the next release
Can you see the ttsy0 port under tools -> Serial Port?Arduino IDE tried installing it but nothing has changed
No the program won't open at allCan you see the ttsy0 port under tools -> Serial Port?
Just guessing by the name similarity: I suspect you have Fermentrack installed? If so you're a no-go and without some knowledge you won't be able to get both running at the same time. Fermentrack runs nginx and RPints uses Apache2.I used to command curl -L https://raw.githubusercontent.com/rtlindne/RaspberryPints/master/util/installRaspberryPints | sudo bash
and seemed to get a long way through the install process as per the following log but got an error. Is anyone able to point me in the right direction? Thanks in advance.
Hmmm, usually the program comes preinstalled and working. Where did you get the Raspbian install files?No the program won't open at all
Just the raspbian site, maybe i'll just redo it all againHmmm, usually the program comes preinstalled and working. Where did you get the Raspbian install files?
RPints is dead as far as the original project goes, although there are some folks supporting branches of it (that's not bad, just saying the website you hit is not a good source of info.) Here's one link in this thread. I'm not claiming one branch is better than the other, this was just the first one I saw going backward.Okay found the instructions on the RaspberryPints website. Got to an error (unzip: cannot find or open RaspberryPints-2.0.1.zip, RaspberryPints-2.01.0zip.zip or RaspberryPints-2.0.1.zip.ZIP) when trying to figure out how to unzip it. Any ideas?