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

Field Definition: Slave Byte Offset? #344

Open
knalltuete86 opened this issue Jul 24, 2023 · 0 comments
Open

Field Definition: Slave Byte Offset? #344

knalltuete86 opened this issue Jul 24, 2023 · 0 comments

Comments

@knalltuete86
Copy link

Dear all,

currently I'm trying to decode some messages from Vaillant VWZ 76. I was already succesfull for one field:

1076b5110101 / 09ff40a016ff650000ff

In this example the Slave message contains the displayed Outside Temperature at Byte 4 (0x16 = 22°C).

For this I tried to create a 76.vwz.csv in my Config-Folder which is loaded correctly:

r,vwz,DisplayedOutsideTemp,Außentemperatur,,76,B511,01,,,tempv,,,Außentemperatur

(I just took a copy of the same value from 15.700.csv and adjusted the ZZ, PBSB and ID).

But the result is wrong.

ebusctl read -c vwz DisplayedOutsideTemp
1.34566e-24

I guess this is because of the wrong Byte is decoded.

How can I set the Byte to decode in Field Config? I could not figured it by the examples made.

Regards

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

1 participant