This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
EMS Bus Connected but Tx is not working (Buderus Logamax GB062) #205
Labels
bug
Something isn't working
My boiler is Buderus Logamax GB062.
EMS-ESP won't send any telegram after boiler detection.
It seems the problem is this piece of code:
At start, emsIDMask is 0, so EMS-ESP is able correctly detect data poll for it (0x8B). After "Bosch/Heatronic" is detected, emsIDMask is set to 0x08 which ends in no more telegram transmission due to undetected poll with this code:
After commenting-out the HEATRONIC test block, EMS-ESP 1.9.2 works like a charm (tx_mode 2), correctly detecting even thermostat and mixing device (which where not in 1.8.1).
Sample handshake:
The text was updated successfully, but these errors were encountered: