Hi. I have nodemcu and a MAX6675. Problem is that i only get 0C/32F readings in ESPeasy mega - same as the whose sensor board was disconnected.
What settings do i have to change in Espeasy mega? Enable SPI interface - already did that.
Checked pins thrice, VCC is in 3.3V output...i dont have a clue what is wrong.
Any advice? i already ordered a second sensor board..maybe i got a lemon from china.
K-Type / MAX6675 build in
Moderators: grovkillen, Stuntteam, TD-er
-
- New user
- Posts: 2
- Joined: 19 Apr 2017, 12:17
- Location: Slovakia
Re: K-Type / MAX6675 build in
Hi, what SPI clock or speed is set for max6675 in SPI.begin() ?
thx
thx
-
- Normal user
- Posts: 68
- Joined: 28 Dec 2017, 15:56
Re: K-Type / MAX6675 build in
maybe a stupid question but I have a max31865 with a P100. Does this plugin also works with this breakout?
-
- New user
- Posts: 4
- Joined: 14 Mar 2021, 16:54
Re: K-Type / MAX6675 build in
Hi,
I know this thread is quite old but I try to control my solar system with the espeasy. Is it possible, that the output temperature of this module is in Fahrenheit?
In the screenshot of the module there are 2 temperatures °C and °F , in the actual module I got only 1 value line.
Did anyone already try the MAX31855? If I connect the same PT1000 from the Max6675 to the 31855 the shown temperature value is getting lower as the sensor temperature rises and the values are completely different (Sensor is about 50°C value of module shows 9°)
Kind regards
Max
I know this thread is quite old but I try to control my solar system with the espeasy. Is it possible, that the output temperature of this module is in Fahrenheit?
In the screenshot of the module there are 2 temperatures °C and °F , in the actual module I got only 1 value line.
Did anyone already try the MAX31855? If I connect the same PT1000 from the Max6675 to the 31855 the shown temperature value is getting lower as the sensor temperature rises and the values are completely different (Sensor is about 50°C value of module shows 9°)
Kind regards
Max
-
- Core team member
- Posts: 9905
- Joined: 01 Sep 2017, 22:13
- Location: the Netherlands
Re: K-Type / MAX6675 build in
You can also convert the Celcius value using a formula, which is also shown on the system variables page (not present in 1M or testing builds)
Code: Select all
{D}C to {D}F: %c_c2f%(20.4)
°C to °F: 68.72
Who is online
Users browsing this forum: No registered users and 14 guests