Skip to content
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

Booster heater flag? #1

Open
chriskearns opened this issue Jan 5, 2021 · 1 comment
Open

Booster heater flag? #1

chriskearns opened this issue Jan 5, 2021 · 1 comment

Comments

@chriskearns
Copy link

First of all, thanks so much for taking the time to decode and publish this protocol. With your information and the SwiCago code (modified for Ecodan Heatpump), I am able to monitor and analyze my heat pump operations (PUHZ-W85VAA with EPHX-VM2C controller/hydrobox).

My question concerns the flag for the booster heater; I think it is byte 5 of the '0x05' get request packet payload. That is;
fc 62 02 7a 10 05 00 00 00 00 07 00 00 00 06 00 00 00 00 00 00 00.

In your "0x05 - Various Flags" packet, I think you mark it on byte 7.

@m000c400
Copy link
Owner

m000c400 commented Jan 6, 2021

Hi,
The documents always lags the analysis sllightly, and a few of us have been chatting elsewhere, but are not searcing for a new home

I thnk you mean this bit (from my yet to be published reference implementation?

void ECODANDECODER::Process0x05(uint8_t * Buffer, EcodanStatus *Status)
{
uint8_t HotWaterBoost;

HotWaterBoost = Buffer[7];
Status->HotWaterBoostActive = HotWaterBoost;

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants