logo elektroda
logo elektroda
X
logo elektroda

HA automation with AVATTO TRV06 head does not work - what to improve?

zzzsakul 294 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 21373449
    zzzsakul
    Level 7  
    Hi,
    I have an AVATTO TRV06 head

    Configuration screen of AVATTO TRV06 thermostatic head in Home Assistant .

    and I can change its values in the HA panel without any problems

    Temperature control panel set to 20 degrees Celsius .

    and I've done the automation that when the desk lamp is on, it is to set the set temperature on the head.
    Screenshot of Home Assistant automation configuration showing a trigger for a desk lamp. .
    Home Assistant automation panel with radiator settings. .
    alias: Grzejnik
    description: ustaw
    triggers:
      - type: turned_on
        device_id: 7c8e3f307c8f4a5b4c19ce113785a
        entity_id: 58a387a7d17672f17a4c07a07a4490
        domain: light
        trigger: device
    conditions: []
    actions:
      - device_id: 175e62c511982568cfd10075906d
        domain: climate
        entity_id: 52d471b5df8d9e892c0a2fae0689e
        type: set_hvac_mode
        hvac_mode: heat
        enabled: true
      - device_id: 175e62c511d98565d100d175906d
        domain: number
        entity_id: 05f1decf32ed97967091dc2281ace5
        type: set_value
        value: 15
    mode: single
    .

    Unfortunately nothing happens, I'm wondering what I'm doing wrong or what I don't know.
    Anyone have any suggestions?
  • ADVERTISEMENT
  • #2 21375782
    marihires
    Level 30  
    It is possible that the device as a trigger will not work (the trigger will never start) try by changing the trigger to trigger by changing the state of some entity (related to the enabled desk) from the state of any to enabled.
    (When: an entity [e.g. desk power] changes state from: any, to: on ; perform an action .... of this type)
  • ADVERTISEMENT
  • #3 21509621
    genius333
    Level 1  
    Hello, how did you manage to add thermostats to the HA?
ADVERTISEMENT