-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
How to get valid readings from Externally mounted Thermistor R6T #390
Comments
yes needs configuration, depending on your model, probably [0C-08]=2. pls check first. |
The thermistor is configured in the heat pump as it's showing a reading in the sensors page. |
that needs some debugging. uncomment the print-statement in the conversion 105 in file "converters.h" (line 90): |
but: there are different values, that are converted with "case 105". so you will get diff values printed out, depending what other values you also use. so to be sure you get your external temp sensor value, comment all others with conversion 105 temporary out. |
Ok. Will try that later if I get a chance
Regards
Ashley Slade
…________________________________
From: Thomas Kurz ***@***.***>
Sent: Tuesday, February 13, 2024 4:45:57 PM
To: raomin/ESPAltherma ***@***.***>
Cc: Ashley Slade ***@***.***>; Author ***@***.***>
Subject: Re: [raomin/ESPAltherma] How to get valid readings from Externally mounted Thermistor R6T (Issue #390)
but: there are different values, that are converted with "case 105". so you will get diff values printed out, depending what other values you also use. so to be sure you get your external temp sensor value, comment all others with conversion 105 temporary out.
—
Reply to this email directly, view it on GitHub<#390 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFKMCIQE34JI6ZYAMR4J7WLYTOKELAVCNFSM6AAAAABCQ5WLXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBRHE4DINBVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@bashers222 did you maybe resolve this? |
as my production ESP unit does not has OTA upload enabled i tried flashing the code to another esp8266 but got corrupted |
I do appreciate the pointers you supplied and i will feed back on my findings |
Great! Would you share unit model? |
Its a EDLQ05CV3 monoblock unit and i'm using the definition for "Altherma(LT_EBLQ-EBLQ-CA series 5-7kW Monobloc" |
@THK56 I've made the changes as suggested The MQTT output is: But that value is not varying p.s. Wifi is at 0dB as ive successfully moved to an ethernet based device that has removed all null value I used to receive |
Then check:
|
I'm using "Altherma(LT_EBLQ-EBLQ-CA series 5-7kW Monobloc)" The original value is 14, but I changed that value to 13 and the returned value was 0 |
Im trying to activate the more accurate external thermistor attached to R6T on the Dakin
When i uncomment that line: "Ext. indoor ambient sensor (R6T)" in the defintion, the reading that is permanently returned is -128
Do i need to configuire it diferently for this thermistor?
The text was updated successfully, but these errors were encountered: