Ledvance WiFi bulbs

Hi, you might want to try an easier method via python script I have managed to write:

This method does not require any emulator or rooted android phone.

1 Like

Thank you soo much, thats great !!!

Hello, so now I have the next problem.

How do I get the current, watt and volt values.

into a normal sensor, which I can then integrate into the energy

You have to convert the attribute that corresponds to your current wattage to kWh

Integration - Riemann sum integral - Home Assistant (home-assistant.io)

Not sure wheter this is “Current” or “Current consumption” but something like this (replace with your correct sensor and attribute names)

sensor:
  - platform: integration
    source: schukobad.currentconsumption
    name: energy_spent_schukobad
    unit_prefix: k
    round: 2
1 Like

Hello,
got it to work now.

I created the sensor in “template.yaml”.

Then created the Riemann references in the “helpers”.

Maybe it will help someone else too, that’s why I posted it here.


that’s important too

unit_of_measurement: 'W'

is specified so that the whole thing has the right format if you then want to add it to the energy dashboard.
(but only works if you create it with Riemann beforehand)

what can i do with a LDV BT App and a LEDVANCE Bluetooth bulb ?