Protocol 5, too often timeouts, is there a way to extend waiting for respons? #472
Unanswered
thomasvjohansen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Altherma from 2010 EKHBX008BA. Air to water with water heating tank.
Just testing out what it can read from the heatpump. It can get some values from protocol_S_Rotex and some from protocol_S, probably I have to combine these two.
But my main problem is that at first it gets results on all the values, then next time it tries to retrive them it gets timeout on most values.
I have already adjusted the "frequency" to 120000, but that's only how long it waits until it runs the retrieve cycle.
Is there some way to make it wait longer for respons from each value request?
here is my values from protocol_s.sh (live en denmark) so looks like some of the temps are way off like outdoor air temp. (45.6094c) since its actually 12c at the moment.
{
"EV (pls)":256,
"Outdoor Fan (Upper)(rps)":0,
"Outdoor Fan (Lower)(rps)":0,
"INV Comp. Frequency(Hz)":"OFF",
"Comp. Preheat":"ON",
"52C Output":"OFF",
"20R (SV) Output":"OFF",
"20S (4-way) Output":"OFF",
"Crankcase Heater":"OFF",
"Ener-Cut Output":"OFF",
"Indoor Suction Air Temp.(C)":37.5938,
"Indoor Heat Exchanger Temp.(C)":39.1875,
"Outdoor air temp.(C)":45.6094,
"Outdoor heat exchanger temp.(C)":46.1719,
"Discharge pipe temp.(C)":76.9375,
"Fin Temp.(C)":0.00390625,
"Delta-Tr(deg)":0.5625,
"R/C Setpoint(C)":0,
"Operation Mode":"Heating",
"Error Code":" 0",
"Thermo Off Error":" 0",
"Warning Code":" 0",
"Caution Code":" 0",
"WifiRSSI":"-77dBm",
"FreeMem":"250900"
}
Beta Was this translation helpful? Give feedback.
All reactions