mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
quieting down the power meter, eventually going to clean up the database and testing new lighting automation for bedroom
This commit is contained in:
@@ -19,6 +19,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal1}
|
||||
gain_ct: ${current_cal_ct13}
|
||||
phase_b:
|
||||
@@ -32,6 +35,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal1}
|
||||
gain_ct: ${current_cal_ct14}
|
||||
phase_c:
|
||||
@@ -45,6 +51,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal1}
|
||||
gain_ct: ${current_cal_ct15}
|
||||
line_frequency: ${electric_freq}
|
||||
@@ -69,6 +78,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal2}
|
||||
gain_ct: ${current_cal_ct16}
|
||||
phase_b:
|
||||
@@ -82,6 +94,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal2}
|
||||
gain_ct: ${current_cal_ct17}
|
||||
phase_c:
|
||||
@@ -95,6 +110,9 @@ sensor:
|
||||
- lambda: |-
|
||||
if (x < 0) return x * -1;
|
||||
return x;
|
||||
- or:
|
||||
- throttle: 60s
|
||||
- delta: 2.0
|
||||
gain_voltage: ${voltage_cal2}
|
||||
gain_ct: ${current_cal_ct18}
|
||||
line_frequency: ${electric_freq}
|
||||
|
||||
Reference in New Issue
Block a user