On Sunday, December 1, 2019 at 12:08:33 AM UTC-8, Jason wrote:
I'm wonder if I've missed something.
At Step 4, "Step 4: Configure the program"
It reads,
"Page down until you see the DallasSensorNumber settings (as per Figure 4). Enter the GPIO number of the sensor (e.g. DallasSensorNumber(7) ), replacing the numbers you see in the file with your own numbers. If you have multiple sensors then repeat the line with the other GPIO numbers (as per Figure 4)."
But, there is no Figure 4.
The dashboard seems to see all of my sensors as the same temperature, even when warm one up.
I found the solution to this one in another thread!
"Because you have multiple temperature readings you need to assign unique id’s to each sensor and the associate each of those id’s with the directory on your Raspberry Pi that contains the temperature readings for each id. In the tutorial we have three sensors given as an example with id’s 7, 89, and 88. The first number (7) is the RPI PIN number to which you have connected the ds18b10 chain of sensors (per figure 2). 89 and 88 are any arbitrary numbers that give the other sensors a unique id. Then the DallasSensorDirectory settings (the three lines below the sensor numbers) you associate the Sensor id’s with the sensor reading directories on the RPI. The first directory is for sensor 7, second is the directory for sensor 89 and the third for sensor directory 88.
Once you have Dallas.py running ok then you will see three sensors appear on PrivateEyePi with GPIO no’s 7, 89 and 88."
Also, the temperature numbers are not updating themselves. Seems like 'dallas' and 'alarm' should be on autostart in the globals.py file? Even after starting, the temp readings stop after a while. How can I adjust the reading interval and keep them running?
On Saturday, November 30, 2019 at 8:05:03 PM UTC-8, Jason wrote:
I'm testing cooling performances for a 3D printer. I'd like to use 5 sensors to check temperatures at various locations.
While I'm new at all of this, I've been able to connect up everything, get the PrivateEyePi on my RPI, set up an account and get my sensor data there.
But, I have five sensors and I'm not sure which went where. I physically labeled my sensors, but I don't know how to determine which sensor is which easily.
Can someone tell me how to do this?
Thanks!