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

MIMH04-EN: Support INDOOR1 and INDOOR2 #115

Open
peperoni60 opened this issue Oct 16, 2024 · 1 comment
Open

MIMH04-EN: Support INDOOR1 and INDOOR2 #115

peperoni60 opened this issue Oct 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@peperoni60
Copy link

My heat pump supports two EHS Heating circuits (1: floor heating (FBH), 2: radiators (HK)). So it is not possible to use /config/custom_components/climate_ip_addendum/samsung_smartthings_hvac.yaml as it uses INDOOR only. I created two copies of the said yaml file to a location outside of the repository location and and suffixed them with 1 rsp. 2. Inside the files I changed INDOOR to INDOOR1 rsp. INDOOR2. In the configuration file climate.yaml I used the following lines:

# Wärmepumpe
# ---------------------------------
# hot water controller
- platform: climate_ip
  name: Samsung EHS DHW
  config_file: /config/custom_components/climate_ip/samsung_smartthings_dhw.yaml
  ip_address: api.smartthings.com
  device_id: <my-device-id>
  token: !secret smartthings_token
# heating controller 1 (fbh)
- platform: climate_ip
  name: Samsung EHS Heating FBH
  config_file: /config/custom_components/climate_ip_addendum/samsung_smartthings_hvac_1.yaml
  ip_address: api.smartthings.com
  device_id: <my-device-id>
  token: !secret smartthings_token
# heating controller 2 (hk)
- platform: climate_ip
  name: Samsung EHS Heating HK
  config_file: /config/custom_components/climate_ip_addendum/samsung_smartthings_hvac_2.yaml
  ip_address: api.smartthings.com
  device_id: <my-device-id>
  token: !secret smartthings_token

where <my-device-id> is the id of my heat pump.

Could you please provide these additional files in the repository, as the heat pump can support up to 2 heating circuits

@samuelecarpene
Copy link

Hi @peperoni60 I think this is your personal case, so there is no need to include a change in the package (otherwise each specific case should require adding files). The way you did it is fine. The yaml files included in the component are examples. I also have my own personal yaml file.

@atxbyea atxbyea added the enhancement New feature or request label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants