You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing eda-modbus-bridge with "LTR-6 eco EDW" model (EDA version is 2.14), which has water circulating radiator as after heater. Works nicely with LTR-6, except that return water temperature is not available in /summary. That's an interesting reading for EDW owners.
But it seems register value 3x0011 which is shown in summary with name "exhaustAirTemperatureBeforeHeatRecovery" is actually same value as the 3x0012 returning water value. I tried this by modifying the code to show 3x0012 also. There is same value in both registers. Control panel also shows the same reading as "Paluuvesi" (returning water).
In the Enervent registry listing, it says "X8" for both. This is a bit weird design from Enervent.
Electric diagram in the EDA manual says that X8 sensor is return water temperature sensor. And that the X8 sensor is only available in EDW models. I wonder what's the 3x0011 reading value for ED/EDE?
I think it would make sense to change the reading name "exhaustAirTemperatureBeforeHeatRecovery" to "returnWaterTemperature", to avoid confusion.
The text was updated successfully, but these errors were encountered:
Did more reading at the Enervent docs site. In PELICAN/PEGASOS eco PRO greenair HP (HP_2012_2_en.pdf) there is difference use for X8, "After coil exhaust air sensor" (in finnish version it's "poistoilmapatterin jälkeinen anturi"). But this does not match the name in registry listing either.
Maybe it could be conditional, if device is EDW then show 3x0012 "returnWaterTemperature", else show 3x0011 "exhaustAirTemperatureBeforeHeatRecovery". Or just include both readings.
I think the best option would like you said be to make the current exhaustAirTemperatureBeforeHeatRecovery sensor optional and only enabled on ED/EDE models, then introduce another optional sensor returnWaterTemperature for EDW models.
I've been testing eda-modbus-bridge with "LTR-6 eco EDW" model (EDA version is 2.14), which has water circulating radiator as after heater. Works nicely with LTR-6, except that return water temperature is not available in /summary. That's an interesting reading for EDW owners.
But it seems register value 3x0011 which is shown in summary with name "exhaustAirTemperatureBeforeHeatRecovery" is actually same value as the 3x0012 returning water value. I tried this by modifying the code to show 3x0012 also. There is same value in both registers. Control panel also shows the same reading as "Paluuvesi" (returning water).
In the Enervent registry listing, it says "X8" for both. This is a bit weird design from Enervent.
Electric diagram in the EDA manual says that X8 sensor is return water temperature sensor. And that the X8 sensor is only available in EDW models. I wonder what's the 3x0011 reading value for ED/EDE?
I think it would make sense to change the reading name "exhaustAirTemperatureBeforeHeatRecovery" to "returnWaterTemperature", to avoid confusion.
The text was updated successfully, but these errors were encountered: