fix incorrect post of heater
This commit is contained in:
parent
26ffa6372a
commit
36851677a5
4 changed files with 20 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ esp32:
|
|||
flash_size: 8MB
|
||||
framework:
|
||||
type: esp-idf
|
||||
version: latest
|
||||
version: recommended
|
||||
sdkconfig_options:
|
||||
CONFIG_IDF_TARGET: "esp32s3"
|
||||
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240: y
|
||||
|
|
@ -298,7 +298,7 @@ climate:
|
|||
heat_overrun: 0.5 °F
|
||||
cool_action:
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/heater/turn_off
|
||||
url: http://192.168.1.124/switch/heat/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/ac/turn_on
|
||||
- http_request.post:
|
||||
|
|
@ -307,21 +307,21 @@ climate:
|
|||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/ac/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/heater/turn_on
|
||||
url: http://192.168.1.124/switch/heat/turn_on
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/fan/turn_on
|
||||
idle_action:
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/ac/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/heater/turn_off
|
||||
url: http://192.168.1.124/switch/heat/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/fan/turn_off
|
||||
fan_only_action:
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/ac/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/heater/turn_off
|
||||
url: http://192.168.1.124/switch/heat/turn_off
|
||||
- http_request.post:
|
||||
url: http://192.168.1.124/switch/fan/turn_on
|
||||
- lambda: !lambda ESP_LOGD("fan", "DA FAN");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue