ha-switchbot-curtain icon indicating copy to clipboard operation
ha-switchbot-curtain copied to clipboard

Noob question -How do I add a second switchbot curtain?

Open ritehaus opened this issue 4 years ago • 5 comments

Used your code to get Switchbot Curtain working with HA. No problems, thank you 👍 . My question is how do I add a second, separate switchbot curtain controlling a different curtain. I've tried a few things, but my configuration.yaml keeps failing. Any suggestions much appreciated

ritehaus avatar Jan 01 '21 21:01 ritehaus

Just copy the MAC address and it should work.

LouiS22 avatar Jan 03 '21 10:01 LouiS22

That's great. Thank you. Both curtains now working independently. Interestingly, second curtain is a pair so centre opening but I only had one Switchbot. 2 pulleys and some cord solved the problem. Centre opening with only 1 switchbot.

Regards, David BSA Marketing

Sent from my phone


From: Attila Lukács [email protected] Sent: Sunday, January 3, 2021 10:04:27 AM To: alextud/ha-switchbot-curtain [email protected] Cc: David Wright [email protected]; Author [email protected] Subject: Re: [alextud/ha-switchbot-curtain] Noob question -How do I add a second switchbot curtain? (#3)

Just copy the MAC address and it should work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/alextud/ha-switchbot-curtain/issues/3#issuecomment-753593788, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AR5TQKGBU5CGIXUUKSXXGWTSYA6KXANCNFSM4VQQ4JYA.

ritehaus avatar Jan 03 '21 13:01 ritehaus

adding a second mac address doesn't work for me...

Jeroenvannuland avatar Feb 22 '21 20:02 Jeroenvannuland

You can take a look at the home assistant logs, by activating switchbot curtain logs.

logger:
  default: error
  logs:
    custom_components.switchbot-curtain: debug

alextud avatar Feb 25 '21 08:02 alextud

This worked for me for multiple Switchbot curtains in configuration.yaml I hope this helps

cover:

  • platform: switchbot-curtain mac: xx:xx:xx:xx:xx:xx
  • platform: switchbot-curtain mac: xx:xx:xx:xx:xx:xx

TL-HA avatar Mar 21 '21 14:03 TL-HA