Water heater switch on program
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
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
Hello,
No, I went into google but don't find any references to get this. Is-it something we get from HACS ?
look at the readme here: https://github.com/gvigroux/hon and please share all possible programs for you
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.