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

Don't have all the parameters on Cozytouch heaters (Overkiz component) #83855

Closed
fabienmaquin opened this issue Dec 12, 2022 · 5 comments · Fixed by #84080
Closed

Don't have all the parameters on Cozytouch heaters (Overkiz component) #83855

fabienmaquin opened this issue Dec 12, 2022 · 5 comments · Fixed by #84080

Comments

@fabienmaquin
Copy link

The problem

When I was using Overkiz custom component, I had 5 parameters on my heaters:

  • frost_protection
  • eco
  • confort-2
  • confort-1
  • confort

On the Overkiz core version one, I only have now the 3 following one on my cozytouch heaters:

  • frost_protection
  • eco
  • confort

I can't apply confort-2 and confort-1 anymore

image

What version of Home Assistant Core has the issue?

core-2022.12.3

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

Overkiz

Link to integration documentation on our website

No response

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
Copy link

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

Code owner commands

Code owners of overkiz can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Change the title of the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign overkiz Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


overkiz documentation
overkiz source
(message by IssueLinks)

@nyroDev
Copy link
Contributor

nyroDev commented Dec 12, 2022

Hi @fabienmaquin, could you send us the log of your overkiz integration please?
It will help understand what is your device and why it's not working as expected

@iMicknl
Copy link
Contributor

iMicknl commented Dec 12, 2022

@fabienmaquin could you include a screenshot of the official app where all your preset modes are listed? I wonder how CozyTouch calls it.

@fabienmaquin
Copy link
Author

@iMicknl Sorry for late answer. Actually I can't send you logs since it is not a "technical" bug but a missing parameter (sort of). When I was using the "Overkiz (by Somfy) - Custom component", my heat were having 5 allowed parameters for temperature.

Unfortunately this component is/was having connecting or login issues with Cozytouch server. The Core one is working better on this side, but does not have the 'confort-2' and 'confort-1' options on heaters

I tried to reinstall the Overkiz Custom component but I have login issues with it so I can't make a screenshot right now.

@fabienmaquin
Copy link
Author

If it can help, on previous Tahoma the following presets were available (/climate_devices/atlantic_electrical_heater.py)

Line 29:

TAHOMA_TO_PRESET_MODES = {
    "off": PRESET_NONE,
    "frostprotection": PRESET_FROST_PROTECTION,
    "eco": PRESET_ECO,
    "comfort": PRESET_COMFORT,
    "comfort-1": PRESET_COMFORT1,
    "comfort-2": PRESET_COMFORT2,
}

Now on Core Overkiz addon (overkiz/climate_entities/atlantic_electrical_heater.py)

Line29:

OVERKIZ_TO_PRESET_MODES: dict[str, str] = {
    OverkizCommandParam.OFF: PRESET_NONE,
    OverkizCommandParam.FROSTPROTECTION: PRESET_FROST_PROTECTION,
    OverkizCommandParam.ECO: PRESET_ECO,
    OverkizCommandParam.COMFORT: PRESET_COMFORT,
}

Maybe it justs about to add the missing "PRESET_COMFORT1" and "PRESET_COMFORT2" modes ?

@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants