Home Assistant integration for BLE based Beurer TL100/wellbeing/Daylight therapy lamp
Supports controlling BLE based lights controllable through the Beurer LightUp app.
Note: Restart is always required after installation.
HACS (recommended)
Installation can be done through HACS custom repository.
You can manually clone this repository inside config/custom_components/beurer
.
For example, from Terminal plugin:
cd /config/custom_components
git clone https://github.com/deadolus/ha-beurer beurer
After installation, you should find Beurer under the Configuration -> Integrations -> Add integration.
The setup step includes discovery which will list out all Beurer lights discovered. The setup will validate connection by toggling the selected light. Make sure your light is in-sight to validate this.
The setup needs to be repeated for each light.
- Discovery: Automatically discover Beurer based lights without manually hunting for Bluetooth MAC address
- On/Off/RGB/Brightness support
- Multiple light support
- Light modes (Rainbow, Pulse, Forest, ..) as found in the app
- Light connection may fail a few times after Home Assistant reboot. The integration will usually reconnect and the issue will resolve itself.
- The rightmost LED, which signals Bluetooth connection, on the lamp will always be on. This is because HomeAssistant will always be connected to the lamp, use black duct tape if you want the lamp to be completely dark.
Timers for automatic turn off of the lamp are currently not supported. Use HomeAssistant automations if you need this functionality.
Add the following to configuration.yml
to show debugging logs. Please make sure to include debug logs when filing an issue.
See logger intergration docs for more information to configure logging.
logger:
default: warn
logs:
custom_components.beurer: debug
This integration will is a fork of sysofwan ha-triones integration, whose framework I used for this Beurer integration