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.72k stars 30.84k forks source link

AZ30-BT23 missing in nibe_heatpump #104865

Closed TMachowinski closed 8 months ago

TMachowinski commented 11 months ago

The problem

Dear HA team, this is my first issue ever reported anywhere. Thanks for your patient understanding!

In the nibe_heatpump integration the value for the AZ30-BT23 (outdoor air temperature) is missing.

What version of Home Assistant Core has the issue?

core-2023.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

nibe_heatpump

Link to integration documentation on our website

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

Diagnostics information

I will share below my previous configuration with the modbus integration.

Example YAML snippet

modbus: #!include s1255modbus.yaml
- type: tcp
  host: 192.168.17.62 #your ip goes here
  port: 502 #your port number
  name: "Nibe"

  sensors:

    # Abluft (AZ30-BT20)    MODBUS_INPUT_REGISTER   19  10  °C  2   0   0   0
    - name: "KWL - Abluft (AZ30-BT20)"
      unique_id: "kwl_abluft_az30_bt20"
      device_class: temperature
      state_class: measurement
      unit_of_measurement: "°C"
      data_type: int16
      address: 19
      count: 1
      slave: 1
      precision: 1
      input_type: input
      scale: 0.1

    # Fortluft (AZ30-BT21)  MODBUS_INPUT_REGISTER   20  10  °C  2   0   0   0
    - name: "KWL - Fortluft (AZ30-BT21)"
      unique_id: "kwl_fortluft_az30_bt21"
      device_class: temperature
      state_class: measurement
      unit_of_measurement: "°C"
      data_type: int16
      address: 20
      count: 1
      slave: 1
      precision: 1
      input_type: input
      scale: 0.1

    # Zuluft (AZ30-BT22)    MODBUS_INPUT_REGISTER   42  10  °C  2   0   0   0
    - name: "KWL - Zuluft (AZ30-BT22)"
      unique_id: "kwl_zuluft_az30_bt22"
      device_class: temperature
      state_class: measurement
      unit_of_measurement: "°C"
      data_type: int16
      address: 42
      count: 1
      slave: 1
      precision: 1
      input_type: input
      scale: 0.1

    # Außenlufttemperatur (AZ30-BT23)   MODBUS_INPUT_REGISTER   107 10  °C  2   0   0   0
    - name: "KWL - Aussenluft (AZ30-BT23)"
      unique_id: "kwl_aussenluft_az30_bt23"
      device_class: temperature
      state_class: measurement
      unit_of_measurement: "°C"
      data_type: int16
      address: 107
      count: 1
      slave: 1
      precision: 1
      input_type: input
      scale: 0.1

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 11 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 11 months ago

Have a look here: https://github.com/yozik04/nibe#i-want-to-addupdate-registers-in-the-library

issue-triage-workflows[bot] commented 8 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.