Beiträge von bruceas

    Hi, i have OverTemp problem with my dimmer 2 when light is between 70% and 99%.

    I'd like to create an automation in HA that reduce light to 65% if temp is > 98C° and light is ON.

    But i dont know how to set an EVENT to set light at 65%. I i can do it?

    Thanks

    alias: DimmerOverTemp

    description: In caso di alta temperatura imposta luce al 65%

    trigger:

    - type: temperature

    platform: device

    device_id: 9758227197bec1ce6b8efab3dexxxxxx

    entity_id: sensor.dimmer_device_temperature

    domain: sensor

    above: 98

    for:

    hours: 0

    minutes: 0

    seconds: 5

    condition:

    - condition: device

    type: is_on

    device_id: 9758227197bec1ce6b8efab3dexxxxx

    entity_id: light.dimmer

    domain: light

    action:

    - event: ""

    event_data: {}

    mode: single

    Alogen 200W lamp. Dimmer 2 with 1.10.4 firmware. Power reported at 100%: 209W (at 80%, after few minutes temps go to 105°C and power off for overtemp).

    After 1.11 upgrade, Power reported at 100%: 230W and immediate power off for OverPower. :cursing: