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

Is there a way to add Zone 2? #25

Open
evgenyyy opened this issue Sep 12, 2024 · 5 comments
Open

Is there a way to add Zone 2? #25

evgenyyy opened this issue Sep 12, 2024 · 5 comments

Comments

@evgenyyy
Copy link

Great work and I have the main thermostat working now. Is there a way to add Zone 2? It does not show a different device ID when I select Zone 2 on the website so I'm not sure how to do it.

@floringhimie
Copy link
Owner

not sure if it will work, mine doesn't have 2 zones but you could try duplicate the project and rename it from salusfy in salusfy2 on every place you find it and then change in climate.py CH2 instead of CH1 and Z2 instead of Z1
image
image

@dz0ltan
Copy link

dz0ltan commented Sep 13, 2024

I use it as you suggested @floringhimie since a few years and it works.

@mohiostg
Copy link

Hello
I created /custom_components/salusfy2/
I added to the configuration file:
climate:

  • platform: salusfy
    username: "xxxxx"
    password: "xxxx"
    id: "xxxx"
  • platform: salusfy2
    username: "xxxxxxx"
    password: "xxxxxx"
    id: "xxxxxx"

In the climate.py file I changed CH1 to CH2 and Z1 to Z2
Unfortunately I get the message:
Configuration warnings
Platform error 'climate' from integration 'salusfy2' - Integration 'salusfy2' not found.
Can you give me some advice?

@floringhimie
Copy link
Owner

I believe you should also change this two lines
image

@tiefflieger666
Copy link

tiefflieger666 commented Dec 2, 2024

Just to confirm - zone 2 works as described - change CH1 to CH2 and Z1 to Z2 and DOMAIN to salusfy2, and adapt manifest.

Big thx to Florin (and others) for this integration!!

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

5 participants