-
I'm clearly doing something wrong. I'm currently just experimenting with a split extension cord and a kill-a-watt to make sure I'm reading accurately. I have 2 100 amp clamps that do show .44 amps when a 60 watt lightbulb is plugged in. (matched the kill-a-watt reading). But I get a crazy 655 volt reading on IC1, IC2 shows 114 I have not cut any traces on the 6 channel board, I understand that if I want accurate readings from the split phase I would need to power via the second transformer which would be on the other phase. But I didn't think this would be that off? realistically I am thinking I will just use the voltage value from IC2 and assume my other phase is close to that.. Here is my config: `substitutions: Change the disp_name to something you wantdisp_name: 6C Interval of how often the power is updatedupdate_time: 10s Current Transformers:20A/25mA SCT-006: 1114330A/1V SCT-013-030: 865050A/1V SCT-013-050: 1542080A/26.6mA SCT-010: 41660100A/50ma SCT-013-000: 27518120A/40mA: SCT-016: 41787200A/100mA SCT-024: 27518current_cal: '27518' Jameco 9VAC Transformer: 42620voltage_cal: '42620' esphome: esp32: mqtt:broker: !secret mqtt_brokerusername: !secret mqtt_userpassword: !secret mqtt_passEnable logginglogger: Enable Home Assistant APIapi: ota: web_server: spi: sensor:
#Watts per channel
wifi: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I figured this out with a little help on the discord channel. I had the wrong voltage_cal for my revision of the 6 channel board. I changed from voltage_cal: '42620' to voltage_cal: '7305' and that fixed it. So pay attention to the examle configs and the version of the board you have. |
Beta Was this translation helpful? Give feedback.
-
Thanks for following up! I'm glad you were able to figure it out! |
Beta Was this translation helpful? Give feedback.
I figured this out with a little help on the discord channel.
I had the wrong voltage_cal for my revision of the 6 channel board. I changed from voltage_cal: '42620' to voltage_cal: '7305' and that fixed it. So pay attention to the examle configs and the version of the board you have.