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

Water heater switch on program #173

Open
Enjoy-Combi opened this issue Feb 6, 2025 · 4 comments
Open

Water heater switch on program #173

Enjoy-Combi opened this issue Feb 6, 2025 · 4 comments
Assignees

Comments

@Enjoy-Combi
Copy link

Hi,

I have a water heater HP200M7-F9, thank to your job I can select the program, temperature, and switch off the device.
To switch on I can use a program like auto, eco,...but there is no "simple switch on service without specifying the mode.

How to do that ?

Many thanks,
Frederic

@gvigroux
Copy link
Owner

That's a good question, do you have the program [iot_simple_start] ?
I can do that with my climate entity and don't specify any mode

@Enjoy-Combi
Copy link
Author

Hello,

No, I went into google but don't find any references to get this.
Is-it something we get from HACS ?

@gvigroux
Copy link
Owner

look at the readme here: https://github.com/gvigroux/hon
and please share all possible programs for you

@Enjoy-Combi
Copy link
Author

Here are the programs:
`Program [auto]
Parameters:
tempSel: [35 - 75] - Default: 65 - Step: 1

Start this program with default parameters:
service: hon.start_program
data:
program: auto
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4
Start this program with customized parameters:
service: hon.start_program
data:
program: auto
parameters: >-
{'tempSel':65}
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4`

`Program [eco]
Parameters:
tempSel: [35 - 75] - Default: 65 - Step: 1

Start this program with default parameters:
service: hon.start_program
data:
program: eco
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4
Start this program with customized parameters:
service: hon.start_program
data:
program: eco
parameters: >-
{'tempSel':65}
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4`

`Program [elec]
Parameters:
tempSel: [35 - 75] - Default: 65 - Step: 1

Start this program with default parameters:
service: hon.start_program
data:
program: elec
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4
Start this program with customized parameters:
service: hon.start_program
data:
program: elec
parameters: >-
{'tempSel':65}
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4`

`Program [vac]
Parameters:
tempSel: [35 - 75] - Default: 65 - Step: 1

Start this program with default parameters:
service: hon.start_program
data:
program: vac
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4
Start this program with customized parameters:
service: hon.start_program
data:
program: vac
parameters: >-
{'tempSel':65}
target:
device_id: dacd0a3cc65ab39f550eb6d7cdfb6bf4`

Using one of the program works good. But I would like to create one switch to activate (to the previous state, auto, eco, elec or vac) / stop the water. And create a list to select the mode and one number entitie to select the temperature.

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