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
@@ -20,6 +20,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_ct19}
phase_b:
@@ -33,6 +36,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_ct20}
phase_c:
@@ -46,6 +52,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_ct21}
line_frequency: ${electric_freq}
@@ -70,6 +79,9 @@ sensor:
- lambda: |-
if (x < 0) return x * -1;
return x;
- or:
- throttle: 60s
- delta: 5.0
gain_voltage: ${voltage_cal2}
gain_ct: ${current_cal_ct22}
phase_b:
@@ -83,6 +95,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_ct23}
phase_c:
@@ -96,6 +111,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_ct24}
line_frequency: ${electric_freq}