Clarification on "input" and "id" #201
Unanswered
sockmonkey0223
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You are correct :)
…On Wed, Sep 6, 2023, 14:45 sockmonkey0223 ***@***.***> wrote:
As I build my configuration, I just want to make sure my understanding is
correct regarding "input" and "id".
Am I correct in assuming that the "input" refers to the actual physical
port on the Vue, and that "id" is an internal label or reference?
e.g.
My HVAC compressor is on breaker or circuit number 36. I plug the CT into
port 1 on the Vue. Hence:
- { phase_id: phase_a, input: "1", power: { id: cir36, filters: [
*pos, multiply: 2 ] } }
- { platform: copy, name: "HVAC Compressor Power", source_id: cir36,
filters: *throttle_avg }
- { power_id: cir36, platform: total_daily_energy, accuracy_decimals:
0, name: "HVAC Compressor Daily Energy", filters: *throttle_time }
—
Reply to this email directly, view it on GitHub
<#201>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHY2HLK7AEZHJ4HXJ3OVFDXZDACVANCNFSM6AAAAAA4NYRBOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A couple more questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I build my configuration, I just want to make sure my understanding is correct regarding "input" and "id".
Am I correct in assuming that the "input" refers to the actual physical port on the Vue, and that "id" is an internal label or reference?
e.g.
My HVAC compressor is on breaker or circuit number 36. I plug the CT into port 1 on the Vue. Hence:
Beta Was this translation helpful? Give feedback.
All reactions