the latest update to Rpints is to save all probes with the same date, based on what you said it looks like it is only reading one probe that is connected, even in the database 28-0114532943aa was only inserted 1 time and that was 8 minutes before 28-011929e4f50c was.I thought with the dates etc it would switch between them both after each refresh
There are 2x 28* directories and each one of them has a w1_slave file in them. For what reason could only the freezer temp be displayed but when I disconnect it the fridge one works fine?the latest update to Rpints is to save all probes with the same date, based on what you said it looks like it is only reading one probe that is connected, even in the database 28-0114532943aa was only inserted 1 time and that was 8 minutes before 28-011929e4f50c was.
The code only looks for sys/bus/w1/devices/28* directories and read the w1_slave file in them to get the temp probes reading, if there isn't a w1_slave file in the directory or the file isn't being updated with new temps then the display will be wrong
Can you check the voltage on the probes when they are both connected and when one is connected? Maybe there is a voltage drop that is causing the issueThere are 2x 28* directories and each one of them has a w1_slave file in them. For what reason could only the freezer temp be displayed but when I disconnect it the fridge one works fine?
I will check that thanks or the tip. But if that was the issue wouldn't one of them not work at all? They both worked until I did the latest update. (Although I know thats not the reason they are now not working)Can you check the voltage on the probes when they are both connected and when one is connected? Maybe there is a voltage drop that is causing the issue
are there any errors in /var/log/rpints.log?fridge probe works fine so both probes are woking fine just not together.
you need to modify the style.css file in the root of the installation location (i.e. /var/www/html). search for " color:" (without quotes).font colour of the writing so it shows up a bit better against the new background. Is this possible?
Ok, I will attempt this...first, as raspberry pints automatically loads up when I switch the pi on, how do I get back out to the home page to open a terminal etc. (Like I said a total beginner at this!)you need to modify the style.css file in the root of the installation location (i.e. /var/www/html). search for " color:" (without quotes).
Most of the text is color: white so you can change white to the color you want.
By default you don't have permission to edit the file so you either need to give yourself permission (open a terminal at the root of the installation directory and give the command: sudo chmod +777 style.css) or use your favorite terminal text editor (i.e. vim, nano) with sudo infront of the command (i.e. sudo vim styles.css)
I hit Alt+F4 to exit the browser, I believe F12 will also get out of full screen mode and maybe eschow do I get back out to the home page to open a terminal etc
Finally got my temperature probe Ds18b20 in the mail today. Is it possible to install it to the arduino or does it have to go directly to the raspberry pi?
Must go to the Pi.
Just as an FYI, attached is a tutorial for connecting the sensor to the Pi.Ok then.. Been struggeling for 2 hours without realizing, lol
are there any errors in /var/log/rpints.log?
We can try to add some logging to /python/FlowMonitor.py to see whats going on in the logic
line 717 add
log(probeName +" Got Temp-" + (str(temp))
restart flowmon service and check /var/log/rpints.log for Got Temp
if both are printing valid numbers then we need to see what the insert statement is doing
in /python/PinDispatch.py
after line 346 add
log("Returned " + str(result) + " from insertLogSql)
restart flowmon service and check log
Try changing these lines in your css file and note the difference. (Your lines might be slightly different numbers but will be the similar.)Apologies if this has already been asked. I am an absolute beginner at this, but have just installed Raspberry Pints on my pi. Have changed the background image but it would be handy if I could alter the font colour of the writing so it shows up a bit better against the new background. Is this possible? Thanks.
I had some errors in those line they should berpints.log shows this.
try from the terminalre install chromium
I had some errors in those line they should be
log(probeName +" Got Temp-" + str(temp))
and
log("Returned " + str(result) + " from insertLogSql")
Ok after the first step I get this which I assume is just 1 probe??I had some errors in those line they should be
log(probeName +" Got Temp-" + str(temp))
and
log("Returned " + str(result) + " from insertLogSql")
Ok did that (After having to run sudo apt-get update first as it wouldn't work) Now chromium doest start in kiosk mode automatically anymore. And my browser shortcut on the task bar opens a browser called Dillo???try from the terminal
sudo apt-get reinstall chromium
ooops missed -browsertask bar opens a browser called Dillo???
How do I get chromium to open in kiosk mode again?
ooops missed -browser
try this
sudo apt-get uninstall chromium
sudo apt-get reinstall chromium-browser
For kiosk mode the easiest thing to do is to rerun the installer, but select reconfigure pi, after you select a monitor it will prompt for kiosk mode
Try clearing the cache in the upper right corner hit the 3 vertical dots then hover over more tools then select clear browsing datawaiting for cache
@Dellboy78 here's one data point with success with the DBS026 flow meters:
The poster also says that they tried cheaper flow meters and had foaming issues.
What "screen?" Do you have one of those case-mounted displays? You need to add the drivers for that if so.the screen is just black (backlight turns on)
Yes I have the case-mounted display. I had Rpints up and running on the 3b+ before I broke it. I modified the case to fit with the pi 4. The screen did work on the raspberry pi 4, even after rebooting. Then i installed Rpints and after reboot the screen is black. Tried 4-5 times with same result.What "screen?" Do you have one of those case-mounted displays? You need to add the drivers for that if so.