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.81k stars 30.9k forks source link

Invalid or missing 'value' in get_af_horizontal_num_dir response: {'value': 0, 'key': 402652781} #126442

Closed frangigu closed 1 month ago

frangigu commented 1 month ago

The problem

Hello @crevetor

There is still an issue with the integration, most likely on my second unit that does not support horizontal swing.

Previous issue reported : https://github.com/home-assistant/core/issues/124947

Your update is not part of the core-2024.9.2 yet but I added fujitsu_fglair to the custom_component folder to overwrite and try your changes.

Thanks for your help

What version of Home Assistant Core has the issue?

core-2024.9.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

fujitsu_fglair

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: pyfujitsugeneral.splitAC
Source: custom_components/fglair_heatpump_controller/climate.py:534
integration: FGLair heat pump controller integration (documentation, issues)
First occurred: 13:10:47 (7 occurrences)
Last logged: 13:11:48

Invalid or missing 'value' in get_af_horizontal_num_dir response: {'value': 0, 'key': 402652781}

Additional information

No response

home-assistant[bot] commented 1 month ago

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

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


fujitsu_fglair documentation fujitsu_fglair source (message by IssueLinks)

bigmoby commented 1 month ago

Hi @frangigu Are you sure you're not mixing core integration with my custom component implementation?!

frangigu commented 1 month ago

Hi @frangigu Are you sure you're not mixing core integration with my custom component implementation?!

Yes I am sure, I downloaded from ha/core and I had to create the folder for it.

I also have the fglair from HACS and it does work.

bigmoby commented 1 month ago
Logger: pyfujitsugeneral.splitAC

Logger: pyfujitsugeneral.splitAC is not used by core integration, please consider to have a check with your integration.

joostlek commented 1 month ago

custom_components/fglair_heatpump_controller/climate.py:534, to overwrite it should've been fujitsu_fglair instead of fglair_heatpump_controller

frangigu commented 1 month ago

Ok thanks and sorry, I referred to wrong logs will open another once for the proper integration