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

2 X Salus #30

Open
flcaza opened this issue Jan 10, 2025 · 0 comments
Open

2 X Salus #30

flcaza opened this issue Jan 10, 2025 · 0 comments

Comments

@flcaza
Copy link

flcaza commented Jan 10, 2025

Hi,

If you need to add 2 Salus:
configuration.yml

climate:
  - platform: salusfy
    username: !secret salus_username
    password: !secret salus_password
    id: "1234567890"
  - platform: salusfy_2
    username: !secret salus_username
    password: !secret salus_password
    id: "0987654321"

copy directory salusfy from custom_components to salysfy_2

Modify line DOMAIN = "salusfy" with DOMAIN = "salusfy_2" from climate.py

If you have latest version from

https://github.com/rovingclimber/salusfy

you need to add DOMAIN line between:

SUPPORT_FLAGS = ClimateEntityFeature.TARGET_TEMPERATURE

DOMAIN = "salusfy_2"

PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(

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

1 participant