Open gomes94s opened 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!
(message by CodeOwnersMention)
netatmo documentation netatmo source (message by IssueLinks)
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.