quieting down the power meter, eventually going to clean up the database and testing new lighting automation for bedroom

This commit is contained in:
CeeWeasel
2026-03-11 20:13:01 -04:00
parent 105fb7cf86
commit a272421a33
10 changed files with 126 additions and 15 deletions
@@ -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}