Is there a way to add Zone 2?
Opened this issue · 5 comments
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.
I use it as you suggested @floringhimie since a few years and it works.
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?
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!!