Hi @bramski I’m starting with powercalc. First of all, thank you for the great work.
I’m trying to create a custom model for sonoff ZBMINIL2. I have 60+ devices and don’t want to create it manually in home assistant.
I create a model.json (/config/custom_components/powercalc/power_profile/sonoff/ZBMINIL2/model.json).
Should provide all the info you need. The directory you have put it in is not right.
After restart or calling service powercalc.update_library discoveries should appear.
Also consider submitting the profile to github so it is part of the Powercalc library.
That being said, 0.01W for standby power cannot be correct as the power needed to supply the chip and zigbee radio will be more than that.
i have multiple Miele devices, such as refrigerator, freezer, washing machine, oven etc… Unfortunately they are currently not supported… Is there a way to integrate them ?
this.
PowerCalc is dedicated to add constant, or deterministically changing power draw to devices. Deterministically means based on some sensors (it light state, intensity, color, switch state etc).
It’s not applicable to devices that change the power draw in unpredictable way (ie freezer starts compressor any time it needs, it can modulate its intensity etc.)
Your best choice is to add measuring devices to the chain, like smart sockets, or measurement devices like shelly mini PM. then besides they measure draw of connected appliances, you can use PowerCalc to add self-consumption of those small devices.
hi - i have a house full of athom eps8266 rgbww bulbs which aren’t detected by powercalc. well, it’s detected 3 of them but not the other 80. any super easy tips as to how i can get the other ones recognised and added?
New to powercalc, seems promoising, but why would i add shelly plug s for instance?
the plug itsself has energy monitoring, is it to “break out” the plug itself as a power consumer?
br
Yes, it’s to get their self consumption, as that’s not included in the power sensor of Shelly itself.
When you have a lot of them it will add up.
If you are not interested in having that insight you can just ignore the discoveries.
actually, @bramski doing this discipline has made me relook at the athom bulbs that HAVE shown up and i can see that they are on earlier versions of the firmware and earlier versions of the esphome framework:
Can I see, which entity? And any way to solve this or a new gap/bug in the integration? Didn’t see it before. Started recently. But as I don’t know from which entity it is, I cannot say, if this is perhaps a new one, not measured before.
force_update_frequency: Interval at which the sensor state is updated, even when the power value stays the same
and
group_update_interval: Throttle state changes of group energy sensor to only once every x seconds, default= 60
so these seem to not be about the new option?
Id like to test that, because currently they update like crazy, mostly because of being triggered by my smart meter entities that can be way more than once a second…