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

Explanations for values of mode and mode_01 #26

Open
adieball opened this issue Aug 23, 2019 · 3 comments
Open

Explanations for values of mode and mode_01 #26

adieball opened this issue Aug 23, 2019 · 3 comments

Comments

@adieball
Copy link

Hi

is there anywhere an explanation of the values of mode and mode_01?
The xls file with the list pof values is not helpful :-)

@svde
Copy link

svde commented Aug 23, 2019 via email

@adieball
Copy link
Author

ok, understood, mode is the general mode and mode_01 the current operating mode.
Mine shows mode = 0 and mode_01 = 5
it's currently set to "cooling"
how do I interpret the numbers:
---cut---

0100 256 = standby

0300 768 = heating

0400 1024 = setback

0500 1280 = summer

0b00 2816 = automatic1

0c00 3072 = automatic2

1100 4352 = cooling

@svde
Copy link

svde commented Aug 24, 2019

Right now my system is in summer mode:

If I retrieve the value using pyHPSU, this is the output:

$ pyHPSU.py -c mode_01
[{'name': 'mode_01', 'resp': '1280', 'timestamp': 1566641041.721531}]

With can_scan this is the output:
$ /home/stefan/can_progs/can_scan can0 680 180.0112
elster-kromschroeder can-bus address scanner and test utility
copyright (c) 2014 Jürg Müller, CH-5524

value: 0500 (PROGRAMMSCHALTER Warmwasser)

The pyHPSU output is decimal, can_scan is hexadecimal.

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