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

Problem with heat pumps without domestic hot water #8

Open
remy-lavabre opened this issue Oct 31, 2023 · 0 comments
Open

Problem with heat pumps without domestic hot water #8

remy-lavabre opened this issue Oct 31, 2023 · 0 comments

Comments

@remy-lavabre
Copy link
Contributor

Good morning,
Executing the python file unfortunately poses a problem each time if the heat pump is not equipped with the domestic hot water tank.
The best would perhaps be to provide an exception checking the error if the heat pump is only used for central heating...?

ERROR:root:Could not get data. Maybe the unit is starting up?
Traceback (most recent call last):
File "/home/remy/Téléchargements/ESSAI2.py", line 4, in
d.print_all_status()
File "/home/remy/.local/lib/python3.10/site-packages/daikin_altherma/init.py", line 385, in print_all_status
Current: {self.tank_temperature}°C (target {self.tank_setpoint_temperature}°C)
File "/home/remy/.local/lib/python3.10/site-packages/daikin_altherma/init.py", line 189, in tank_temperature
return self._requestValueHP(
File "/home/remy/.local/lib/python3.10/site-packages/daikin_altherma/init.py", line 100, in _requestValueHP
return self._requestValue(f"MNAE/{item}", output_path, payload)
File "/home/remy/.local/lib/python3.10/site-packages/daikin_altherma/init.py", line 94, in _requestValue
return dpath.util.get(result, output_path)
File "/home/remy/.local/lib/python3.10/site-packages/dpath/util.py", line 14, in wrapper
return func(*args, **kwargs)
File "/home/remy/.local/lib/python3.10/site-packages/dpath/util.py", line 36, in get
return dpath.get(obj, glob, separator, default)
File "/home/remy/.local/lib/python3.10/site-packages/dpath/init.py", line 189, in get
raise KeyError(glob)
KeyError: '/m2m:rsp/pc/m2m:cin/con'

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