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.98k stars 31.03k forks source link

Centralized ventilation control (NLLF type) devices still don't show on HA depsite the integration upgrade #114931

Closed AuroreVgn closed 3 months ago

AuroreVgn commented 7 months ago

The problem

Hi everyone,

Netatmo integration is supposed to provide NLLF devices (centralized fan devices) since the upgrade made in January 2024 by @cgtobi (see issue 96816)

Despite I have the last HA version, I still can't see them. I am not familiar with HA official integration development integration cycle so I am not sure this upgrade was implemented. Did I miss something ?

Thanks, A

What version of Home Assistant Core has the issue?

2024.4.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

Netatmo

Link to integration documentation on our website

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

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 7 months ago

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

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


netatmo documentation netatmo source (message by IssueLinks)

AuroreVgn commented 6 months ago
image

I have upgraded in the last HA version (Core 2024.5.0) and my centralized fan appeared! Thank a lot. :-)

I may have two more suggestions: 1) As the on/off switch can't work (because there is not ON/OFF mode ; only slow and fast mode), is-it possible to delete it? 2) Is-it possible to add the instant power consumption witch is provided by the API :

/homestatus

"modules": [
    {
      "id": "xx:xx:xx:xx:xx:xx:xx:xx",    _#Module ID, numbers and letters, hexadecimal_
      "type": "NLLF",
      "firmware_revision": 60,
      "last_seen": 1234567890,    _#Don't really know what it is ; something like a time stamp_
      "power": 11,    _#Power consumption in W ; set in the Legrand Home+ Control Appl ; not real consumption_
      "reachable": true,
      "bridge": "yy:yy:yy:yy:yy:yy",    _#Brdige ID (=MAC address), numbers and letters, hexadecimal_
      "fan_speed": 1    _#Or 2_
    },

Previous topic (as a reminder)

cgtobi commented 6 months ago

Great.

  1. Should be straight forward
  2. Won't come soon as it requires HA internal changes
issue-triage-workflows[bot] commented 3 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.