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

Plugwise: Domestic Hot Water temperature cannot be changed #119686

Closed
djveldm opened this issue Jun 14, 2024 · 5 comments · Fixed by #119963
Closed

Plugwise: Domestic Hot Water temperature cannot be changed #119686

djveldm opened this issue Jun 14, 2024 · 5 comments · Fixed by #119963
Assignees

Comments

@djveldm
Copy link

djveldm commented Jun 14, 2024

The problem

Changing the DHW temperature is impossible.

What version of Home Assistant Core has the issue?

core-2024.6.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Plugwise

Link to integration documentation on our website

https://www.home-assistant.io/integrations/plugwise/

Diagnostics information

Logger: homeassistant.components.websocket_api.http.connection
Bron: components/websocket_api/commands.py:241
integratie: Home Assistant WebSocket API (documentatie, problemen)
Eerst voorgekomen: 9 juni 2024 om 08:50:25 (27 gebeurtenissen)
Laatst gelogd: 15:15:07

[547532218592] Unexpected exception
[547606255584] Unexpected exception
[547606252272] Unexpected exception
[547799500832] Unexpected exception
[547562174736] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/number/init.py", line 121, in async_set_value
await entity.async_set_native_value(native_value)
File "/usr/src/homeassistant/homeassistant/components/plugwise/number.py", line 126, in async_set_native_value
await self.entity_description.command(
File "/usr/local/lib/python3.12/site-packages/plugwise/init.py", line 328, in set_number_setpoint
await self._smile_api.set_number_setpoint(key, temperature)
File "/usr/local/lib/python3.12/site-packages/plugwise/smile.py", line 196, in set_number_setpoint
raise PlugwiseError(f"Plugwise: cannot change setpoint, {key} not found.")
plugwise.exceptions.PlugwiseError: Plugwise: cannot change setpoint, max_dhw_temperature not found.

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

number.opentherm_domestic_hot_water_setpoint is shown but cannot be changed. It can be changed only in the native Plugwise app.

@home-assistant
Copy link

Hey there @CoMPaTech, @bouwew, @frenck, mind taking a look at this issue as it has been labeled with an integration (plugwise) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of plugwise can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign plugwise Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


plugwise documentation
plugwise source
(message by IssueLinks)

@bouwew
Copy link
Contributor

bouwew commented Jun 16, 2024

@djveldm Can you please post the diagnostics file of the Plugwise Integration from your HA system?

Never mind, I've found the problem.

@djveldm
Copy link
Author

djveldm commented Jun 16, 2024

OK.

@bouwew
Copy link
Contributor

bouwew commented Jun 22, 2024

@djveldm Is the reported bug fixed in HA 2024.6.4?

@djveldm
Copy link
Author

djveldm commented Jun 22, 2024

Tx! It is fixed.

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

Successfully merging a pull request may close this issue.

3 participants