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.73k stars 30.85k forks source link

F750 airflow senors values not reported as numbers #96032

Closed pacco788 closed 1 year ago

pacco788 commented 1 year ago

The problem

Hi! Integration works very well. But the airflow sensors on my NIBE F750 won‘t show up as a number. All other entities have commas, airflow related sensors have dots as separators. There are no diagrams availabe, just colourful bars when i click on the entity.

Problem appears to Airflow reference, EB100-BS Airflow and airflow unfiltered.

IMG_0578 IMG_0579

What version of Home Assistant Core has the issue?

core-2023.7.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

nibe_heatpump

Link to integration documentation on our website

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

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 1 year 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.

(message by CodeOwnersMention)


nibe_heatpump documentation nibe_heatpump source (message by IssueLinks)

pacco788 commented 1 year ago

Created sensor templates for the entities. Can use it in automations now, and a diagram with history data shows nicely now.

But it would be great if this works out of the box!

pacco788 commented 1 year ago

Looked a bit deeper to know where the units come from. Seems like the units for airflow sensors are missing in the "nibe" requirement by yozik04. Solved it for now by customizing the two entities. Didn't even know that this is possible :)

customize:

sensor.airflow_ref_43124:
unit_of_measurement: 'l/s'

sensor.eb100_bs1_air_flow_40050:
unit_of_measurement: 'l/s'

Works for now, but I will open an issue on yozik04s nibe library.