chkuendig / hass-amphiro-ble

🚿 Amphiro Digital Hand Shower component for Home Assistant

Home Page:https://christian.kuendig.info/posts/2023-01-hass-amphiro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacs_badge

Amphiro Digital Hand Shower

This component supports reading sensor data from Amphiro Digital Hand Shower with the new bluetooth component released in Home Assistant 2022.8.

Amphiro Digital Hand Shower

Protocol

This wouldn't be possible without the work from https://gitlab.com/baze/amphiro_oras_bluetooth_shower_hub

The Amphiro has three types of BLE protocols:

  • passive: This is what this uses, 'service_uuids': ['0000180a-0000-1000-8000-00805f9b34fb', '7f402200-504f-4c41-5261-6d706869726f', '00004132-504f-4c41-5261-6d706869726f'], this has the same format as the status event in the next bullet
  • connected: supported by https://gitlab.com/baze/amphiro_oras_bluetooth_shower_hub
  • paired: The official app requires manual pairing with a pin displayed from the app. seems to also provide historic data. undocument so far.

About

🚿 Amphiro Digital Hand Shower component for Home Assistant

https://christian.kuendig.info/posts/2023-01-hass-amphiro/

License:MIT License


Languages

Language:Python 100.0%