Bram Gerritsen
Bram Gerritsen
This is a change which I cannot do in Powercalc but needs to be done in HA core frontend code. I have modified frontend code locally on my dev and...
Thanks for raising this, and for the clear explanation. It’s unfortunate that the `fan.` entity doesn’t maintain a numeric state in auto mode, it does feel inconsistent, especially since a...
@MB901 I suggest you to raise an issue at Zigbee2MQTT so it will behave the same with other integrations where also the fan speed/percentage attribute is updated which is expected...
I'm not entirely sure about the problem. Where do you see "Saros 10R energy" is missing from "Roborock energy"?
When you add it to the group later it will only start delta increasing the group from then on by default, not all existing energy of the member sensor will...
Hmm I see. Checked your logs but unfortunately I'm not logging yet which entities are passed during creation of the group entities: ``` 2025-05-09 16:54:22.074 DEBUG (MainThread) [custom_components.powercalc.sensors.group.custom] Creating grouped...
The problem is `_energy_sensor` is missing from the config entry data for `Saros R10`. For example dock mop drying config_entry-powercalc-01JTH7VZB5W9BX9SVMT1Q9B2MY.json ```json "data": { "_energy_entity": "sensor.saros_10r_dock_mop_drying_energy", "_power_entity": "sensor.saros_10r_dock_mop_drying_power", } ``` But...
Stepped through the code but I can't see yet where it would go wrong. Very strange. I have modified method which is reponsible for setting these values to include some...
> I had kind of same issue, I did the action Powercalc: Reload in Action (Dev Tools > Action) and it fixed my group. That would indicate it's a timing...
@Largelos I did have a further look into your logs and the code and I think I have found the issue. Should be fixed with https://github.com/bramstroker/homeassistant-powercalc/pull/3307. Will release new version...