Hi all,
I have evohome system, consisting of HCE80 (7 zones), evotouch and 7x T87RF thermostats.
I am strugling with making this system to work properly with heating/coolong, especially switching between modes. After many emails with Honeywell support I have finally received 19.33 update for my evotouch, which has the capability to switch between heating/cooling and thought that finally everything will work!
Unfortunately notā¦ HCE80 ignores mode change in evotouch - it seems that it only accepts mode change from H/C input. And evotouch ignores mode change in HCE80. So still need to manually switch both units.
So I bought transceiver, snapped on to arduino and started monitoring communications.
When closing H/C contact (or enabling cooling mode with buttons when H/C contact is closed) on HCE80 it sends following packet:
03:21:20.484 I ā 02:044994 --:------ 02:044994 22D0 004 0010000A < AssertionErrorā¦
When H/C contact is opened, it send the following packet (although this packet is not transmitted, when cooling mode is disabled with buttons):
03:21:24.184 I ā 02:044994 --:------ 02:044994 22D0 004 0000000A < AssertionErrorā¦
As I see in the code, these are not implemented yet, so perhaps may be useful to David.
Unfortunately, when switching heating and cooling in evotouch I havenāt noticed any extra packets ā only new setpoints for zones are sent.
Digging in evohome manuals I did not find any suggestions for proper system configuration for heating and cooling. Only in some FAQ it is mentioned, that BDR91T (not an easy purchase) should be used for heat pump switchover. And what about HCE80 H/C contact ā use additional BDR91T to switch contact of HCE80? That would be completely crazy.
So I have few questions:
Would there be a possibility to fake BDR91T and bind it to evotouch. In this case evotouch should send something, what could be used to trigger few cheap wireless relays and change modes of HCE80 and heat pump.
Or perhaps there is a command, which could be sent to evotouch for switching heating and cooling?
P.S. The amount of work on ramses libraries is just staggering!