You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I need help creating a profile for a Roborock vacuum cleaner using composite strategies. Unfortunately, there are very few examples and documentation related to profiles using composite strategies, and it's not enough for me to understand how to implement the desired functionality.
How can i create profile (not json config) with anything but "fixed" strategies?
What mean error 2025-05-05 06:22:22.040 ERROR (MainThread) [custom_components.powercalc.sensors.power] vacuum.saros_10r: Skipping sensor setup: This entity can only work with 'states_power' not 'power' ? It appear with this profile formatting:
How can I set conditions for which the strategies are combined, and a which one should be calculated separately?
Based on my measurements, the robot has the following power consumption profiles:
Battery charging
Drying
Emptying the dustbin
Mop washing
Drying and emptying dust bin can occur with charging at the same time, but during mop washing the robot does not charge (although I find this behavior strange and not practical).
As I understand it, I can use "mode": "sum_all", but in that case all strategies will be combined when their conditions , and during mop washing procedure the battery charging will be incorrectly added based on currently charge state.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I need help creating a profile for a Roborock vacuum cleaner using composite strategies. Unfortunately, there are very few examples and documentation related to profiles using composite strategies, and it's not enough for me to understand how to implement the desired functionality.
How can i create profile (not json config) with anything but "fixed" strategies?
What mean error 2025-05-05 06:22:22.040 ERROR (MainThread) [custom_components.powercalc.sensors.power] vacuum.saros_10r: Skipping sensor setup: This entity can only work with 'states_power' not 'power' ? It appear with this profile formatting:
How can I set conditions for which the strategies are combined, and a which one should be calculated separately?
Based on my measurements, the robot has the following power consumption profiles:
Drying and emptying dust bin can occur with charging at the same time, but during mop washing the robot does not charge (although I find this behavior strange and not practical).
As I understand it, I can use "mode": "sum_all", but in that case all strategies will be combined when their conditions , and during mop washing procedure the battery charging will be incorrectly added based on currently charge state.
Beta Was this translation helpful? Give feedback.
All reactions