-
Notifications
You must be signed in to change notification settings - Fork 19
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
support for multiple pods in one account? #39
Comments
This would be a little difficult for me to look into since I don't have 2 pods, and I would need that setup to even check what the API looks like. What happens if you put the pods on 2 separate accounts? |
That would work, but then controlling from one smartphone would be difficult. Just thought it could already be implemented. Would also will to borrow you my account for testing purposes if that would help? |
@gforums, are you still seeing this issue? |
You mean controlling a second Eight Sleep cover? Did you change something with the code to try? Otherwise, yes I still have two covers and controlling both within one account would still be desired |
Yes, controlling a second Eight Sleep cover in the same account should work (at least I think so). I haven't actually tested an account with 2 active covers, but there should be a device_id per pod, and it should populate in HA. |
Hi Lukas, I can check for a new version and make some tests...? `from pyeight.eight import EightSleep
|
I also have 2 pods on my account. I can confirm that this is not working. Only a single pod is imported into HA.
I deleted the integration and tried to set it up again. First, it is not possible to disable away mode on both pods at the same time from the perspective of a single user account. Eight Sleep forces you to choose a bed and puts the other one in away mode when you do.
Why do you think this? It looks like the code completely ignores the fact that there are multiple devices: |
@binarylogic , ah I see. I was imagining that there is a "initial" pod with login(s) for the regular users. And a "guest" pod that is controlled by a guest account(s). For example there is 1 pod with assigned sides and your normal login, as well as a guest pod with the side(s) assigned to the guest account(s). As you mentioned, this still wouldn't support a single user switching between pods. For this assign_users (or some derivation of it) would need to be called regularly. However, since I don't have 2 pods to test with, it would be difficult for me to verify my code. |
Hello,
I have two pods now under my account but I don't know how to tell the py script, which Pod to use. I can switch between user 1 and 2 or left/right side, but this seems to always control the current selected pod.
Any option to use temperature control in guest mode for a second linked pod?
thank you,
Christian
The text was updated successfully, but these errors were encountered: