Smart Life Scenr

I would like to configure a Smart Life scene (On) to switch on a smart plug with a radiator attached. I want the radiator to switch on when the outside temp is < 10, but only between 5:30am and 10:00 pm. A second scene (off) will switch off when the temp drops below 10 or at 10:00 pm. The second scene is no problem, but I can’t figure out how to configure the first. Any tips?

Smart Life/Tuya Scenes don’t work in HA as far as I know.

Add the devices to HA via tuya or local tuya integration.

Then create an automation in home assistant

  • use a template as the trigger for you’re temperature entity state < 10
  • use a template as the condition with an if statement, if after 10pm(true), elseif before 5am(true), else (false)

Set your action to the device/entity/service call to turn on your radiator.

Thanks for your reply. My bad, I hadn’t realised this forum was for a specific package (Home Assistant), rather than a general forum for home automation.