Switched out K's fan plug for a Sonoff

Switched out K's fan plug for a Sonoff (fix)


Adjusted entity IDs
This commit is contained in:
2023-01-01 15:45:15 -05:00
parent 0de8599429
commit 1a2706fd09
4 changed files with 5 additions and 5 deletions

Submodule node-red/projects/NerdFlows updated: 2cab20da72...4829aff12e

View File

@ -11,8 +11,8 @@ sensor:
energy_sensor_naming: "{} Energy Sensor"
mode: lut
- platform: powercalc
entity_id: light.living_room_christmas_tree
power_sensor_id: sensor.living_room_christmas_tree_power
entity_id: fan.kallen_bedroom_fan
power_sensor_id: sensor.kallen_bedroom_fan_power
- platform: powercalc
entity_id: fan.master_bedroom_fan_socket_1
power_sensor_id: sensor.master_bedroom_fan_power

View File

@ -130,7 +130,7 @@
value_template: >-
{% set fans = [
states.fan.basement_fan,
states.fan.kallen_fan_socket_1,
states.fan.kallen_bedroom_fan,
states.fan.master_bedroom_fan_socket_1,
states.fan.emma_air_conditioner
] %}

View File

@ -395,7 +395,7 @@
"The master bedroom fan will remain inactive tonight. "
{% endif %}
{% if is_state('input_boolean.kallen_overnight','off') %}
{% if is_state('fan.kallen_fan_socket_1','on') %}
{% if is_state('fan.kallen_bedroom_fan','on') %}
"Collin's fan is already running. "
{% elif is_state('input_boolean.white_noise_kallen_bedroom','on') %}
"Collin's white noise generator is already running. "