Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages when testing with Thermocouple.py. #194

Open
Thomas-Wendt opened this issue Sep 1, 2024 · 5 comments
Open

Error messages when testing with Thermocouple.py. #194

Thomas-Wendt opened this issue Sep 1, 2024 · 5 comments
Labels

Comments

@Thomas-Wendt
Copy link

When I test the TC with thermocople.py, the temperature values are unstable and I get the error messages ‘short circuit to ground’ and ‘short circuit to power’ between the measured values.

I have already exchanged the TC and the max 31855 and the power supply - without success.

The setup of the kiln-controller went through without any error messages.

What else I noticed, during the boot from the RPI the LED from the SSR lights up in 1 sec. rhythm . Is that normal ?

Use a R-pi 4B with 7’ touch display.

Any idea what could be wrong ?

20240831_122031

@jbruce12000
Copy link
Owner

The reported values should NOT vary that much. When temps are static, the temps I read on my 31855 don't vary much. Certainly less than 1 degree F.

When you are booting up the PI, your SSR is switched on and off every second? I have never seen this happen before.

Have you double checked all the wiring to make sure you're connecting everything to the right pins? It seems like there is something fundamentally wrong.

@jbruce12000
Copy link
Owner

jbruce12000 commented Sep 3, 2024

All of these might help reduce noise... if that's the problem. This sounds like it is more than noise to me though.

Try twisting the leads of the thermocouple.
Try putting a small cap across the thermocouple inputs.
Make the thermocouple leads as short as you can.
Make sure ground on your pi is connected to something that is really grounded. In the US, our power outlets all have a ground. My PIs ground is connected to that.

@solnus
Copy link
Contributor

solnus commented Sep 4, 2024

I agree with jbruce, this seems like the pins are not connected/configured properly. If something else is using the pin you're trying to use, you will see all sorts of odd behavior (even running kiln-controller service at the same time as thermocouple test will cause problems, make sure kiln-controller is not running when you're testing the thermocouple).

@rondoc
Copy link

rondoc commented Sep 4, 2024 via email

@rondoc
Copy link

rondoc commented Sep 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants