-
Notifications
You must be signed in to change notification settings - Fork 48
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
Range of nominal_consumption? #19
Comments
On the rating plate of a vacuum cleaner I found this |
Ah, good point, I hadn't considered this! Let's update the schema to handle this. Some options:
I suppose the second is more explicit about what's going on. I'd have a slight preference for the second option but I don't have especially strong feelings about this! Any preference? |
I don't have a feel for the nuances of Python data structures, but if you look at my example it actually has 3 different values! |
ah, yes, I missed that - sorry. Hmm. Like you say, before we can codify this in our schema we probably need to know exactly what P.CEE and P.MAX mean. My guess would be that P.MAX might be the peak transient power demand (i.e. the spike in power demand when the device is first turned on) and P.CEE might be the sustained power demand. But that's just a guess. Perhaps we should wait and see if anyone can provide the exact definition of "P.CEE" and "P.MAX" (unfortunately I don't have time right now to research this). |
Several of my appliance rating plates now have a range of nominal consumption, for example 1350 watt - 1600 watt, I don't think the metadata allows for this. If this represents the limits of range of on_power consumption possible from the device it could be quite useful when working without secondary meters.
The text was updated successfully, but these errors were encountered: