Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default settings in climate service show up inproperbly #292

Open
jbvs01 opened this issue Jan 15, 2025 · 3 comments
Open

Default settings in climate service show up inproperbly #292

jbvs01 opened this issue Jan 15, 2025 · 3 comments

Comments

@jbvs01
Copy link

jbvs01 commented Jan 15, 2025

Version of the custom_component

0.1.3

Configuration

No integration specific yaml configuration

Describe the bug

After activating the temperature feature the default value is shown. It shows a numeric value right after moving the slider.

According to the default_off setting of the seat heating is set correctly (slider switch). Although the feature itself is activated (checkbox set) ?

Feature for rear seat heating is possible to configure altough it's not available in the car.

Debug log

Screenshot_20250115_205744_Home Assistant

@fredriklj
Copy link
Collaborator

Hi, thanks for the report.

  • I have noted that the temperature is not being displayed until the slider is moved. I'll look into it again.

  • The second note, that seat heating front left is off. Do you mean that seat heating is activated in the car even if the switch is off while calling the service?

  • Could you provide me with the CLIMATIZER_STATE dict of your car, from the debug output of the integration? Should look something like this:

    "CLIMATIZER_STATE": {
        "lastModified": "2025-01-20T07:20:21Z",
        "isOn": false,
        "targetTemperature": 293.65,
        "climateZonesEnabled": {
          "frontLeft": false,
          "frontRight": false,
          "rearLeft": false,
          "rearRight": false
        }
      },
    

I would like to know if the rear is missing from climateZonesEnabled on your car?

@jbvs01
Copy link
Author

jbvs01 commented Feb 15, 2025

Sorry for the missing Update, got quite tied in work.

Acording to my logger output, only the available heaters are mentioned (missing ones are not just set to false).

{
"key": "CLIMATIZER_STATE",
"status": {
"isEnabled": true
},
"value": {
"lastModified": "2025-02-15T13:06:52Z",
"isOn": false,
"targetTemperature": 295.15,
"climateZonesEnabled": {
"frontLeft": true,
"frontRight": true
}
}
},
}

@fredriklj
Copy link
Collaborator

Thanks, I'll put on the todo-list to fix this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants