-
Notifications
You must be signed in to change notification settings - Fork 14
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
Do I need to disconnect the remote completely in order to use it? #1
Comments
No, you don't need to disconnect it -- in fact, it seemed like it was one connection at a time while I was trying to get the integration to work, but lately I've had both the integration and the remote working fine simultaneously. I'll update that section of the readme. To pair the Bedjet to the HA Raspberry Pi, you need to find the Bedjet's Bluetooth MAC address using something like Bluetooth LE Explorer. The Bedjet will be the device named BEDJET_V3. Once you have the MAC address, you just need to reference it in your config.yaml as a climate entity.
|
I can confirm, it works fine for me with the remote and HA running concurrently -- change in HA, the remote immediately updates. The iOS app, however, does seem to be failing to connect to it now. Does the remote use the same protocol/transport as the app and/or HA? If not, maybe the remote will work concurrently with HA or the iOS app, but not both...? Incidentally, I found my BLE MAC address on the Pi using:
If it helps, my brand-new 220V (UK) BEDJET_V3 reported with a MAC address starting Thanks for your fine work @robert-friedland; I was dreading having to write my own integration and/or Node-RED hack job as per usual! |
Hmmm I'm still at a loss. I found my BedJet using Bluetooth LE Explorer: So I add this in my climate:
- platform: ha_bedjet
name: BedJet
mac: 'CC:50:E3:A0:AC:5A' And the Raspberry Pi with my Home Assistant can detect the device just fine: Yet I still get an error:
|
@Madelena can you try:
Hopefully that'll do the trick, and then you can pop the batteries back into the remote... if not, I'm not sure what the issue could be :/ |
The tips in Readme mentioned that a Bedjet can only connect to one bluetooth device at a time. Does that mean I need to disconnect and remove the bedjet from my remote first? I'm not sure how to pair the Bedjet to the HA Raspberry Pi.
Thank you for making this integration!
The text was updated successfully, but these errors were encountered: