yaml layout updates to v1.1 and minor fixes
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# power_integral_sensors.yaml
|
||||
# Integral energy sensors derived from the existing 3-phase active power sensors.
|
||||
#
|
||||
# Assumption:
|
||||
# - Source sensors are reporting active power in watts (W).
|
||||
# - These integrals therefore convert W over time into kWh.
|
||||
#
|
||||
# Notes:
|
||||
# - method: trapezoidal gives smoother and generally more accurate integration.
|
||||
# - round: 2 gives a displayed precision of 0.00.
|
||||
# - unit_time: h with unit_prefix: k gives kWh output from watt-based inputs.
|
||||
|
||||
sensor:
|
||||
- platform: integration
|
||||
source: sensor.main_house_3_phase_power_monitor_main_power_red_active_power
|
||||
name: "View Road 3 Phase Power RED (Integral)"
|
||||
unique_id: view_road_3_phase_power_red_integral
|
||||
method: trapezoidal
|
||||
unit_time: h
|
||||
unit_prefix: k
|
||||
round: 2
|
||||
|
||||
- platform: integration
|
||||
source: sensor.main_house_3_phase_power_monitor_main_power_yellow_active_power
|
||||
name: "View Road 3 Phase Power YELLOW (Integral)"
|
||||
unique_id: view_road_3_phase_power_yellow_integral
|
||||
method: trapezoidal
|
||||
unit_time: h
|
||||
unit_prefix: k
|
||||
round: 2
|
||||
|
||||
- platform: integration
|
||||
source: sensor.main_house_3_phase_power_monitor_main_power_blue_active_power
|
||||
name: "View Road 3 Phase Power BLUE (Integral)"
|
||||
unique_id: view_road_3_phase_power_blue_integral
|
||||
method: trapezoidal
|
||||
unit_time: h
|
||||
unit_prefix: k
|
||||
round: 2
|
||||
@@ -18,6 +18,6 @@ light:
|
||||
unique_id: "Entities to keep_nspanel_awake"
|
||||
entities:
|
||||
- light.inverted_quiet_time_as_light
|
||||
- light.tasmo_arlecrgb_3522_bulb_3
|
||||
- light.master_bedroom_bedside_lamp_arlec_bulb_master_bedroom_bedside_lamp_arlec_bulb
|
||||
- light.tasmo_ifan02_3793_bedrm1_1
|
||||
- light.tasmo_ks811t_3647_bedrm1_1b
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
mqtt:
|
||||
switch:
|
||||
- unique_id: "Garage_Entry_Switch_1"
|
||||
name: "Garage Entry Switch 1"
|
||||
state_topic: "obk/obk-ks811t-006D-garageentry/1/get"
|
||||
command_topic: "obk/obk-ks811t-006D-garageentry/1/set"
|
||||
qos: 1
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
retain: true
|
||||
availability:
|
||||
- topic: "obk/obk-ks811t-006D-garageentry/connected"
|
||||
- unique_id: "Garage_Entry_Switch_2"
|
||||
name: "Garage Entry Switch 2"
|
||||
state_topic: "obk/obk-ks811t-006D-garageentry/2/get"
|
||||
command_topic: "obk/obk-ks811t-006D-garageentry/2/set"
|
||||
qos: 1
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
retain: true
|
||||
availability:
|
||||
- topic: "obk/obk-ks811t-006D-garageentry/connected"
|
||||
- unique_id: "Garage_Entry_Switch_3"
|
||||
name: "Garage Entry Switch 3"
|
||||
state_topic: "obk/obk-ks811t-006D-garageentry/3/get"
|
||||
command_topic: "obk/obk-ks811t-006D-garageentry/3/set"
|
||||
qos: 1
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
retain: true
|
||||
availability:
|
||||
- topic: "obk/obk-ks811t-006D-garageentry/connected"
|
||||
# - unique_id: "Main_Bathroom_Light_Switch_1"
|
||||
# name: "Main Bathroom Light Switch 1"
|
||||
# state_topic: "obk/obk-ks811t-B1C4-mainbath1/1/get"
|
||||
# command_topic: "obk/obk-ks811t-B1C4-mainbath1/1/set"
|
||||
# qos: 1
|
||||
# payload_on: 1
|
||||
# payload_off: 0
|
||||
# retain: true
|
||||
# availability:
|
||||
# - topic: "obk/obk-ks811t-B1C4-mainbath1/connected"
|
||||
# - unique_id: "Main_Bathroom_Light_Switch_2"
|
||||
# name: "Main Bathroom Light Switch 2"
|
||||
# state_topic: "obk/obk-ks811t-B1C4-mainbath1/2/get"
|
||||
# command_topic: "obk/obk-ks811t-B1C4-mainbath1/2/set"
|
||||
# qos: 1
|
||||
# payload_on: 1
|
||||
# payload_off: 0
|
||||
# retain: true
|
||||
# availability:
|
||||
# - topic: "obk/obk-ks811t-B1C4-mainbath1/connected"
|
||||
# - unique_id: "Main_Bathroom_Light_Switch_3"
|
||||
# name: "Main Bathroom Light Switch 3"
|
||||
# state_topic: "obk/obk-ks811t-B1C4-mainbath1/3/get"
|
||||
# command_topic: "obk/obk-ks811t-B1C4-mainbath1/3/set"
|
||||
# qos: 1
|
||||
# payload_on: 1
|
||||
# payload_off: 0
|
||||
# retain: true
|
||||
# availability:
|
||||
# - topic: "obk/obk-ks811t-B1C4-mainbath1/connected"
|
||||
Reference in New Issue
Block a user