BroadLink Bestcon SCB1e energy monitoring sensor

Now with the new release I’m able to use my BroadLink Bestcon SCB1e as a switch.
Does anyone know how to monitor Voltage, Current, Power sensor data? The Broadlink integration only creates 1 switch entity.

It should show the current power in the detail window.
You can create a sensor template if you want to use it/display it :

      scb1e_current_power:
        friendly_name: "XXXX"
        unit_of_measurement: 'W'
        value_template: "{{ states.switch.SCB1E.attributes['current_power_w'] }}"

Many thanks !
It would be good to see Current or Voltage but I’m fully happy with this as well.
Thanks again!

1 Like