Explanation of YAML sample file #276
Replies: 5 comments 3 replies
-
You're pretty much right about everything here.
yup
your config is right, but you may want to include the
Your approach is good, but see "Step 9 (continued): A note about multi-pole breakers" in the manual. Depending on how your appliances work and whether they are an unbalanced load, you may need to use 3 clamps for best accuracy.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your answer. Actually, I have one three-pole breaker and I think that electrician installed three clamps on it. So I guess in my case I should not use any multiplier at all. Sorry, I don't understand this: And I still don't fully understand how to include the third phase. Should my config look like this:
|
Beta Was this translation helpful? Give feedback.
-
Thanks. Just a couple of (dumb) questions. If I sum I would like to see what is my total consumption (I am not using solar), so which is the correct number? And why those numbers differ? I have read this definition: Balance is the energy reported by the Mains (200A sensors) that is not being monitored by the 50A sensors. Balance is calculated by taking the sum of all the usage reported by the 50A sensors and subtracting that value from the total reported by the Mains during the same period.
So if I understand correctly, in my case And But here are my data from my HomeAssistant:
So numbers do not sum up... And data for daily energy:
So what I would like to do basically is:
|
Beta Was this translation helpful? Give feedback.
-
Yes, I actually changed YAML file before I wrote my question. However, P. S: I think you have a mistake in your answer, correct is probably this: lambda: return id(phase_a_power).state + id(phase_b_power).state + id(phase_c_power).state; |
Beta Was this translation helpful? Give feedback.
-
Well, that is the problem - I know that these values are changing all the time, so I took screenschot and then typed down the numbers and did the calculations... OK, I will try to investigate this a little further... |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have bought Emporia Vue 2 and went through your guide to flash it. It went well, however I have three questions.
First. Do I understand correctly, that I have to identify which phase (I have three phases) connect to which circuit breaker and I should put that to YAML. So YAML example:
Means:
Is that correct?
Second. YAML example is describing just two phases - phase_a and phase_b. However, I have three phases. In example YAML only BLACK and RED Vue device wire color are used, but I also have BLUE (and WHITE connects to neutral). Vue documentation says that Black provides power and voltage sensing, while and Blue and Red enable voltage sensing only. Should I add also
phase_c
to the YAML? What would be the entry?would be OK?
And third. In example YAML file I can see entries like:
What is the meaning of
[ *pos ]
and[ *pos, multiply: 2 ]
?I have "normal" pole breakers (sorry, I am not electrician), B 16 and B 10 (I am from Europe), however, there is one bigger - triple actually - C 16 - for oven and hob (induction). So I guess, I should leave filters set to
[ *pos ]
for all, except for this bigger one pole breaker, where it should be[ *pos, multiply: 3 ]
? Or I am getting this completely wrong?Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions