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.28k stars 30.6k forks source link

Pilot wire mode to control electric radiators with Legrang Connected cable outlet #129652

Open gomes94s opened 5 hours ago

gomes94s commented 5 hours ago

The problem

Hello, I have Legrand Netatmo connected cable outlets. They are set to pilot wire mode to control electric radiators. When they are integrated into Home Assistant, they appear as an on/off switch. According to the Netatmo API documentation, the preset_mode function (to have the comfort, eco, frost protection, disabled commands), you have to go through the room, and not through the device. Is it possible to bring up the rooms in Home Assistant to be able to control the heaters? Thank you.

What version of Home Assistant Core has the issue?

2024.10.4

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

https://dev.netatmo.com/apidocumentation/general#Heating-and-Cooling-schedule

Rooms have an important role in Netatmo’s API since some behavior like heating or cooling are controlled at the room level, not at the device level.

A room is identified by its unique ID. That ID is used when setting a room temperature for instance.

When created a room also has a type.

It also contains the device IDs installed in the room. It is an efficient way to map the devices localization in the home.

home-assistant[bot] commented 5 hours 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)