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

Permit simple ON / OFF in addition to climate entities #23

Open
submarcos opened this issue Nov 12, 2024 · 3 comments
Open

Permit simple ON / OFF in addition to climate entities #23

submarcos opened this issue Nov 12, 2024 · 3 comments

Comments

@submarcos
Copy link

Hi, and Thank you very much for your job.

Your integration is perfect to manage my Kelud 1750W Anthracite Standard.

However, Internal temperature and climate is not very accurate and I wish create my own thermostat with external temperature, other sensor in room, real window detection, etc (with custom climate or versatile thermostat)

There is no ON / OFF button that I can use to handle this (but there is min and max temperature, that is very cool).

Is-it possible to add this feature ?

Thank you very much

@submarcos submarcos changed the title Permit simple ON / OFF on climate entities Permit simple ON / OFF in addition to climate entities Nov 12, 2024
@atmadja40
Copy link
Contributor

Hello submarcos,
Can you please show us the content of your cozytouch.json file ?
And also show us how the climate entity looks like ?

@gduteil
Copy link
Owner

gduteil commented Jan 10, 2025

Hi,

I don't remember if Cozytouch protocol has this parameter, do you have ON/OFF mode in the official mobile app ?
If not, a way could be to play with other parameters (requested temperature) to trigger ON of OFF

@hobbe
Copy link
Contributor

hobbe commented Feb 27, 2025

Hi @submarcos

Adding a switch would add complexity to the integration. A "climate" is not really a ON/OFF device.

You can use the action builder to trigger the ON and OFF actions in a script, an automation, a switch helper or a button on the dashboard.

Image

Or YAML script:

towel_rack_on:
  alias: Turn on towel rack
  description: ""
  sequence:
    - action: climate.turn_on
      entity_id: climate.seche_serviettes_chauffage

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

4 participants