Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95327

Help with temperature sensor and automation

$
0
0

@Makis wrote:

Hi
I have installed a new thermostat and integrate it to HA and I need some help with the following
the configuration.yaml is

#Thermostat
  - platform: floureon
    host: 192.168.1.XXX
    mac: '24:DF:A7:13:XX:XX'
    name: Beok_Thermostat 
    use_external_temp: false

the entity is

climate.beok_thermostat

the states of the thermostat are

hvac_modes:
  - auto
  - heat
  - 'off'
current_temperature: 21
min_temp: 5
max_temp: 26
temperature: 6
hvac_action: 'off'
preset_mode: none
preset_modes:
  - away
  - none
away_temp: 7
manual_temp: 7
friendly_name: Beok_Thermostat
supported_features: 17

I don’t know how to add (find,declare) in the below automation the temperature sensor
and how I could turn it off at 21:00

- id: Thermostat
  alias: Home Heater
  trigger:
    platform: numeric_state
    entity_id: sensor.temperature
    below: 19
  condition:
    condition: time
    after: '17:00:00'
    before: '20:00:00'
  action:
    - service: climate.set_temperature
      data:
        entity_id: climate.beok_thermostat
        hvac_mode: 'heat'
        temperature: 26

Posts: 8

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95327

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>