-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement auto populate multi switch entities #2876
Conversation
for more information, see https://pre-commit.ci
@bramstroker I went through changes to find out how should the profile configuration for such a multiswitch looks like and how it works. Kudos to you for updating the documentation. I found it in docs but it's not exactly explained how to interpret that:
Could you elaborate, please?
So with one relay on the total consumption is 0.01 + 0.00325 = 0.01325W, for both relays on = 0.0165W How should it be reflected in the new configuration section? how does it correlate with |
Also have a look here: You might try:
Or:
I think I prefer the first solution, but I did not test this configuration yet. |
But I don't think your figures are correct, as all the shelly's at least consume 0.5W in standby. |
I would also prefer the first configuration. If both gives the same result, the first one is more self-explanatory. Regarding the consumption of Shelly 2.5, thanks for the heads-up. Of course, those are bad numbers. I gave you current, instead of power. Just copy-paste error. |
@bramstroker let's update S2.5 values and discuss something. So, standby power is 0.677W, then 0.324W per relay.
Just a note, that this is kind of not consistent with fixed and linear strategies, for example for Shelly 1PM I measured:
Note that "power" here represents a total measured power, while in the case of a multi-switch, we are putting the delta values there. |
I did some testing using the preferred configuration but found some issues down the road. So the configuration will look like: {
"standby_power": 0.677,
"multi_switch_config": {
"power": 0.324
}
} Regarding the inconsistency / example for fixed you gave this is old configuration. Notice the addition of I will update the current profiles in the library to all match the configuration examples in the docs and make them all consistent. |
No description provided.