Bluetooth-Devices / oralb-ble

Bluetooth library for Oral B devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Oral-B iO 10

Mitch73-2 opened this issue · comments

** Feature request

Today I purchased an Oral-B iO series 10 White and wanted to add it to HA but it turns out that support only goes up to iO series 9.
Is there any prospect when iO series 10 is added?
Scherm­afbeelding 2024-01-13 om 11 19 31

Added some data AdvertisementData(local_name='Oral-B Toothbrush', manufacturer_data={220: b'\x062k\x03r\x00\x00\x06\x00\x00\x01'}, service_uuids=['0000fe0d-0000-1000-8000-00805f9b34fb'], tx_power=0, rssi=-61) match: set()

The hockey puck communicates with some remote server using Secure MQTT; might there be some way to intercept these messages and just skip using Bluetooth altogether?

@ebertek, not a bad idea, but sounds like that might be something for a different method of integration via Secure MQTT vs Bluetooth which is the primary method of integration for this organization/repository. I did some digging and apart from some fancy stuff the io series 10 does in that hocky puck, it appears to have the same functionality as the io Series 9. Should at a minimum have the similar functionality to the 9, and maybe we will see some additional functionality we can open up once we get it integrated with HA.