home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.99k stars 31.03k forks source link

NIBE HEAT PUMP #126767

Open jiripaskov opened 2 months ago

jiripaskov commented 2 months ago

The problem

Installed NIBE addon. Runs well. After restart it doesn´t run and shows this error. NIBE pump Modbus is running well (tested with modbus tool from another PC).

Those entities described in error log are DISABLED. Only 2 default entities are enabled. Why this addon even try to contact these disabled registers on NIBE pump?

homeassistant.components.nibe_heatpump helpers/update_coordinator.py:386 Nibe Heat Pump (dokumentace, problémy)

Error fetching Nibe Heat Pump data: Failed to update: Failed to read some or all coils (Timeout waiting for read response for hot-water-charging-bt6-30010, Timeout waiting for read response for roomsensor-1-1-30027, Timeout waiting for read response for priority-31029, Timeout waiting for read response for oper-mode-shunt-climate-system-1-31034, Timeout waiting for read response for current-hot-water-mode-31039, Timeout waiting for read response for alarm-number-31976, Timeout waiting for read response for hot-water-demand-mode-40057, Timeout waiting for read response for start-temperature-hw-high-temperature-40059, Timeout waiting for read response for start-temperature-hw-normal-temperature-40060, Timeout waiting for read response for start-temperature-hw-low-temperature-40061, Timeout waiting for read response for stop-temperature-hw-high-temperature-40063, Timeout waiting for read response for stop-temperature-hw-normal-temperature-40064, Timeout waiting for read response for stop-temperature-hw-low-temperature-40065, Timeout waiting for read response for cooling-with-room-sensors-40171, Timeout waiting for read response for use-room-sensor-climate-system-1-40203, Timeout waiting for read response for room-sensor-set-point-value-climate-system-1-40207, Timeout waiting for read response for oper-mode-40238, Timeout waiting for read response for room-sensor-set-point-value-climate-system-1-cooling-40989)

What version of Home Assistant Core has the issue?

2024.9.3

What was the last working version of Home Assistant Core?

2024.9.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

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

Code owner commands Code owners of `nibe_heatpump` 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 nibe_heatpump` 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)


nibe_heatpump documentation nibe_heatpump source (message by IssueLinks)

elupus commented 2 months ago

Are you sure your other tool is not blocking access to the pump? Also the pumps often crash, so restart the pump.

jiripaskov commented 2 months ago

Solved - IMOU addon couses some kind of a problem. If I disable it NIBE addon runs.

jiripaskov commented 2 months ago

closed