Help request: Creating a first automation

I’d like to turn down my LUX KONO thermostat at night. When creating the automation from the web control panel the only action available is changing the mode of the thermostat (heat/cool/auto). I’d like to change the temperature setting.

I can change the temperature from the web overview panel. It must be exposing that control somewhere.

The thermostat is connected as a home kit accessory device.

The system is a raspberry pi 3b+ with hass.io on flash.

Any suggestions?

Is the temperature a ‘property’ of the device not an ‘action?’ Is this system modeled after object oriented design with properties and methods?

Thanks

You want the service climate.set_temperature.

Here’s a link to the docs with a couple examples of automations.

Thanks! I managed to create the automation.

Hi!

Which integration did you use it to connect your LUX to homeassistant?

Thanks!